/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body, html {
  overflow: visible !important;
  transform: none !important;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background-color: #363636;  
  color: #333;
  line-height: 1.6;
  position: absolute;
  inset: 0;
  background-image:   url("https://static.wixstatic.com/media/c837a6_eb322a4179e54d788eef6896e67f05d0~mv2.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

.coluna-imagem {
  background-image: url('https://static.wixstatic.com/media/c837a6_41aece62e57346379d12018aece18ea2~mv2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  zoom: 1;
  height: 100%;  
  display: flex;
  align-items: center;
  
  justify-content: center;
  color: #fff;
}

/* HEADER */
header {
  background: transparent; /*linear-gradient(135deg, #E21C21, #B80000);*/
  color: #fff;
  padding: 15px 20px;
  text-align: left;
}

header h1 {
  font-size: 2.2rem;
  letter-spacing: 1px;
}

/* NAV */
nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  background-color: rgba(218, 50, 50, 0.5); /*#DA3232; */
  padding: 12px 10px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s;
}

nav a:hover {
  opacity: 0.7;
}

/* HERO */
.hero {
  padding: 90px 20px;
  text-align: left;
  background: transparent;  
}

.hero h1 {
  font-size: 2.6rem;
  margin-bottom: 15px;
}

.hero p {
  font-size: 1.2rem;
  max-width: 700px;
  
}

.btn-primary {
  background-color: #E21C21;
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s, transform 0.2s;
}

.btn-primary:hover {
  background-color: #B80000;
  transform: translateY(-2px);
}

/* SECTIONS */
.section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: auto;
}

.section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #E21C21;
}

/* GRID */
.grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid div {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.grid div:hover {
  transform: translateY(-5px);
}

.grid h3 {
  margin-bottom: 10px;
  color: #B80000;
}

/* DOWNLOADS */
#downloads ul {
  list-style: none;
  text-align: center;
}

#downloads li {
  margin: 10px 0;
}

#downloads a {
  color: #E21C21;
  font-weight: bold;
  text-decoration: none;
}

#downloads a:hover {
  text-decoration: underline;
}

/* CONTATO */
#contato p {
  text-align: center;
  font-size: 1.1rem;
  margin: 8px 0;
}

/* FOOTER */
footer {
  background-color: #1f1f1f;
  color: #ccc;
  text-align: center;
  padding: 5px 15px;
  font-size: 0.9rem;  
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }

  nav {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 0.6fr 0.6fr;
  gap: 10px;
  padding: 120px 10px;
  overflow: hidden;
}

.hero-meio {
  position: relative;
  display: grid;
  grid-template-columns: 0.6fr 0.6fr;
  gap: 10px;  
  overflow: hidden;
}

.hero-fourcolunas {
display: grid;
grid-template-columns: repeat(4, 250px);
gap: 20px;
width: 65%;
margin: 0 auto;
place-items: center;
}

.hero-headerx {
  position: relative;
  display: flex;  
  grid-template-columns: 2.5fr 0.6fr;
  gap: 10px;
  padding: 60px 0px 90px 0px;  
  overflow: hidden;
}

.hero-headerx h1 {
  font-size: 3.8rem;  
  color: #C0C0C0;
  line-height: 1.15;
  margin-bottom: 25px;  
}

.hero-headerx p {
  text-align: left;  
  font-size: 1.2rem;
  color: #C0C0C0;
  max-width: 620px;  
  margin-bottom: 35px;
}

.hero-left h1 {
  font-size: 2.8rem;
  color: #C0C0C0;
  line-height: 1.15;  
  margin-left: 30px;
  margin-top: 70px;
  margin-bottom: 25px;
}

.hero-left p {
  color: #C0C0C0;
  max-width: 520px;
  margin-left: 30px;
  margin-bottom: 35px;
}

.hero-right {
  display: flex;
  margin-top: 0px;
  flex-direction: column;  
  gap: 25px;
}

.hero-right2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.card {
  background: linear-gradient(180deg, #1c1d20, #202126);
  border: 1px solid #2a2b30;
  border-radius: 16px;
  padding: 28px;
  backdrop-filter: blur(6px);
}

.card h3 {
  color: #8ea6ff;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.card p {
  color: var(--text-muted);
}

.card-icon{
  width:42px;
  height:42px;
  margin-bottom:18px;
}

.card-icon svg{
  width:100%;
  height:100%;
  stroke:var(--accent);
  fill:none;
  stroke-width:1.8;
}

.floating-panel-top{
  width: 300px;  
  margin-top: -80px;
  background: linear-gradient(180deg, #1c1d20, #202126);
  border: 1px solid #2a2b30;
  border-radius: 16px;
  padding: 38px;
  box-shadow: 0 25px 60px rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
}

.floating-panel-top h3{
  color: #8ea6ff;
  font-size: 1.05rem;
  line-height: 1.4;
  margin-bottom: 14px;
}

.floating-panel-top p{
  color: #C0C0C0;
  font-size: .95rem;
  line-height: 1.6;
}

.floating-panel{
  width: 300px;
  background: linear-gradient(180deg, #1c1d20, #202126);
  border: 1px solid #2a2b30;
  border-radius: 16px;
  padding: 38px;
  box-shadow: 0 25px 60px rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
}

.panel-icon{
  width: 90px;
  height: 90px;
  margin-bottom: 1px;
  color: #B22222;
}

.panel-icon svg{
  width: 100%;
  height: 100%;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.8;
}

.floating-panel h3{
  color: #8ea6ff;
  font-size: 1.05rem;
  line-height: 1.4;
  margin-bottom: 14px;
}

.floating-panel p{
  color: #C0C0C0;
  font-size: .95rem;
  line-height: 1.6;
}

.panel-divider{
  display: block;
  width: 40px;
  height: 2px;
  background: #2a2b30;
  margin-top: 20px;
  border-radius: 2px;
}

.panel-column{
  display: flex;
  flex-direction: column;
  gap: 26px;
}


/* EFEITO DE ONDA / PARTÍCULAS */
.hero-wave {
  position: absolute;
  left: -200px;
  bottom: -150px;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(120,120,255,0.25) 0%,
    rgba(120,120,255,0.08) 35%,
    transparent 7%
  );
  filter: blur(60px);
  animation: floatWave 12s ease-in-out infinite;
}

.video-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-bg .conteudo {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

#simple-chat-button--container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#simple-chat-button--button {
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: block;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}


#simple-chat-button--container {
  position: fixed !important;
  bottom: 20px !important;     /* distância do fundo */
  right: 20px !important;      /* distância da direita */
  z-index: 99999999999 !important;    /* garante que fique por cima de tudo */  
}

#simple-chat-button--button {
  width: 60px;
  height: 60px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg') no-repeat center;
  background-color: #25D366;
  background-size: cover;
  display: block;
  border-radius: 50%;
}


@keyframes floatWave {
  0% { transform: translateY(0); }
  50% { transform: translateY(-40px); }
  100% { transform: translateY(0); }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 60px 30px;
  }
}