@charset "UTF-8";
/* =========================================
   ANIMAÇÕES PROFISSIONAIS - ANIMATIONS
   ========================================= */

/* =========================================
   KEYFRAMES - ENTRADA
   ========================================= */

/* Fade In - Simples e elegante */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Slide In from left */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Slide In from right */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Slide In from top */
@keyframes slideInTop {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Slide In from bottom */
@keyframes slideInBottom {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Zoom In - Expansão elegante */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Bounce In - Entrada com bounce */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Rotate In */
@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-10deg) scale(0.9);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

/* =========================================
   KEYFRAMES - HOVER & INTERAÇÃO
   ========================================= */

/* Float - Efeito flutuante */
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Pulse - Pulso suave */
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

/* Glow - Brilho radiante */
@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(51, 110, 189, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(51, 110, 189, 0.6);
  }
}

/* Shimmer - Brilho passante */
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

/* Shake - Tremor controlado */
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}

/* Swing - Balanço */
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* =========================================
   KEYFRAMES - SCROLL & MOVIMENTO
   ========================================= */

/* Scale Up - Crescimento gradual */
@keyframes scaleUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

/* Infinite Rotation */
@keyframes infiniteRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Gradient Animation */
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Slide Text */
@keyframes slideText {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* =========================================
   CLASES DE ANIMAÇÃO - APLICÁVEIS
   ========================================= */

/* Animação de entrada padrão */
.animate-fade-in {
  animation: fadeIn 0.6s ease-out forwards;
}

.animate-slide-in-left {
  animation: slideInLeft 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.animate-slide-in-right {
  animation: slideInRight 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.animate-slide-in-top {
  animation: slideInTop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.animate-slide-in-bottom {
  animation: slideInBottom 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.animate-zoom-in {
  animation: zoomIn 0.5s ease-out forwards;
}

.animate-bounce-in {
  animation: bounceIn 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.animate-rotate-in {
  animation: rotateIn 0.6s ease-out forwards;
}

/* Animações contínuas */
.animate-float {
  animation: float 3s ease-in-out infinite;
}

.animate-pulse {
  animation: pulse 2s ease-in-out infinite;
}

.animate-glow {
  animation: glow 2s ease-in-out infinite;
}

.animate-shake {
  animation: shake 0.5s ease-in-out;
}

.animate-swing {
  animation: swing 1s ease-in-out infinite;
}

.animate-rotate {
  animation: infiniteRotate 20s linear infinite;
}

/* =========================================
   DELAY STAGGER - Efeito cascata
   ========================================= */

.stagger-1 {
  animation-delay: 0.1s;
}

.stagger-2 {
  animation-delay: 0.2s;
}

.stagger-3 {
  animation-delay: 0.3s;
}

.stagger-4 {
  animation-delay: 0.4s;
}

.stagger-5 {
  animation-delay: 0.5s;
}

.stagger-6 {
  animation-delay: 0.6s;
}

/* =========================================
   HOVER EFFECTS - Efeitos ao passar mouse
   ========================================= */

/* Botões com elevação */
.btn-hover-lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.15);
}

.btn-hover-lift {
  transition:
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s ease;
}

/* Cards com elevação e sombra */
.card-hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.card-hover-lift {
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.4s ease;
}

/* Overlay suave */
.overlay-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(51, 110, 189, 0.1);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: inherit;
}

.overlay-hover:hover::before {
  opacity: 1;
}

/* Border Bottom Animated */
.border-bottom-hover {
  position: relative;
}

.border-bottom-hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--brand-red);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.border-bottom-hover:hover::after {
  width: 100%;
}

/* Scale & Brightness on Hover */
.scale-hover:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.scale-hover {
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

/* =========================================
   SCROLL REVEAL - Aparece ao scroll
   ========================================= */

.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   LOADING STATES
   ========================================= */

.loading-spinner {
  border: 4px solid rgba(51, 110, 189, 0.1);
  border-top: 4px solid var(--brand-blue);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: infiniteRotate 0.8s linear infinite;
}

.loading-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--brand-blue);
  margin: 0 4px;
  animation: pulse 1.4s ease-in-out infinite;
}

.loading-dot:nth-child(1) {
  animation-delay: 0s;
}

.loading-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-dot:nth-child(3) {
  animation-delay: 0.4s;
}

/* =========================================
   MODAL ANIMATIONS
   ========================================= */

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(60px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-overlay {
  animation: modalFadeIn 0.3s ease-out forwards;
}

.modal-content {
  animation: modalSlideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* =========================================
   BUTTON ANIMATIONS
   ========================================= */

@keyframes buttonPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 57, 80, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(230, 57, 80, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(230, 57, 80, 0);
  }
}

.btn-pulse:hover {
  animation: buttonPulse 0.6s ease-out;
}

/* =========================================
   TEXT ANIMATIONS
   ========================================= */

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.typewriter {
  overflow: hidden;
  border-right: 3px solid var(--brand-blue);
  white-space: nowrap;
  animation:
    typewriter 4s steps(40, end) 1s 1 normal both,
    blink 0.75s steps(1) 1s infinite;
}

/* =========================================
   GRADIENT EFFECTS
   ========================================= */

.gradient-animated {
  background: linear-gradient(
    -45deg,
    var(--brand-blue),
    var(--brand-red),
    var(--brand-yellow)
  );
  background-size: 400% 400%;
  animation: gradientFlow 8s ease infinite;
}

/* =========================================
   RESPONSIVE ADJUSTMENTS
   ========================================= */

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 768px) {
  .animate-slide-in-left,
  .animate-slide-in-right {
    animation-duration: 0.5s;
  }

  .btn-hover-lift:hover {
    transform: translateY(-1px);
  }

  .card-hover-lift:hover {
    transform: translateY(-4px);
  }
}
