* {
  margin: 0px;
  padding: 0px;
  font-family: "Aeonik TRIAL", sans-serif;
}

html {
  scroll-behavior: smooth;
}

:root {
  --font-brand: "Aeonik TRIAL", "Cabin", sans-serif;
  --font-ui-display: "SF Pro Display Regular", "Inter", sans-serif;
  --neutral-000: #ffffff;
  --neutral-300: #cbd2e0;
}

.main-section {
  width: 100%;
  position: relative;
  overflow: hidden;

  background-image: url("./assets/Section_1366.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 100px;
}

@media (min-width: 1367px) {
  .main-section {
    background-image: url("./assets/Section_1920.png");
  }
}

@media (min-width: 1921px) {
  .main-section {
    background-image: url("./assets/Section_2560.png");
  }
}

@media (min-width: 2561px) {
  .main-section {
    background-image: url("./assets/Section_3840.png");
  }
}

.main-section .main-section-photo {
  position: absolute;
  right: 6%;
  bottom: 0;
  width: 55%;
  min-width: 500px;
  max-width: 1061px;
  height: auto;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 687px) {
  .main-section .main-section-photo {
    display: none;
  }
}

.main-section header,
.main-section-content {
  position: relative;
  z-index: 1;
}

.main-section header {
  z-index: 2;
}

.main-section header {
  display: flex;
  justify-self: center;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  border: 0.4px solid #94b5ff;
  border-radius: 80px;
  padding: 24px;
  margin-top: 60px;
  margin-left: 10%;
  margin-right: 10%;
}

.main-section header .header-buttons-container .link {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: 1px;
  text-decoration: none;

  color: #eff4ff;
  margin-right: 36px;
}

.main-section header .header-buttons-container .header-button {
  width: 235px;
  height: 58px;
  cursor: pointer;
  padding: 16px 20px;
  border-radius: 32px;
  border: none;

  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;

  background-color: #5360ff;
}

.main-section header .header-buttons-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lang-switch {
  position: relative;
}

.lang-switch-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 4px;
}

.lang-switch-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lang-switch-icon img {
  width: 18px;
  height: 18px;
}

.lang-switch-current {
  color: #eff4ff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.lang-switch-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 400px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(6, 10, 30, 0.25);
  padding: 24px;
  box-sizing: border-box;
  text-align: left;
  z-index: 10;
}

.lang-switch-dropdown::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  transform: rotate(45deg);
  border-radius: 3px;
  box-shadow: -2px -2px 4px rgba(6, 10, 30, 0.06);
}

.lang-switch.open .lang-switch-dropdown {
  display: block;
}

.lang-switch-backdrop {
  display: none;
}

.lang-switch-dropdown h4 {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 700;
}

.lang-switch-dropdown p {
  color: #64748b;
  font-size: 0.95rem;
  margin-top: 12px;
  padding-bottom: 16px;
}

.lang-switch-options {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.lang-option {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  text-align: left;
}

.lang-option strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}

.lang-option span {
  color: #64748b;
  font-size: 0.8rem;
}

.lang-option.active {
  background: #f1f3f9;
  border-color: #e2e6f0;
}

.main-section .main-section-content {
  width: 350px;
  margin-left: 160px;
  margin-top: 140px;
}

.main-section .main-section-content h1 {
  color: var(--neutral-000, #fff);

  /* Headings/H2 (Bold) */
  font-family: var(--font-brand, "Inter");
  font-size: var(--heading-h2, 48px);
  font-style: normal;
  font-weight: var(--heading-weight-bold, 700);
  line-height: 130%; /* 62.4px */
  width: 409px;
}

.main-section .main-section-content h3 {
  color: var(--neutral-300, #cbd2e0);

  /* Headings/H3 */
  font-family: var(--font-ui-display, "SF Pro Display Regular");
  font-size: var(--heading-h3, 32px);
  font-style: normal;
  font-weight: var(--heading-weight-semi, 600);
  line-height: 130%; /* 41.6px */
  margin: 24px 0px;
}

.main-section .main-section-content p {
  color: var(--neutral-300, #cbd2e0);
  font-family: var(--font-ui-display, "SF Pro Display");
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  margin-bottom: 64px;
}

.main-section-content a button {
  width: 360px;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 32px;

  color: #454fe0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 130%;
  border: none;

  cursor: pointer;
}

/* ============================================================== */

.one-app-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 110px;
  overflow: hidden;
}

.one-app-section .one-app-header-container {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 48px;
}

.one-app-section .one-app-header-container h2 {
  color: #0f172a;
  font-weight: 700;
  font-size: 3rem;
  line-height: 130%;
  font-family: var(--font-brand, "Cabin");
}

.one-app-section .one-app-header-container h4 {
  color: #334155;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150%;
  margin-top: 16px;
  font-family: var(--font-ui-display, "SF Pro Display");
}

.one-app-section .app-features-header-buttons {
  margin-bottom: 48px;
}

.one-app-section .app-features-header-buttons button {
  padding: 16px;
  border-radius: 32px;
  font-weight: 500;
  margin: 0px 6px;
  font-size: 1.125rem;
  color: #1e293b;
  border: none;
  background-color: #f1f3f9;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 1%;
}

.one-app-section .app-features-header-buttons button.active {
  background-color: #5360ff;
  color: #ffffff;
  border: 1px solid #cbd2e0;
  font-weight: 600;
}

.one-app-section .app-features-carousel-viewport {
  width: 100%;
  overflow: hidden;
  padding-right: 8%;
  box-sizing: border-box;
  touch-action: pan-y;
  cursor: grab;
}

.one-app-section .app-features-carousel-viewport.dragging {
  cursor: grabbing;
}

.one-app-section .app-features-container {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.one-app-section .app-features-container li {
  flex: 0 0 90%;
  min-width: 0;
  height: 760px;
  box-sizing: border-box;
  border-radius: 20px;
  background: linear-gradient(
    359.81deg,
    #1b1e59 1.85%,
    #16173a 33.48%,
    #101016 86.66%
  );

  transition: opacity 0.4s ease, transform 0.5s ease;
  overflow: hidden;
}

.one-app-section .app-features-container li .slide-container {
  display: flex;
  justify-content: space-around;
  margin-top: 64px;
}

.one-app-section .app-features-container li:first-child {
  margin-left: 4%;
}

.one-app-section .app-features-container li:not(.active) {
  opacity: 0.6;
  transform: scale(0.98);
}

.one-app-section .app-features-container li.active {
  opacity: 1;
  transform: scale(1);
}

.one-app-section .app-features-container li h4 {
  color: #6b93ff;
  text-align: center;
  margin-top: 32px;
  font-weight: 600;
  font-size: 1.5rem;
}

.one-app-section .app-features-container li h2 {
  text-align: center;
  color: #eff4ff;
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-brand, "Cabin");
}

.one-app-section
  .app-features-container
  li
  .slide-container
  .app-slide-text
  h3 {
  color: #6b93ff;
  font-weight: 600;
  font-family: var(--font-ui-display, "SF Pro Display");
  font-size: 2rem;
  line-height: 130%;
  margin-top: 100px;
}

.one-app-section .app-features-container li .slide-container .app-slide-text p {
  color: #f8f9fc;
  font-family: var(--font-ui-display, "SF Pro Display");
  font-size: 1.25rem;
  line-height: 150%;
  margin: 32px 0px;
}

.one-app-section .app-features-container li .slide-container .app-slide-text {
  width: 350px;
}

.one-app-section
  .app-features-container
  li
  .slide-container
  .app-slide-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.one-app-section
  .app-features-container
  li
  .slide-container
  .app-slide-text
  span {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.one-app-section
  .app-features-container
  li
  .slide-container
  .app-slide-text
  span
  a {
  font-family: var(--font-ui-display, "SF Pro Display");
  color: #6b93ff;
  font-size: 1.25rem;
  line-height: 130%;
  font-weight: 600;
  margin-right: 10px;
  letter-spacing: 1%;
}

.one-app-section .app-features-container li:nth-child(2) .slide-container {
  margin-top: 80px !important;
}

.one-app-section .app-features-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  margin-top: 24px;
}

.one-app-section .app-features-dots {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 8px;
  align-items: center;
}

.one-app-section .app-features-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd2e0;
  cursor: pointer;
  transition: background 0.2s ease, width 0.2s ease;
  display: inline-block;
}

.one-app-section .app-features-dots span.active {
  background: #5360ff;
  width: 24px;
  border-radius: 4px;
}

.one-app-section .slide-buttons-container-app-features,
.slide-buttons-container-multiply {
  display: flex;
  gap: 12px;
}

.one-app-section .slide-buttons-container-app-features button,
.slide-buttons-container-multiply button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #cbd2e0;
  background: white;
  color: #1e293b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.one-app-section .slide-buttons-container-app-features button:hover,
.slide-buttons-container-multiply button:hover {
  background: #f1f3f9;
}

.one-app-section .app-features-container li:nth-child(1) {
  background: #0f172a;
}

.one-app-section .app-features-container li:nth-child(2) {
  background: linear-gradient(
    359.81deg,
    #86bff1 1.85%,
    #277cc7 33.48%,
    #602fe6 86.66%
  );
}

.one-app-section
  .app-features-container
  li:nth-child(2)
  .slide-container
  .app-slide-text
  h3,
.one-app-section
  .app-features-container
  li:nth-child(2)
  .slide-container
  .app-slide-text
  span
  a,
.one-app-section .app-features-container li:nth-child(2) h4 {
  color: #66ddff;
}

.one-app-section .app-features-container li:nth-child(5) {
  background: linear-gradient(
    271.4deg,
    rgba(25, 29, 47, 0.9) 4.71%,
    rgba(3, 53, 79, 0.8) 22.31%,
    rgba(11, 37, 65, 0.92) 42.7%,
    #0f2124 87.9%
  );
}

/* =========================================================================== */
.motor-section {
  width: 100%;

  /* background: url("./assets/Background_Pontos.png") no-repeat,
    linear-gradient(90deg, #6cb8ff 0%, #3a5ae5 43%, #363fc6 77%, #4827b6 96%); */

  background-image: url("./assets/Frame1171283357_upscaled.png");
  background-repeat: no-repeat;
  background-color: #020617;
  text-align: center;
  padding-top: 60px;
}

.motor-hero {
  position: relative;
}

.motor-hero .header,
.motor-hero .motor-cards-wrapper {
  position: relative;
  z-index: 1;
}

.motor-girl-image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90%;
  max-width: 38%;
  object-fit: contain;
  object-position: left bottom;
  z-index: 0;
  pointer-events: none;
}

.motor-section .header .subtitle {
  color: #ffcf66;
  font-size: 1.5rem;
  font-weight: 600;
}

.motor-section .header .title {
  font-size: 4rem;
  color: #fafafa;
  font-weight: 600;
  margin: 16px 0px;
}

.motor-section .header .paragraph {
  font-weight: 600;
  color: #f8f9fc;
  font-size: 1.5rem;
}

.motor-section .header img {
  width: 320px;
  margin-top: 64px;
}

.motor-section .motor-cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0px;
}

.motor-section .motor-cards-container {
  display: flex;
  max-width: 40%;
  flex-wrap: wrap;
  margin-top: 64px;
  margin-bottom: 80px;
  margin-left: 500px;
}

/* ============================================================ */
.faq-section {
  width: 100%;
  background-color: #eef1fb;
  box-sizing: border-box;
  padding-bottom: 92px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq-section h2 {
  color: #1e293b;
  margin-top: 80px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 150%;
}

.faq-section h4 {
  color: #475569;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  margin-top: 16px;
}

.faq-groups {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin-top: 65px;
}

.faq-group + .faq-group {
  margin-top: 40px;
}

.faq-group-title {
  color: #64748b;

  /* Labels/Medium (Bold) */
  font-family: var(--font-ui-display, "SF Pro Display Regular");
  font-size: var(--label-medium, 1.125rem);
  font-style: normal;
  font-weight: var(--label-weight-strong, 500);
  line-height: 130%; /* 23.4px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.faq-group ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-group ul li {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 24px;
  border: 1px solid #e7e8e9;
  background-color: white;
  border-radius: 16px;
  cursor: pointer;
}

.faq-group ul li img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.faq-group ul li.open img {
  transform: rotate(180deg);
}

.faq-group ul li .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq-group ul li .question h5 {
  color: var(--neutral-600, #475569);

  /* Body/Medium */
  font-family: var(--font-ui-display, "SF Pro Display Regular");
  font-size: var(--label-medium, 18px);
  font-style: normal;
  font-weight: var(--body-weight-regular, 400);
  line-height: 150%; /* 27px */
}

.faq-group ul li .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, margin-top 0.3s ease;
  margin-top: 0;

  color: var(--neutral-900, #0f172a);
  font-family: var(--font-ui-display, "SF Pro Display Regular");
  font-size: var(--label-medium, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
}

.faq-group ul li.open .answer {
  max-height: 240px;
  margin-top: 12px;
}

/* @media (max-width: 1640px) {
  .motor-section .motor-cards-container {
    display: flex;
    max-width: 70%;
    flex-wrap: wrap;
    margin-top: 64px;
    margin-bottom: 80px;
  }

  .slide-pagination-container {
    margin-left: 400px;
  }
}

@media (max-width: 1310px) {
  .motor-section .motor-cards-container {
    max-width: 90%;
    justify-content: center;
  }

  .motor-section {
    background: linear-gradient(
      270deg,
      #6cb8ff 0%,
      #3a5ae5 43.27%,
      #363fc6 77.4%,
      #4827b6 96.15%
    );
  }

  .motor-section .motor-hero .motor-girl-image {
    display: none;
  }
} */

.motor-section .motor-card {
  border-radius: 52px;
  padding: 10px;
  box-sizing: border-box;
  width: 280px;
  height: 430px;
  border: 1.4px solid #94b5ff6e;
  backdrop-filter: blur(50px);
  margin: 12px;
  padding-left: 32px;
}

.motor-section .motor-card .motor-card-header {
  display: flex;
  justify-content: space-between;
}

.motor-section .motor-card span {
  height: 37px;
  box-sizing: border-box;
  background-color: #e42a8e;
  border-radius: 32px;

  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 10%;
  font-weight: bold;
  padding: 8px 12px;
  text-align: center;
  margin-top: 12px;
  margin-right: 12px;
}

.motor-section .motor-card .motor-card-header .image-container {
  margin-top: 30px;
}

.motor-section .motor-card .points {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 16px;
}

.motor-section .motor-card .points h3 {
  font-size: 4rem;
  font-weight: 700;
  color: white;
  display: flex;
  margin-right: 6px;
}

.motor-section .motor-card .points h5 {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

.motor-section .motor-card p {
  color: #e0eaff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1%;
  max-width: 184px;

  text-align: left;
}

.second-part {
  width: 100%;
  /* height: 800px; */
  background-color: #020617;
  padding-bottom: 60px;
  position: relative;

  display: flex;
  justify-content: center;
}

.unlock-the-ecosystem-container {
  position: relative;
  width: 80%;
  background-color: #5360ff;
  border-radius: 52px;
  display: flex;
  margin-top: 100px;
  overflow-x: hidden;
}

.coin {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.coin-large {
  z-index: 100;
  width: 90px;
  left: calc(10% - 50px);
  top: 130px;
}

.coin-small {
  z-index: 100;
  width: 50px;
  left: calc(10% + 200px);
  top: 100px;
}

.unlock-the-ecosystem-container .ecosystem-text {
  text-align: left;
  margin-left: 100px;
  margin-top: 140px;
  margin-right: 50px;
}

.unlock-the-ecosystem-container .ecosystem-text h2 {
  color: #ffcf66;
  font-size: 3rem;
  font-weight: 700;
  max-width: 350px;
  margin-bottom: 32px;
}

.unlock-the-ecosystem-container .ecosystem-text p {
  color: #ffffff;
  font-size: 1.25rem;
  max-width: 230px;
  line-height: 150%;
}

.unlock-the-ecosystem-container .ecosystem-text .yellow {
  color: #ffcf66;
  font-weight: bold;
}

.apps-store-container {
  background-color: #3940bf;
  flex: 1;
  border-radius: 0px 52px 52px 0px;
}

.apps-store-container {
  display: flex;
  /* justify-content: space-between; */
  padding: 27px;
}

.apps-store-container .app-store-text-container h3 {
  color: white;
  font-size: 2rem;
  font-weight: 600;
  max-width: 170px;
  text-align: left;
  line-height: 130%;
  margin-bottom: 64px;
}

.apps-store-container .app-store-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 64px;
}

.apps-store-container .app-store-text-container a {
  text-decoration: none;
}

.apps-store-container .app-store-text-container button {
  width: 264px;
  background-color: white;
  border-radius: 12px;
  border: 1px solid #a6a6a6;
  display: flex;
  padding: 16px 20px;
  cursor: pointer;
  align-items: center;
}

.apps-store-container .app-store-text-container a:nth-child(3) {
  margin-top: 24px;
}

.apps-store-container .app-store-text-container button .button-text {
  text-align: left;
  margin-left: 12px;
}

.apps-store-container .app-store-text-container button .button-text small {
  color: #666666;
  font-size: 0.5625rem;
  letter-spacing: 2%;
}

.apps-store-container .app-store-text-container button .button-text h4 {
  font-size: 1.5rem;
}

.apps-store-container .unlock-the-ecosystem-image-app-container {
  margin-left: 15%;
}

/* ================================================= */
.conheca-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px 60px;
  padding: 88px 0px 88px 5%;
  box-sizing: border-box;
  overflow: hidden;
}

.conheca-section .conheca-text-container {
  flex: 0 0 500px;
}

.conheca-section .conheca-text-container h3 {
  color: #0f172a;
  font-family: var(--font-ui-display, "SF Pro Display Regular");
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
}

.conheca-section .conheca-text-container h1 {
  color: #5360ff;
  font-family: var(--font-brand, "Inter");
  line-height: 130%;
  letter-spacing: -1%;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 24px;
}

.conheca-section .conheca-text-container p {
  color: #475569;
  font-family: var(--font-ui-display, "SF Pro Display Regular");
  font-weight: 500;
  line-height: 150%;
  font-size: 1.25rem;
}

.conheca-slider-container {
  flex: 1 1 400px;
  min-width: 0;
}

.conheca-slider-viewport {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.conheca-slider-viewport.dragging {
  cursor: grabbing;
}

.conheca-slider-container .conheca-slide-blocks {
  display: flex;
  list-style: none;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.conheca-slider-container .conheca-slide-blocks li {
  flex: 0 0 auto;
  height: 640px;
  width: 380px;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.conheca-slider-container .conheca-slide-blocks li:nth-child(1) {
  background-image: url("./assets/Item011.png");
  width: 444px;
}
.conheca-slider-container .conheca-slide-blocks li:nth-child(2) {
  background-image: url("./assets/Item02.png");
}
.conheca-slider-container .conheca-slide-blocks li:nth-child(3) {
  background-image: url("./assets/Item03.png");
}
.conheca-slider-container .conheca-slide-blocks li:nth-child(4) {
  background-image: url("./assets/Item04.png");
}
.conheca-slider-container .conheca-slide-blocks li:nth-child(5) {
  background-image: url("./assets/Item05.png");
}

body.lang-en .conheca-slider-container .conheca-slide-blocks li:nth-child(1) {
  background-image: url("./assets/Item011.png");
}
body.lang-en .conheca-slider-container .conheca-slide-blocks li:nth-child(2) {
  background-image: url("./assets/Item02-en.png");
}
body.lang-en .conheca-slider-container .conheca-slide-blocks li:nth-child(3) {
  background-image: url("./assets/Item03-en.png");
}
body.lang-en .conheca-slider-container .conheca-slide-blocks li:nth-child(4) {
  background-image: url("./assets/Item04-en.png");
}
body.lang-en .conheca-slider-container .conheca-slide-blocks li:nth-child(5) {
  background-image: url("./assets/Item05-en.png");
}

.conheca-controls {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5%;
  box-sizing: border-box;
}

.conheca-pagination-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.conheca-pagination-container span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd2e0;
  cursor: pointer;
  transition: background 0.2s ease, width 0.2s ease;
  display: inline-block;
}

.conheca-pagination-container span.active {
  background: #5360ff;
  width: 24px;
  border-radius: 4px;
}

.slide-buttons-container-conheca {
  display: flex;
  gap: 12px;
  margin-right: 120px;
}

.slide-buttons-container-conheca button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #cbd2e0;
  background: white;
  color: #1e293b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.slide-buttons-container-conheca button:hover {
  background: #f1f3f9;
}

.slide-buttons-container-conheca button:disabled {
  opacity: 0.4;
  cursor: default;
  background: white;
}

@media (max-width: 900px) {
  .conheca-section .conheca-text-container {
    flex: 0 0 100%;
  }

  .unlock-the-ecosystem-container {
    flex-direction: column;
  }

  .unlock-the-ecosystem-container .ecosystem-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* ================================================= */
.multiply-points-section h2 {
  color: #454fe0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 16px;
}

.multiply-points-section h4 {
  color: #334155;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}

.multiply-cards {
  display: flex;
  gap: 24px;
  margin-left: 140px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-right: 100px;
}

.multiply-cards::-webkit-scrollbar {
  display: none;
}

.multiply-cards .multiply-card {
  display: flex;
  flex-direction: column;
  align-content: center;

  min-width: 312px;
  height: 435px;
  border-radius: 32px;
  border: 1.4px solid #e2e6f0;
  padding: 0px 32px;
  box-sizing: border-box;
  margin-top: 48px;

  scroll-snap-align: start;
}

.multiply-cards .multiply-card .image-container {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.multiply-cards .multiply-card .logo {
  border-radius: 100%;
  border: 1px solid #e2e6f0;
}

.multiply-cards .multiply-card p {
  margin-top: 32px;
  color: #64748b;
  font-size: 1.125rem;
  line-height: 150%;
}

.multiply-cards .multiply-card a {
  margin-top: auto;
  padding-top: 24px;
  padding-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #5360ff;
  display: flex;
  align-items: center;
}

.multiply-cards .multiply-card a img {
  margin-left: 16px;
}

.slide-buttons-container-multiply {
  justify-content: flex-end;
  margin-right: 140px;
  margin-top: 34px;
}
/* ================================================ */
.how-works-section {
  margin-bottom: 100px;
}

.how-works-section h2 {
  color: #1e293b;
  font-size: 3rem;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  margin-top: 88px;
  font-family: var(--font-brand, "Inter");
}

.how-works-section .subtitle {
  color: #94a0b8;
  margin-top: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.how-works-section ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 24px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.how-works-section ul li {
  width: 312px;
  min-height: 350px;
  box-sizing: border-box;
  padding: 32px;
  border: 1.4px solid var(--neutral-200, #e2e6f0);
  border-radius: 24px;
}

.how-works-section ul li h4 {
  color: #5360ff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  margin-top: 32px;
  margin-bottom: 16px;
}

.how-works-section ul li p {
  color: #1e293b;
  font-size: 1.125rem;
  line-height: 150%;
}

/* ============================================== */
footer {
  width: 100%;
  padding: 64px 172px;
  box-sizing: border-box;
  background-color: #0f172a;
}

footer .title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  margin-top: 32px;
}

footer .subtitle {
  color: #94a0b8;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1%;
  margin-bottom: 64px;
  margin-top: 4px;
}

footer .about-us-container {
  display: flex;
  justify-content: space-between;
}

footer .about-us-container .about-us-left,
footer .about-us-container .about-us-right {
  display: flex;
}

footer .about-us-container .about-us-left div:nth-child(1),
footer .about-us-container .about-us-right div:nth-child(1) {
  margin-right: 92px;
}

footer .about-us-container h5 {
  color: #94a0b8;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1%;
  max-width: 150px;
  margin-bottom: 40px;
}

footer .about-us-container .about-us-card h4 {
  font-size: 1.25rem;
  color: white;
  line-height: 150%;
  font-weight: 700;
}

footer .about-us-container .about-us-card p {
  color: #94a0b8;
  font-size: 0.75rem;
  letter-spacing: 1%;
  margin-bottom: 24px;
  max-width: 170px;
  line-height: 150%;
}

footer .about-us-container .about-us-right .about-us-card {
  display: flex;
  flex-direction: column;
}

footer .about-us-container .about-us-right .about-us-card a {
  margin-bottom: 16px;
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 150%;
}

.midia-and-newsletter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 113px;
}

.midia-and-newsletter-container .midia-container {
  display: flex;
  align-items: center;
}

.midia-and-newsletter-container .midia-container a {
  margin-right: 24px;
}

.midia-and-newsletter-container .midia-container p {
  color: #94a0b8;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1%;
  margin-left: 12px;
}

.midia-and-newsletter-container .newsletter-container h5 {
  color: #94a0b8;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1%;
}

.midia-and-newsletter-container .newsletter-container p {
  color: #94a0b8;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: 1%;
}

.midia-and-newsletter-container .newsletter-container form {
  margin: 24px 0px;
}

.midia-and-newsletter-container .newsletter-container input {
  width: 220px;
  background: #464bad33;
  border: 2px solid var(--brand-indigo-700, #3940bf);
  border-radius: 44px;
  box-sizing: border-box;
  padding: 16px 20px;

  color: #6b93ff;
  font-size: 1.125rem;
  line-height: 150%;
  margin-right: 8px;
}

.midia-and-newsletter-container .newsletter-container input::placeholder {
  color: #6b93ff;
}

.midia-and-newsletter-container .newsletter-container input:focus {
  border: 2px solid var(--brand-indigo-700, #3940bf);
  outline: none;
}

.midia-and-newsletter-container .newsletter-container button[type="submit"] {
  background-color: #5360ff;
  box-sizing: border-box;
  padding: 16px 20px;
  border-radius: 32px;
  border: none;

  text-align: center;
  color: #e0eaff;
  font-size: 1.125rem;
  line-height: 150%;
  cursor: pointer;
}

footer hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #334155;
  margin: 1em 0;
  padding: 0;
}

footer .copyright-container {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

footer .copyright-container p {
  color: #94a0b8;
  font-size: 1.125rem;
  line-height: 150%;
}

@media (max-width: 1520px) and (min-width: 1367px) {
  .motor-section .motor-cards-wrapper {
    justify-content: flex-end;
    padding-right: 60px;
    box-sizing: border-box;
  }

  .motor-section .motor-cards-container {
    max-width: 660px;
    margin-left: 0px;
    justify-content: center;
  }
}

@media (max-width: 1366px) and (min-width: 868px) {
  .main-section {
    padding-bottom: 50px;
  }

  .motor-section .motor-cards-container {
    max-width: 70%;
  }
}

@media (max-width: 1366px) {
  .one-app-section .one-app-header-container h2 {
    font-size: 2.25rem;
  }

  .one-app-section .one-app-header-container h4 {
    font-size: 1.125rem;
  }

  .one-app-section .app-features-header-buttons button {
    padding: 12px;
    font-size: 0.95rem;
  }

  .one-app-section .app-features-container li {
    height: auto;
    padding-bottom: 24px;
  }

  .one-app-section .app-features-container li h4 {
    font-size: 1.125rem;
    margin-top: 24px;
  }

  .one-app-section .app-features-container li h2 {
    font-size: 1.75rem;
    padding: 0 24px;
  }

  .one-app-section
    .app-features-container
    li
    .slide-container
    .app-slide-text
    h3 {
    font-size: 1.4rem;
  }

  .one-app-section
    .app-features-container
    li
    .slide-container
    .app-slide-text
    p {
    font-size: 1rem;
    margin: 20px 0px;
  }

  .one-app-section .app-features-container li .slide-container {
    align-items: center;
    margin-top: 32px;
    gap: 24px;
  }

  .one-app-section .app-features-container li:nth-child(2) .slide-container,
  .one-app-section .app-features-container li:nth-child(3) .slide-container,
  .one-app-section .app-features-container li:nth-child(4) .slide-container {
    margin-top: 32px;
  }

  .one-app-section
    .app-features-container
    li
    .slide-container
    .app-slide-text
    h3 {
    margin-top: 0;
  }

  .one-app-section
    .app-features-container
    li
    .slide-container
    .app-slide-image-container
    img {
    width: 320px;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    display: block;
  }

  .slide-buttons-container-conheca {
    margin-right: 0px;
  }

  .slide-buttons-container-multiply {
    margin-right: 50px;
  }

  .multiply-cards {
    margin-left: 40px;
    margin-right: 40px;
  }

  .main-section .main-section-content {
    margin-left: 80px;
    width: 300px;
    margin-top: 100px;
  }

  .main-section .main-section-content h1 {
    font-size: 2.25rem;
    width: 100%;
  }

  .main-section .main-section-content h3 {
    font-size: 1.5rem;
  }

  .main-section .main-section-content p {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .main-section-content a button {
    width: 100%;
  }

  .motor-section .header .subtitle {
    font-size: 1.125rem;
  }

  .motor-section .header .title {
    font-size: 2.5rem;
  }

  .motor-section .header .paragraph {
    font-size: 1.125rem;
  }

  .motor-section .motor-card {
    height: 340px;
  }

  .motor-section .motor-card .motor-card-header .image-container {
    margin-top: 16px;
  }

  .motor-section .motor-card .points {
    margin-top: 28px;
    margin-bottom: 12px;
  }

  .motor-section .motor-card .points h3 {
    font-size: 3rem;
  }

  .motor-section .motor-card p {
    font-size: 1rem;
  }

  .unlock-the-ecosystem-container .ecosystem-text h2 {
    font-size: 2rem;
  }

  .unlock-the-ecosystem-container .ecosystem-text p {
    font-size: 1.05rem;
  }

  .apps-store-container .app-store-text-container h3 {
    font-size: 1.5rem;
  }

  .conheca-section .conheca-text-container {
    flex: 0 0 340px;
  }

  .conheca-section .conheca-text-container h3 {
    font-size: 1.25rem;
  }

  .conheca-section .conheca-text-container h1 {
    font-size: 2.25rem;
    margin-top: 10px;
  }

  .conheca-section .conheca-text-container p {
    font-size: 1rem;
  }

  .multiply-points-section h2 {
    font-size: 2rem;
  }

  .multiply-points-section h4 {
    font-size: 1.125rem;
  }

  .how-works-section h2 {
    font-size: 2rem;
  }

  .how-works-section .subtitle {
    font-size: 1.125rem;
  }

  .how-works-section ul li h4 {
    font-size: 1.25rem;
  }

  .faq-section h2 {
    font-size: 2rem;
  }

  .faq-section h4 {
    font-size: 1.125rem;
  }

  footer {
    padding: 64px 80px;
  }
}

@media (max-width: 1220px) and (min-width: 900px) {
  .unlock-the-ecosystem-image-app-container {
    display: none;
  }

  .unlock-the-ecosystem-container .ecosystem-text {
    margin-top: 60px;
  }
}

@media (max-width: 1110px) and (min-width: 868px) {
  .motor-section .motor-cards-container {
    max-width: 100%;
  }

  .motor-hero .motor-girl-image {
    display: none;
  }

  .motor-section .motor-cards-container {
    margin-left: 0px;
    justify-content: center;
  }

  .multiply-cards {
    scroll-snap-align: center;
    margin: 0px;
    margin-left: 20px;
  }
}

@media (max-width: 870px) and (min-width: 688px) {
  .motor-section .motor-cards-container {
    max-width: 100%;
    margin-left: 0px;
    justify-content: center;
  }

  .motor-hero .motor-girl-image {
    display: none;
  }
}

@media (max-width: 1290px) {
  .coin-small {
    width: 50px;
    left: 240px;
    top: 60px;
  }

  .one-app-section .app-features-container li .slide-container .app-slide-text {
    margin-left: 20px;
  }
}

@media (max-width: 870px) and (min-width: 688px) {
}

@media (max-width: 687px) {
  .one-app-section .one-app-header-container h2 {
    font-size: 2rem;
  }

  .one-app-section .app-features-header-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .one-app-section .app-features-header-buttons button {
    margin: 0;
  }

  .main-section header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .main-section header .header-buttons-container {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .lang-switch.open .lang-switch-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(6, 10, 30, 0.6);
    z-index: 9;
  }

  .lang-switch-dropdown {
    position: fixed;
    top: auto;
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    z-index: 11;
  }

  .lang-switch-dropdown::before {
    display: none;
  }

  .lang-switch-options {
    flex-direction: column;
    gap: 8px;
  }

  .lang-option {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }

  .main-section header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .main-section header .header-buttons-container {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .main-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .main-section .main-section-content {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 80%;
    margin: 0px;
    margin-top: 50px;
  }

  .main-section .main-section-content h1 {
    font-size: 2rem;
    width: 100%;
  }

  .main-section .main-text-container p {
    font-size: 1rem;
    line-height: 180%;
  }

  .main-section .main-section-content {
    flex-direction: column;
  }

  .main-section-content a button {
    margin-bottom: 40px;
    width: 100%;
  }

  .one-app-section .one-app-header-container h2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .one-app-section .one-app-header-container h4 {
    font-size: 1.25rem;
    margin-right: 20px;
    margin-left: 20px;
  }

  .one-app-section .app-features-container li {
    flex: 0 0 100%;
    height: auto;
  }

  .app-slide-image-container
    .ecosystem-section
    .ecosystem-content-container
    li
    h4 {
    font-size: 1rem;
  }

  .one-app-section .app-features-container li h2 {
    font-size: 2.5rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .one-app-section .app-features-container li .slide-container {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0px;
  }

  .one-app-section .app-features-container li .slide-container .app-slide-text {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .one-app-section
    .app-features-container
    li
    .slide-container
    .app-slide-text
    span {
    justify-content: center;
  }

  .one-app-section
    .app-features-container
    li
    .slide-container
    .app-slide-text
    h3 {
    margin-top: 30px;
  }

  .one-app-section
    .app-features-container
    li
    .slide-container
    .app-slide-image-container {
    width: 300px;
    height: 250px;
    margin-top: 30px;
  }

  .one-app-section
    .app-features-container
    li
    .slide-container
    .app-slide-image-container
    img {
    width: 100%;
    object-fit: cover;
  }

  .one-app-section .app-features-controls {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .one-app-section .app-features-dots {
    position: static;
    transform: translate(0, 0);
    margin-bottom: 10px;
  }

  .ecosystem-section .title {
    font-size: 2rem;
  }

  .ecosystem-section .ecosystem-header-buttons button {
    font-size: 0.875rem;
    margin: 0px 2px;
  }

  .ecosystem-section .ecosystem-content-container li .ecosystem-content {
    justify-content: center;
    text-align: center;
    flex-direction: column-reverse;
    margin: 20px 10px;
  }

  .ecosystem-section .ecosystem-content-container li .ecosystem-content div h3 {
    font-size: 1.5rem;
    margin: 30px 0px;
  }

  .ecosystem-image-container {
    align-items: center;
    margin: 0px;
    margin-bottom: 20px;
  }

  .ecosystem-image-container img {
    vertical-align: middle;
  }

  .ecosystem-section .ecosystem-content-container li .ecosystem-content div p {
    margin: 0px;
    font-size: 0.875rem;
  }

  .ecosystem-section
    .ecosystem-content-container
    li
    .ecosystem-content
    .ecosystem-content-text {
    max-width: 100%;
    margin: 0px 20px;
    text-align: center;
  }

  .ecosystem-section
    .ecosystem-content-container
    li
    .ecosystem-content
    div
    span {
    justify-content: center;
    margin-top: 20px;
  }

  .ecosystem-section
    .ecosystem-content-container
    li
    .ecosystem-content
    div
    span
    a {
    font-size: 0.875rem;
    text-align: center;
    margin: 0px;
  }

  .ecosystem-section
    .ecosystem-content-container
    li:nth-child(3)
    .ecosystem-content {
    flex-direction: column-reverse;
    margin-right: 0px;
  }

  .motor-section .header .subtitle {
    font-size: 1rem;
  }

  .motor-section .header .title {
    font-size: 3rem;
  }

  .motor-section .header .paragraph {
    font-size: 1rem;
    margin: 0px 30px;
    text-align: center;
  }

  .motor-section .header img {
    width: 50%;
  }

  .motor-section .motor-cards-container {
    justify-content: center;
    max-width: 100%;
    margin: 0px;
  }

  .motor-section .motor-cards-container .motor-card {
    height: 350px;
  }

  .motor-girl-image {
    display: none;
  }

  .unlock-the-ecosystem-container .ecosystem-text {
    margin: 40px 20px;
  }

  .unlock-the-ecosystem-container .ecosystem-text h2 {
    font-size: 2rem;
  }

  .unlock-the-ecosystem-container .ecosystem-text p {
    font-size: 1rem;
    max-width: 100%;
  }

  .apps-store-container {
    border-radius: 0px;
    flex-direction: column;
  }

  .apps-store-container .app-store-text-container {
    margin: 20px;
    margin-top: 60px;
  }

  .apps-store-container .app-store-text-container h3 {
    max-width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }

  .apps-store-container .app-store-text-container button {
    width: 100%;
    padding: 10px 14px;
  }

  .apps-store-container .app-store-text-container button .button-text h4 {
    font-size: 1rem;
  }

  .unlock-the-ecosystem-image-app-container {
    display: none;
  }

  .apps-store-container {
    padding-bottom: 30px;
  }

  .conheca-section .conheca-text-container {
    text-align: center;
  }

  .conheca-section .conheca-text-container h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .conheca-section .conheca-text-container h1 {
    font-size: 3rem;
  }

  .conheca-controls {
    flex-direction: row-reverse;
  }

  .conheca-slider-container .conheca-slide-blocks li:nth-child(1) {
    background-image: url("./assets/Item011.png");
    width: 380px;
  }

  .multiply-points-section h2 {
    font-size: 1.5rem;
  }

  .multiply-points-section h4 {
    font-size: 1.125rem;
    margin: 0px 20px;
  }

  .multiply-cards {
    margin-right: 0px;
    margin-left: 0px;
  }

  .multiply-cards .multiply-card {
    min-width: 350px;
    background-color: #e2e6f0;
    scroll-snap-align: center;
    margin-left: 20px;
  }

  .multiply-cards .multiply-card:last-child {
    margin-right: 20px;
  }

  .slide-buttons-container-multiply {
    margin-right: 0px;
    justify-content: center;
  }

  .how-works-section ul {
    justify-content: center;
    text-align: center;
  }

  .how-works-section ul li {
    min-height: 300px;
  }

  .how-works-section ul li h4 {
    font-size: 1.125rem;
  }

  .how-works-section ul li p {
    font-size: 1rem;
  }

  .how-works-section h2 {
    font-size: 1.5rem;
  }

  .how-works-section .subtitle {
    display: none;
    font-size: 1.125rem;
    margin: 10px 20px;
    margin-top: 20px;
  }

  .faq-section .faq-group {
    margin: 0px 20px;
    margin-bottom: 40px;
  }

  .faq-section h2 {
    font-size: 2rem;
  }

  .faq-section h4 {
    font-size: 1rem;
    margin: 16px 20px;
    text-align: center;
  }

  .faq-section ul li .answer {
    font-size: 1rem;
  }

  .motor-section .motor-cards-container {
    max-width: 100%;
  }

  .main-section-content .main-slide-blocks {
    margin-left: 10px;
  }

  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
  }

  footer .about-us-container {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  footer .about-us-container .about-us-left,
  footer .about-us-container .about-us-right {
    flex-direction: column;
  }

  footer .about-us-container .about-us-right {
    margin-top: 36px;
  }

  footer .about-us-container h5 {
    max-width: 100%;
  }

  footer .about-us-container .about-us-left div:nth-child(1),
  footer .about-us-container .about-us-right div:nth-child(1) {
    margin: 0px;
  }

  footer .about-us-container .about-us-card p {
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  .conheca-slider-container .conheca-slide-blocks li {
    min-width: 320px;
    width: auto;
  }

  .conheca-slider-container .conheca-slide-blocks li:nth-child(1) {
    width: 320px;
  }
}
