
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Inter, Roboto, Arial, sans-serif;
  color:#ffffff;
  background:#0a1a2a;
}

.video-bg{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-2;
}

.overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:linear-gradient(135deg,rgba(5,15,25,0.88),rgba(8,25,45,0.95));
  z-index:-1;
}

.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}

.header{
  padding:20px 0;
}

.header__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logo{
  height:70px;
  height:45px;
}

.hero{
  text-align:center;
  padding:140px 0 100px;
}

.hero h1{
  font-size:52px;
  font-weight:800;
  margin-bottom:25px;
}

.lead{
  font-size:20px;
  max-width:850px;
  margin:auto;
  line-height:1.6;
  opacity:0.95;
}

.cta-group{
  margin-top:40px;
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.btn-primary{
  background:#00c26e;
  color:#001b10;
  padding:16px 32px;
  border-radius:6px;
  text-decoration:none;
  font-weight:bold;
}

.btn-outline{
  border:1px solid #ffffff;
  padding:16px 32px;
  border-radius:6px;
  text-decoration:none;
  color:#ffffff;
}

.segmentos{
  padding:80px 0;
  text-align:center;
}

.segmentos h2{
  font-size:36px;
  margin-bottom:50px;
}

.segment-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:30px;
}

.segment-card{
  background:rgba(255,255,255,0.07);
  padding:30px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,0.12);
  text-align:left;
}

.segment-card h3{
  margin-top:0;
}

.institucional{
  padding:80px 0;
  text-align:center;
  max-width:900px;
}

.footer{
  text-align:center;
  padding:40px 0;
  background:rgba(0,0,0,0.4);
}

.whatsapp{
  position:fixed;
  bottom:20px;
  right:20px;
  background:#25D366;
  color:#000;
  padding:14px 22px;
  border-radius:50px;
  text-decoration:none;
  font-weight:bold;
}

.tech-banner{
  width:100%;
  overflow:hidden;
}
.tech-banner img{
  width:100%;
  display:block;
}


.hero-bg-image{
  position:relative;
  width:100%;
  height:520px;
  overflow:hidden;
}

.hero-bg-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(5,15,25,0.75), rgba(8,25,45,0.85));
}

.hero{
  margin-top:-180px;
  position:relative;
  z-index:2;
}

/* Topo com imagem institucional */
.hero-bg-image{
  position:relative;
  width:100%;
  height:560px;
  overflow:hidden;
}
.hero-bg-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(5,15,25,0.70), rgba(8,25,45,0.88));
}

/* Puxa o conteúdo do hero para cima, sobre a imagem */
.hero{
  margin-top:-220px;
  position:relative;
  z-index:2;
}

/* Header sobreposto ao topo */
.header{
  position:relative;
  z-index:3;
}

@media(max-width:900px){
  .hero-bg-image{ height:480px; }
  .hero{ margin-top:-180px; }
}

/* === HERO TOP FULL === */
.hero-bg-image{
  position:relative;
  width:100%;
  height:640px;
  overflow:hidden;
  isolation:isolate;
}
.hero-bg-image .hero-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform: translateY(var(--parallax, 0px)) scale(1.06);
  will-change: transform;
  z-index:0;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background: radial-gradient(800px 520px at 50% 40%, rgba(0,194,110,.18), transparent 60%),
              linear-gradient(135deg, rgba(5,15,25,0.72), rgba(8,25,45,0.90));
  z-index:1;
}
.particles{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:2;
  pointer-events:none;
  opacity:.75;
}
.hero-headline{
  position:relative;
  z-index:3;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 0 20px;
}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  font-weight: 800;
  letter-spacing: .02em;
  font-size: 13px;
}
.dot{
  width:10px; height:10px;
  border-radius:999px;
  background: #00c26e;
  box-shadow: 0 0 0 6px rgba(0,194,110,.18);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse{
  0%,100%{ transform: scale(1); opacity:1; }
  50%{ transform: scale(1.15); opacity:.85; }
}
.hero-h1{
  margin: 18px 0 12px;
  font-size: clamp(34px, 4.5vw, 60px);
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.06;
  text-shadow: 0 18px 60px rgba(0,0,0,.55);
}
.hero-p{
  margin: 0 0 22px;
  max-width: 78ch;
  font-size: clamp(15px, 2.0vw, 20px);
  line-height: 1.65;
  color: rgba(255,255,255,.88);
}
.hero-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
}

/* Puxa as seções abaixo para “encostar” no hero */
.hero.container{ padding-top: 60px; }
.hero{ margin-top: 0 !important; }

/* Botões mais “enterprise” */
.btn-primary{
  border-radius: 10px;
  padding: 16px 34px;
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
}
.btn-outline{
  border-radius: 10px;
  padding: 16px 34px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
}

/* Segment cards hover stronger */
.segment-card{
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.segment-card:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.09);
  border-color: rgba(0,194,110,.35);
}

@media (max-width: 900px){
  .hero-bg-image{ height: 560px; }
  .hero-h1{ letter-spacing:.04em; }
}
@media (max-width: 420px){
  .hero-bg-image{ height: 520px; }
}

/* Ajuste tipográfico mais suave */
.hero-h1{
  letter-spacing: .02em !important;
  font-weight: 800 !important;
  text-transform: none !important;
}
.hero-p{
  font-weight: 500;
}

/* Ajuste para headline mais elegante e proporcional */
.hero-h1{
  font-size: clamp(26px, 3.2vw, 40px) !important;
  font-weight: 700 !important;
  max-width: 900px;
}

.hero-p{
  font-size: clamp(14px, 1.6vw, 18px) !important;
  max-width: 760px;
  opacity: .9;
}


/* ===== PREMIUM TYPOGRAPHY ===== */
.hero-h1{
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
  line-height: 1.2;
  max-width: 900px;
  margin-bottom: 18px;
}

.highlight{
  display:block;
  margin-top:6px;
  font-weight: 700;
  background: linear-gradient(90deg,#00C26E,#00E0A0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-p{
  font-size: clamp(14px, 1.4vw, 18px) !important;
  max-width: 760px;
  opacity: .85;
  font-weight: 400;
}

/* Subtle fade-in animation */
.fade-in{
  opacity:0;
  transform: translateY(12px);
  animation: fadeUp 1s ease forwards;
  animation-delay: .4s;
}

@keyframes fadeUp{
  to{
    opacity:1;
    transform: translateY(0);
  }
}

/* Clean spacing for enterprise look */
.hero-headline{
  padding-top: 40px;
}

/* More minimalist CTA */
.btn-primary{
  font-weight:600;
  letter-spacing:.02em;
}



/* ===== MICRO ANIMATION (highlight shimmer) ===== */
.highlight{
  position: relative;
}
.highlight::after{
  content:"";
  position:absolute;
  inset:-6px -10px;
  background: radial-gradient(circle at 30% 50%, rgba(0,226,160,.22), transparent 55%);
  filter: blur(10px);
  opacity:.55;
  z-index:-1;
  animation: glowPulse 3.2s ease-in-out infinite;
}
@keyframes glowPulse{
  0%,100%{ transform: translateY(0); opacity:.45; }
  50%{ transform: translateY(-2px); opacity:.65; }
}

/* ===== SCROLL REVEAL ===== */
.reveal{
  opacity:0;
  transform: translateY(14px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible{
  opacity:1;
  transform: translateY(0);
}

/* ===== STATS SECTION (enterprise) ===== */
.stats{
  padding: 70px 0 30px;
}
.stats__head{
  text-align:center;
  margin-bottom: 26px;
}
.stats__title{
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  margin: 0 0 10px;
}
.stats__sub{
  margin: 0 auto;
  max-width: 70ch;
  color: rgba(255,255,255,.80);
  line-height: 1.6;
}

.stats__grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.stat-card{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 18px 18px;
  text-align:center;
  backdrop-filter: blur(10px);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.stat-card:hover{
  transform: translateY(-2px);
  border-color: rgba(0,194,110,.32);
  background: rgba(255,255,255,.08);
}
.stat-num{
  font-size: 40px;
  font-weight: 800;
  letter-spacing: .01em;
  margin-bottom: 6px;
}
.stat-label{
  color: rgba(255,255,255,.78);
  font-size: 13px;
  letter-spacing: .02em;
}

/* Small polish */
.btn-outline:hover{ border-color: rgba(0,194,110,.50); }


/* ===== Ajustes solicitados: logo maior + botão à direita ===== */
.header .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}

.header .logo{
  height: 90px !important; /* mais destaque */
  width: auto;
}

/* Em algumas versões o logo é <img class="logo"> */
.header img.logo{
  height: 90px !important;
  width: auto;
}

.header a.btn-outline,
.header a.btn-primary{
  margin-left: auto;
}

/* Responsivo */
@media (max-width: 768px){
  .header .logo,
  .header img.logo{
    height: 68px !important;
  }
}

/* Pequeno polish corporativo */
.header{
  border-bottom: 1px solid rgba(255,255,255,.08);
}
