

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html {
  scroll-behavior: smooth;
}

body{
font-family: Arial;
background-color: rgb(0, 0, 0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  background: transparent;
  z-index: 1000;
  transition: 0.3s ease;
}
/* HEADER BASE (transparente) */
.header {
  background: transparent;
  transition: all 0.3s ease;
}

/* QUANDO FAZ SCROLL */
.header.scrolled {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
}

/* QUANDO MENU ABRE */
.header.menu-open {
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
}
.nav{
  display: flex;
  gap: 40px;
}

.nav a{
  text-decoration: none;
  color: white;
  font-family: "Iosevka Charon Mono", monospace;
  font-size: 20px;
  letter-spacing: 1px;
}

nav a:hover {
  color: #E6FC09;
}

.logo {
  display: inline;
  font-family: michroma;
  mix-blend-mode: difference;
  color: aliceblue;
  text-decoration: none;
  letter-spacing: 5px;
}

.logoimg {
width: 40px;
position: relative;
top: 3.5px;
}

.logo a {
  text-decoration: none;

}
.logo h1 {
  text-decoration: none;
}

.logo:hover {
  color: #E6FC09;
  opacity: 1;
  cursor: url("assets/mouse-cursor.svg"), auto;
}

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
}

/* QUEM SOMOS */

.quemsomos {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;

  min-height: 100vh;
  height: auto;

  background-color: black;
  color: #e6e5e5;

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;


  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.5px;

  padding: 180px 40px 80px 40px;

  text-align: justify;

  /* 🔥 REMOVE O PROBLEMA */
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}


/* MOSAICO */

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* Item */
.item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* Image */
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Yellow hover layer */
.item span {
  position: absolute;
  inset: 0;
  background: #E6FC09;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Iosevka Charon Mono", monospace;
  font-size: 35px;
  color: black;
  opacity: 0;
}

/* Hover */
.item:hover span {
  opacity: 1;
  cursor: url("assets/mouse-cursor.svg"), auto;
}

/* Responsive */
@media (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.serviços {
  height: 100vh;
  width: 1000px; 
  margin-top: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #e6e5e5;
  background-color: #000000;
  font-weight: lighter;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  padding: 100px 100px 100px 100px;

}

.contato {
  height: 100vh;
  color: #000000;
  background-color:#6e6e6e;
  font-family: Michroma;
  font-weight: lighter;
  font-family: "Iosevka Charon Mono", monospace;
  font-size: 30px;
  line-height: 1.2;

}

.container {
  display: flex;
  height: 100vh;
}

/* LADO ESQUERDO */
.left {
  width: 50%;
  background: #111;
  color: #fff;
  padding: 61px;
  display: flex;
  flex-direction: column;
 
}

.info {
  line-height: 1.7;
  
}


.info h1 {
    letter-spacing: 7px;
}

.social {
  display: flex;
  gap: 18px;
  padding-top: 10px;
   letter-spacing: 2px;
}

.social a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

.left p {

  font-size: 22px;
}

.left h1 {
  margin-top: 340px;
    font-family: michroma;
    font-size: 40px;
}

/* LADO DIREITO */
.right {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right h1 {
  margin-bottom: 20px;
  font-size: 40px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input, textarea {
  padding: 10px;
  color: #ffffff;
  background: black;
  outline: none;
}

textarea {
  resize: none;
  height: 100px;
}

button {
  padding: 12px;
  border: none;
  background: black;
  color: white;
  cursor: pointer;
}

button:hover {
  background: #E6FC09;
   color: black;
}


.whats {
display: flex;
align-items: center;
height: auto;
gap: 10px;
}
.zap {
  display: inline-block;
  max-width: 30px;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #1a1a1a inset;
  -webkit-text-fill-color: #fff;
}

.toast-sucesso {
  color: #000000 !important;

}

.footer {
  display: flex;
  height: 50px;
  color: #ffffff;
  background-color: #000000;

.copyright1 {
  float: left;

}


}

/* ===== MOBILE FIX ===== */
.menu-toggle {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  color: white;
}

/* MOBILE */
@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000; /* <- GARANTE PRETO TOTAL */
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    z-index: 1000;
  }

  .nav a {
    transition: 0.3s ease;
  }

  /* quando menu está aberto */
  .nav.active a {
    font-size: 38px;
    letter-spacing: 2px;
  }

  
  .nav.active {
    display: flex;
  }

  /* remove os "|" */
  .nav a:nth-child(2n) {
    display: none;
  }

  /* REMOVE larguras fixas (isso quebra tudo) */
@media (max-width: 768px) {
  .quemsomos {
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    padding: 120px 20px 60px 20px;
  }
}
  .serviços {
    width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
    padding: 100px 20px !important;
    font-size: 18px !important;
  }

  /* contato */
  .container {
    flex-direction: column !important;
    height: auto !important;
  }

  .left, .right {
    width: 100% !important;
  }
  
  .left h1 {
    margin-top: 40px !important;
  }
}

/* GARANTE FLUXO NORMAL DA PÁGINA */
.footer {
  position: relative;
  z-index: 1;
  padding: 20px;
}

/* remove altura travada do contato */
.contato {
  height: auto !important;
  min-height: 100vh;
  
}



/* evita sobreposição geral */
section {
  position: relative;
}