/* ===================================================== */
/* HELP TI PIRACICABA */
/* STYLE.CSS ORGANIZADO E COMENTADO */
/* ===================================================== */

/* ===================================================== */
/* CONFIGURAÇÃO GLOBAL */
/* ===================================================== */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  scroll-behavior:smooth;
}

html{
  overflow-x:hidden;
}

body{
  background:#020817;
  color:white;
  overflow-x:hidden;
  font-family:Arial, Helvetica, sans-serif;

  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* ===================================================== */
/* SEGURANÇA VISUAL */
/* ===================================================== */

img{
  user-select:none;
  -webkit-user-drag:none;
}

/* ===================================================== */
/* TEXTOS */
/* ===================================================== */

.gradient-text{
  background:linear-gradient(to right,#38bdf8,#2563eb);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.section-tag{
  color:#60a5fa;
  letter-spacing:5px;
  margin-bottom:16px;
}

.section-title{
  font-size:clamp(2rem,5vw,4rem);
  font-weight:bold;
  margin-bottom:30px;
}

.section-description{
  color:#94a3b8;
  max-width:800px;
  margin:auto;
  line-height:1.8;
}

/* ===================================================== */
/* BOTÕES */
/* ===================================================== */

.btn-primary{
  padding:16px 32px;
  border-radius:999px;
  background:#2563eb;
  transition:.3s;
}

.btn-primary:hover{
  background:#3b82f6;
}

.btn-secondary{
  padding:16px 32px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.05);
  backdrop-filter:blur(20px);
}

/* ===================================================== */
/* HERO */
/* ===================================================== */

.hero-bg{
  background:
  radial-gradient(circle at top, rgba(59,130,246,.25), transparent 40%),
  #020817;
}

.grid-bg{
  background-image:
  linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);

  background-size:40px 40px;
}

/* ===================================================== */
/* GLASS */
/* ===================================================== */

.glass{
  background:rgba(255,255,255,.05);
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.08);
}

/* ===================================================== */
/* HEADER */
/* ===================================================== */

header{
  background:rgba(2,8,23,.45);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.05);
}

/* ===================================================== */
/* ANIMAÇÕES */
/* ===================================================== */

.fade-up{

  opacity:0;

  transform:
  translateY(80px)
  scale(.96);

  transition:

  opacity 1s ease,
  transform 1s ease;

  will-change:
  opacity,
  transform;

}

.fade-up.show{

  opacity:1;

  transform:
  translateY(0)
  scale(1);

}

/* ===================================================== */
/* CURSOR */
/* ===================================================== */

.cursor-glow{
  width:300px;
  height:300px;

  position:fixed;

  background:radial-gradient(circle, rgba(59,130,246,.18), transparent 70%);

  pointer-events:none;

  border-radius:999px;

  z-index:1;

  transform:translate(-50%,-50%);
}

/* ===================================================== */
/* LOADING */
/* ===================================================== */

.loading-screen{
  position:fixed;
  inset:0;

  background:#020817;

  z-index:9999;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;

  transition:opacity 1s ease;
}

/* ===================================================== */
/* PARTICLES */
/* ===================================================== */

.particles-bg{
  position:absolute;
  inset:0;
  z-index:0;
}

/* ===================================================== */
/* CARDS */
/* ===================================================== */

.service-card,
.logo-item{
  transition:.4s;
}

.service-card:hover,
.logo-item:hover{
  transform:translateY(-10px);
  box-shadow:0 0 40px rgba(59,130,246,.2);
}

.icon-service{
  width:60px;
  height:60px;
  margin:auto;
  color:#60a5fa;
  margin-bottom:20px;
}

.card-title{
  font-size:1.4rem;
  font-weight:bold;
  margin-bottom:15px;
}

.card-description{
  color:#94a3b8;
}

/* ===================================================== */
/* WHATSAPP */
/* ===================================================== */

.whatsapp-float{
  position:fixed;
  right:25px;
  bottom:25px;

  width:65px;
  height:65px;

  border-radius:999px;

  background:#22c55e;

  display:flex;
  align-items:center;
  justify-content:center;

  color:white;

  z-index:999;

  box-shadow:0 0 25px rgba(34,197,94,.4);
}

/* ===================================================== */
/* RESPONSIVO */
/* ===================================================== */

@media(max-width:768px){

  .hero-logo{
    max-width:300px;
    margin-top:40px;
  }

}

/* ===================================================== */
/* HERO LEÃO PREMIUM */
/* ===================================================== */

.hero-image-container{

  position:relative;

  display:flex;
  justify-content:center;
  align-items:center;

}

/* GLOW */

.lion-glow{

  position:absolute;

  width:600px;
  height:600px;

  border-radius:999px;

  background:
  radial-gradient(circle,
  rgba(59,130,246,.38),
  transparent 70%);

  filter:blur(90px);

  animation:
  glowPulse 6s ease-in-out infinite;

}

/* FLOAT */

.lion-float{

  position:relative;

  animation:
  lionFloating 6s ease-in-out infinite;

  will-change:transform;

}

/* 3D */

.lion-3d{

  position:relative;

  transform-style:preserve-3d;

  perspective:2000px;

  transition:
  transform .08s linear;

  will-change:transform;

}

/* LOGO */

.hero-logo{

  width:100%;
  max-width:560px;

  position:relative;

  z-index:10;

  display:block;

  filter:

  drop-shadow(0 0 30px rgba(59,130,246,.35))
  drop-shadow(0 0 80px rgba(59,130,246,.25));

}

/* FLOAT ANIMATION */

@keyframes lionFloating{

  0%{
    transform:translateY(0px);
  }

  25%{
    transform:translateY(-18px);
  }

  50%{
    transform:translateY(-35px);
  }

  75%{
    transform:translateY(-18px);
  }

  100%{
    transform:translateY(0px);
  }

}

/* GLOW ANIMATION */

@keyframes glowPulse{

  0%{
    opacity:.45;
    transform:scale(1);
  }

  50%{
    opacity:1;
    transform:scale(1.18);
  }

  100%{
    opacity:.45;
    transform:scale(1);
  }

}