@import url('https://fonts.googleapis.com/css2?family=TASA+Orbiter:wght@400..800&family=Trispace:wght@100..800&display=swap');

body {
  background: radial-gradient(circle at center, #050010 0%, #000 100%);
  color: #fff;
  font-family: 'Trispace', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  padding: 1rem;
  margin: 0;
}

.logo{    margin:20px;

}
.logo svg{
        height: 40px;
}

/* TIPOGRAFIA RESPONSIVA */
h1 {
  font-weight: 700;
  font-size: clamp(1.8rem, 5vw, 3rem);
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.5rem;
}

h2 {
  font-weight: 500;
  font-size: clamp(1.4rem, 4vw, 2rem);
  line-height: 1.3;
  color: #ccc;
  margin-bottom: 0.75rem;
}

p {
  font-weight: 300;
  font-size: clamp(1rem, 3.5vw, 1.25rem);
  line-height: 1.5;
  color: #ddd;
  max-width: 600px;
  margin: 0 auto 1rem;
}

/* GLITCH EFFECT */
.glitch {
  font-size: clamp(1.8rem, 6vw, 2.8rem);
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow:
    0 0 5px #fff,
    0 0 10px #0ff,
    0 0 20px #0ff,
    0 0 40px #f0f,
    0 0 80px #f0f;
  animation: flicker 3s infinite;
}

.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  line-height: 1em;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  mix-blend-mode: screen;
}

.glitch::before {
  color: #f0f;
  text-shadow: -2px 0 #f0f, 0 0 10px #f0f;
  animation: glitch-anim-1 2s infinite linear alternate-reverse;
}

.glitch::after {
  color: #0ff;
  text-shadow: 2px 0 #0ff, 0 0 10px #0ff;
  animation: glitch-anim-2 2.5s infinite linear alternate-reverse;
}

@keyframes glitch-anim-1 {
  0% { clip-path: polygon(0 2%, 100% 2%, 100% 20%, 0 20%); transform: translate(-2px, -2px); }
  20% { clip-path: polygon(0 60%, 100% 60%, 100% 80%, 0 80%); transform: translate(2px, 2px); }
  40% { clip-path: polygon(0 30%, 100% 30%, 100% 50%, 0 50%); transform: translate(-1px, 1px); }
  60% { clip-path: polygon(0 70%, 100% 70%, 100% 90%, 0 90%); transform: translate(3px, -1px); }
  80% { clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%); transform: translate(-3px, 2px); }
  100% { clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%); transform: translate(0, 0); }
}

@keyframes glitch-anim-2 {
  0% { clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%); transform: translate(2px, 2px); }
  20% { clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%); transform: translate(-2px, -1px); }
  40% { clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%); transform: translate(1px, -2px); }
  60% { clip-path: polygon(0 75%, 100% 75%, 100% 90%, 0 90%); transform: translate(-3px, 1px); }
  80% { clip-path: polygon(0 25%, 100% 25%, 100% 45%, 0 45%); transform: translate(2px, 3px); }
  100% { clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%); transform: translate(0, 0); }
}

@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% { opacity: 1; }
  20%, 24%, 55% { opacity: 0.3; }
}

/* BOTÃO */
.btn1 {
  margin-top: 1.5rem;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  font-size: clamp(0.9rem, 3vw, 1.1rem);
  border-radius: 6px;
}

.btn1:hover {
  background: #fff;
  color: #000;
}

/* Ajuste fino em telas pequenas */
@media (max-width: 480px) {
  body {
    padding: 1.5rem;
  }
  .glitch {
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {

.hidedesk{
 display:none;
}
}


    nav {
      display: flex;
      align-items: center;
      justify-content: space-between;

      backdrop-filter: blur(12px);
      background: rgba(10, 10, 20, 0.35);
      border-bottom: 1px solid rgba(0, 255, 255, 0.3);
      box-shadow: 0 0 20px rgba(0, 255, 255, 0.096), inset 0 0 10px rgba(255, 0, 255, 0.15);
      padding: 8px 25px;
      width: 98vw;
      box-sizing: border-box;
      position: fixed;
      margin:15px;
      top: 0;
      left: 0;
      z-index: 1000;
    }

    .logo {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: visible;
    }

.logo svg path[fill="#04fcac"] {
  filter: drop-shadow(0 0 26px #04fcad85) 
          drop-shadow(0 0 26px #00ffee3a);
}

.logo svg path[fill="#fcfcfc"] {
  filter: drop-shadow(0 0 4px #fff) 
          drop-shadow(0 0 4px #fff);
}


    .hamburguer, .login {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: transform 0.2s;
    }

    .hamburguer:hover, .login:hover {
      transform: scale(1.1);
    }

    .hamburguer svg {
      width: 28px;
      height: 28px;
      stroke: #00ffff;
      stroke-width: 2;
      fill: none;
      filter: drop-shadow(0 0 6px #00ffff);
    }

    .login svg {
      width: 26px;
      height: 26px;
      stroke: #ff00ff;
      stroke-width: 2;
      fill: none;
      filter: drop-shadow(0 0 6px #ff00ff);
    }