/* =========================================================
   QUER SE TORNAR UMA FINTECH?
========================================================= */

.fintech {
  position: relative;

  min-height: 620px;

  display: flex;
  align-items: center;

  overflow: hidden;

  isolation: isolate;

  padding: 110px 0;
}


/* =========================================================
   FUNDO
========================================================= */

.fintech-fundo {
  position: absolute;

  z-index: -2;

  inset: 0;

  background:
    radial-gradient(
      circle at 75% 50%,
      rgba(22, 133, 255, 0.14),
      transparent 32%
    ),
    linear-gradient(
      110deg,
      #050c13 0%,
      #07131f 55%,
      #061a2c 100%
    );
}


/* =========================================================
   ATMOSFERA
========================================================= */

.fintech::before {
  content: "";

  position: absolute;

  z-index: -1;

  top: -200px;
  right: -150px;

  width: 600px;
  height: 600px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(22, 133, 255, 0.18),
      transparent 68%
    );

  filter: blur(45px);

  pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.fintech-container {
  display: grid;

  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 1.1fr);

  align-items: center;

  gap: 80px;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.fintech-conteudo {
  max-width: 620px;
}

.fintech-conteudo h2 {
  margin: 18px 0 20px;

  font-size: clamp(
    2.7rem,
    5vw,
    4.6rem
  );

  line-height: 1.03;

  letter-spacing: -0.04em;
}

.fintech-conteudo h2 span {
  color: #1685ff;
}

.fintech-destaque {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: 1.25rem;

  font-weight: 500;
}

.fintech-descricao {
  max-width: 560px;

  margin: 0;

  color: #9eacba;

  font-size: 0.98rem;

  line-height: 1.8;
}


/* =========================================================
   CTA
========================================================= */

.fintech-cta {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  margin-top: 34px;

  padding: 0 24px;

  min-height: 48px;

  border-radius: 12px;
}

.fintech-cta span {
  font-size: 1.1rem;

  transition:
    transform 0.25s ease;
}

.fintech-cta:hover span {
  transform: translateX(4px);
}


/* =========================================================
   VISUAL
========================================================= */

.fintech-visual {
  position: relative;

  width: 100%;
  min-height: 470px;

  display: flex;

  align-items: center;
  justify-content: center;
}


/* =========================================================
   ÓRBITAS
========================================================= */

.fintech-orbita {
  position: absolute;

  border: 1px solid rgba(22, 133, 255, 0.2);

  border-radius: 50%;

  transform: rotate(-20deg);
}

.fintech-orbita-1 {
  width: 420px;
  height: 250px;
}

.fintech-orbita-2 {
  width: 320px;
  height: 190px;

  transform:
    rotate(35deg);
}


/* =========================================================
   NÚCLEO
========================================================= */

.fintech-nucleo {
  position: relative;
  z-index: 3;

  width: 150px;
  height: 150px;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(22, 133, 255, 0.28),
      rgba(5, 20, 34, 0.96) 68%
    );

  border:
    1px solid rgba(22, 133, 255, 0.4);

  box-shadow:
    0 0 50px rgba(22, 133, 255, 0.18);
}

.fintech-nucleo-label {
  color: #5aa9ff;

  font-size: 0.65rem;

  font-weight: 600;

  letter-spacing: 0.16em;
}

.fintech-nucleo strong {
  margin-top: 5px;

  color: #ffffff;

  font-size: 1rem;

  letter-spacing: 0.14em;
}


/* =========================================================
   PONTOS
========================================================= */

.fintech-ponto {
  position: absolute;
  z-index: 4;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 10px 15px;

  background:
    rgba(8, 22, 36, 0.82);

  border:
    1px solid rgba(22, 133, 255, 0.25);

  border-radius: 999px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.25);
}

.fintech-ponto span {
  color: #aebdca;

  font-size: 0.6rem;

  font-weight: 600;

  letter-spacing: 0.09em;
}

.fintech-ponto-1 {
  top: 80px;
  right: 30px;
}

.fintech-ponto-2 {
  bottom: 75px;
  right: 20px;
}

.fintech-ponto-3 {
  bottom: 35px;
  left: 70px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

  .fintech {
    padding: 100px 0;
  }

  .fintech-container {
    grid-template-columns: 1fr;

    gap: 60px;
  }

  .fintech-conteudo {
    max-width: 720px;
  }

  .fintech-visual {
    min-height: 400px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .fintech {
    padding: 85px 0;
  }

  .fintech-container {
    gap: 40px;
  }

  .fintech-conteudo h2 {
    font-size: 2.5rem;
  }

  .fintech-destaque {
    font-size: 1.1rem;
  }

  .fintech-descricao {
    font-size: 0.9rem;
  }

  .fintech-visual {
    min-height: 330px;
  }

  .fintech-orbita-1 {
    width: 310px;
    height: 190px;
  }

  .fintech-orbita-2 {
    width: 240px;
    height: 150px;
  }

  .fintech-nucleo {
    width: 120px;
    height: 120px;
  }

  .fintech-ponto-1 {
    top: 35px;
    right: 5px;
  }

  .fintech-ponto-2 {
    bottom: 30px;
    right: 0;
  }

  .fintech-ponto-3 {
    bottom: 0;
    left: 5px;
  }

}


/* =========================================================
   MOBILE PEQUENO
========================================================= */

@media (max-width: 480px) {

  .fintech {
    padding: 75px 0;
  }

  .fintech-conteudo h2 {
    font-size: 2.2rem;
  }

  .fintech-ponto span {
    font-size: 0.54rem;
  }

}