body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: 'Outfit', sans-serif !important;
  overflow-y: scroll;
  height: 100%;
  position: relative;
}


.container-1920 {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.relative { position: relative; }

.logo {
  position: absolute;
  z-index: 10;
}
.logo-pixyz { top: 15px; left: 25px; }
.logo-pixyzp { top: 30%; right: 1%; }

.desktop-header {
  position: relative;
  width: 100%;
  max-width: 1920px; 
  margin: 0 auto;
  height: 500px;
  background-color: #000;
  overflow: hidden;
}



.line { position: absolute; background-color: #00aaff; }
.line-vertical { width: 2px; height: 100%; }
.line-vertical-section1 { width: 2px; height: 30%; }
.line-diagonal { width: 2px; height: 200%; transform: rotate(-45deg); transform-origin: top left; }

.line-left-80 { left: 80px; }
.line-left-278 { left: 284px; }
.line-center { left: 45%; }

.circle {
  position: absolute;
  width: 600px;
  height: 600px;
  border: 2px solid #00aaff;
  border-radius: 50%;
  top: -300px;
  left: -319px;
}

.block-pink,
.block-black,
.block-purple,
.block-darkblue {
  position: absolute;
}
.block-purple { background-color: #6251eb; }
.block-pink { background-color: #ffc2ed; }
.block-black { background-color: #000; }
.block-darkblue {
  background-color: #0a0055;
}

.square-40 {
  width: 40px; height: 40px;
}
.square-30 {
  width: 30px; height: 30px;
}

.purple-bar-left { top: 36%; left: 0; width: 286px; height: 85px; }
.purple-top { top: 0; right: 0; width: 340px; height: 60px;z-index: 150; }
.square-40.purple-small-top { top: 60px; right: 340px; }
.square-40.purple-small-bottom { bottom: 0; right: 0;}
.square-40.pink-middle{top: 210px;  left: calc(666px + 27%);z-index: 15;}
.square-40.black-left{bottom: 100px; left: 0%;z-index: 15;}

.text-overlay {
  position: absolute;
  font-family: 'Roboto', sans-serif;
}
.text-overlay-black {
  top: 50%; left: 73%; transform: translate(-72%, -50%);
  font-size: 85px; color: #000;
}
.text-overlay-blue {
  top: 50%; left: 130%; transform: translate(-60%, -50%);
  font-size: 70px; color: #2884bc;
}
.text-overlay-white {
  top: 50%; left: 52%; transform: translate(-10%, 35%);
  font-size: 99px; font-weight: bold; color: #fff;
}
.text-overlay p { margin: 0; }
.blue-text-bold { color: #2884bc; }


@keyframes blink { 50% { opacity: 0.2; } }
.text-blink { animation: blink 1s step-start infinite; }


.section-one {
  background-color: #000;
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.img-por { position: absolute; top: 13%; left: 79px; z-index: 15; }
.img-que { position: absolute; top: 35%; left: 215px; z-index: 15; }

.main-square,
.back-square,
.top-square,
.corner-square,
.bottom-bar {
  position: absolute;
  background: #fff;
  transition: transform 1s ease-in-out;
}

.main-square { left: 26%; width: 17%; height: 32%; z-index: 36; }
.back-square { right: 0; top: 7%; width: 60%; height: 350px; z-index: 0; }
.top-square { right: 0; top: 0; width: 54%; height: 18%; z-index: 45; }
.corner-square { left: -60px; bottom: 185px; width: 230px; height: 300px; z-index: 2; }
.bottom-bar { bottom: 0; left: 0; width: 100%; height: 350px; z-index: 20; }

.section-one:hover .main-square { transform: translate(24%, 0%); }
.section-one:hover .bottom-bar { transform: translate(0%, 13%); }
.section-one:hover .back-square { transform: translate(10%, 0%); }
.section-one:hover .corner-square { transform: translate(-10%, 8%); }
.section-one:hover .square-40.blue-square-left-top { transform: translate(-55%, 0%); }

.text { position: absolute; color: #000c13; z-index: 50; text-align: left; }
.text1 { right: 11%; top: 16%; width: 35%; font-size: 1.1375rem;font-weight:300; font-family: 'Roboto', sans-serif;}
.text2 { right: 6%; top: 40%; width: 45%; font-size: 1.375rem;font-family: 'Roboto', sans-serif;}
.text3 { left: 88px; top: 470px; width: 850px; font-size: 2.275rem;font-family: 'Outfit', sans-serif; }
.text4 { left: 5%; top: 5%; width: 500px; font-size: 4.5rem;font-weight: 100;font-family: 'Outfit', sans-serif;margin-bottom: 80px;}

.light{
  font-weight: lighter;
  color: #293033;

}
.black{
  font-weight: 900;
}
.semi-bold{
  font-weight:600;
}

.bold{
  font-weight: 700;
}

.purple-text { color: #6251eb; }
.blue-bg-text { background: #2e95d4; color: #fff; }
.small-blue-square {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #2e95d4;
  margin-left: -5px;
  vertical-align: -27px;
  animation: blink 1s step-start infinite;
  z-index: 151;
}


.square-40.darkblue-top {
  top: 0;
  left: 286px;
  animation: pixel-up-down 5s linear infinite;
}

.square-40.darkblue-center {
  top: 125px;
  right: 230px;
  transform: translate(-50%, -50%);
  animation: pixel-fall 5s linear infinite;
}

.block-blue{background-color: #2e95d4;position: absolute;}
.square-40.blue-square-left-top{
  top: 0px;
  left: 130px;
  z-index: 75;
  animation: pixel-diagonal-slide 1s linear infinite;
  transition: transform 1s ease-in-out;
}
.square-40.blue-square-right-top{
  top: 0px;
  right: 0px;
  z-index: 10;
  animation: pixel-up-down 6s linear infinite;
}

@keyframes pixel-up-down {
  0%, 10%   { transform: translate(0, 0); }
  20%       { transform: translate(0, 160px); }
  21%, 28%  { transform: translate(0, 135px); }
  35%       { transform: translate(0, 110px); }
  40%       { transform: translate(0, 135px); }
  45%       { transform: translate(0, 120px); }
  50%       { transform: translate(0, 110px); }
  70%       { transform: translate(0, 60px); }
  85%       { transform: translate(0, 30px); }
  100%      { transform: translate(0, 0); }
}

@keyframes pixel-fall {
  0%   { transform: translate(-50%, -50%) translate(-10px, 0) rotate(0deg); }
  10%  { transform: translate(-50%, -50%) translate(-25px, 3px) rotate(-15deg); }
  25%  { transform: translate(-50%, -50%) translate(-30px, 9px) rotate(-45deg); }
  50%  { transform: translate(-50%, -50%) translate(-35px, 20px) rotate(-75deg); }
  60%  { transform: translate(-50%, -50%) translate(-130px, 150px) rotate(-120deg); }
  65%  { transform: translate(-50%, -50%) translate(-180px, 200px) rotate(-150deg); }
  75%  { transform: translate(-50%, -50%) translate(-170px, 200px) rotate(-170deg); }
  100% { transform: translate(-50%, -50%) translate(-180px, 1800px) rotate(360deg); }
}

@keyframes pixel-diagonal-slide {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(-5px, 5px); }
  100% { transform: translate(0, 0); }
}

.section-two {
  background-color: #fff;
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: relative;
}

.footer {
  background: #000C13;
  position: relative;
  max-width: 1920px; 
  margin: 0 auto;
  height: 200px;
  overflow: hidden;
}

.footer-left .email-box {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #2E95D4;
  padding: 10px 20px;
  bottom: 0%;
  height: 20px;
  width: 235px;
}

.email-icon {
  width: 32px;
  height: auto;
}

.email {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin: 0;
}

.footer-right {
  position: absolute;
  top: 0%;           
  right: 0%;         
}

.footer-right .right-box {
  position: absolute;
  right: 0%;
  background: #6251EB;
  width: 230px;        
  height: 40px;        
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;            
}

.social-icons {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.social-icon {
  background: #000000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon img {
  width: 20px;
  height: 20px;
}

.privacy {
  position: absolute;
  bottom: 35%;
  right: 3%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.company {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  right: 3%;
  bottom: 15%;
}

.footer-midright-square {
  left:650px;
  bottom:10px;
  top: 0%;
}
.footer-midleft-square {
  left:424px;
  bottom:0px;
}
.footer-left-square {
  left:276px;
  bottom:40px;
}
.footer-right-square{
  right:330px;
  top:80px;
}
.footer-left-line{
  left:274px;
}

.footer-right-line{
  left:424px;
}

.footer-circle{
  position: absolute;
  width: 500px;
  height: 500px;
  border: 2px solid #00aaff;
  border-radius: 50%;
  bottom: 50px;
  left: -100px;

}

.footer-line-diagonal { left:720px; height: 200%; transform: rotate(-45deg); transform-origin: top left; }

.block-purple .menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;

  width: 100%;
  padding-left: 50px;
  top: 10px;
  position: relative;

  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5rem; 
}

.block-purple .menu a {
  text-decoration: none;
  color: inherit; 
  cursor: pointer;
}

.block-purple .menu div {
  width: auto;
  white-space: nowrap;
}

.block-purple .menu a:hover div {
  opacity: 0.8;
  transform: translateY(-2px);
  transition: 0.2s ease;
}

.images-wrapper {
  position: relative;
  width: 100%;
  height: 500px; 
  overflow: visible;
  bottom: 150px;
}

.home-trackhub {
  position: absolute;
  bottom: 0;
  left: 0%; 
  width: calc(550px + 15%);
  height: auto;
  z-index: 1;
}

.forwho {
  position: absolute;
  bottom: 50px;
  left: calc(560px + 27%);
  transform: translateX(-50%);
  height: 450px;
  width: auto;
  z-index: 2;
}

.grafico {
  position: absolute;
  bottom: 0px;
  left: calc(600px + 38%); 
  height: 370px;
  width: auto;
  object-fit: cover;
  object-position: left;
  /*clip-path: inset(0 35% 0 0);*/
  z-index: 3; 
}

.trackhub-logo {
  position: absolute;
  bottom: 0;
  left: calc(270px + 12%);
  width: auto;
  height: 65px;
  z-index: 3;
}

.black-mid-retangle {
  position: absolute;
  width: calc(321px + 8%); 
  height: 90px;
  background-color: #000;
  z-index: 10;
  bottom: 0px;
  left: calc(228px + 8%);
}

.black-big-retangle {
  position: absolute;
  width: calc(550px + 17%);
  height: calc(500px + -20%);
  background-color: #000;
  z-index: 0;
  bottom: -10px;
  left: 0%;
}

.grey-big-retangle {
  position: absolute;
  width: 800px;
  height: 350px;
  background-color: #e8f4fb;
  z-index: 1;
  bottom: -20px;
  left: calc(600px + 37%);
}
.grey-small-retangle {
  position: absolute;
  width: 30px;
  height: 50px;
  top: 30px;
  left: 0%;
  z-index: 4;
  background-color: #e8f4fb; 
}

.img-comma {
  left: calc(550px + 17.5%);
  bottom: 90px;
  width: auto;
  height: 65px;
  z-index: 5;
}
.text-bottom {
  right: 17.5%;
  bottom: 100px;
  width: 700px;
  height: 60px;
  z-index: 6;
  position: absolute;
  font-size: 4.5rem;font-weight: 50;font-family: 'Outfit', sans-serif;}



.images-wrapper,
.block-pink,
.block-black,
.pink-retangle,
.black-mid-retangle,
.grey-big-retangle,
.grey-small-retangle,
.img-comma,
.block-blue {
  position: absolute;
  z-index: 1;
}

::-webkit-scrollbar {
  width: 8px; 
}


::-webkit-scrollbar-track {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}


::-webkit-scrollbar-corner {
  background: transparent !important;
}


::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);  /* Efeito vidro */
  -webkit-backdrop-filter: blur(6px);
  background: linear-gradient(
    to bottom,
    rgba(232, 244, 251, 0.45),
    rgba(98, 81, 235, 0.45)
  );
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(
    to bottom,
    rgba(232, 244, 251, 0.6),
    rgba(98, 81, 235, 0.7)
  );
  border-color: rgba(255, 255, 255, 0.45);
  transform: scale(1.2);
}
