:root {
  --main-bg-dark: #222D32;
  --main-bg-medium: #25323F;
  --main-bg-light: #295685;
  --main-bg-green: #ff9607;
}

* {
  font-family: 'Revalia', cursive;
}

a:hover {
  text-decoration: none;
}

html, body {
  overflow-x: hidden;
  /* height: 100%; */
}

body {
  background: linear-gradient(to bottom right, var(--main-bg-light), var(--main-bg-dark));
  position: relative;
  overflow-x: hidden;
}

/* Fundo animado personalizado para landing */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 30% 20%, rgba(120, 119, 198, 0.2) 0%, transparent 60%),
    radial-gradient(circle at 70% 80%, rgba(255, 119, 198, 0.2) 0%, transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(120, 219, 255, 0.15) 0%, transparent 70%);
  animation: backgroundMove 25s ease-in-out infinite;
  z-index: -1;
}

/* Partículas animadas para landing */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(1px 1px at 25px 25px, rgba(255, 255, 255, 0.2), transparent),
    radial-gradient(1px 1px at 50px 50px, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(1px 1px at 75px 25px, rgba(255, 255, 255, 0.1), transparent),
    radial-gradient(1px 1px at 100px 50px, rgba(255, 255, 255, 0.2), transparent);
  background-repeat: repeat;
  background-size: 150px 75px;
  animation: particleMove 20s linear infinite;
  z-index: -1;
}

@keyframes backgroundMove {
  0%, 100% { transform: translateX(0) translateY(0); }
  25% { transform: translateX(-15px) translateY(-5px); }
  50% { transform: translateX(15px) translateY(5px); }
  75% { transform: translateX(-5px) translateY(15px); }
}

@keyframes particleMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-150px); }
}

body > * {
  position: relative;
  z-index: 1;
}

a.btn-land {
  background-color: var(--main-bg-green);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

a.btn-land:hover {
  background-color: #ffad33;
  transform: scale(1.05);
}

.text-green {
  color: var(--main-bg-green);
}

.back-white {
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.1);
  /* background-color: hsla(112, 60%, 44%, 0.322); */
}

/*  */

.nav-pills .nav-link {
  color: white;
  border-radius: 0px;
  /* margin: 10px; */
  border: 1px solid white;
}

.nav-pills .nav-link.active {
  background-color: var(--main-bg-primary);
  color: white;
  border-radius: 0px;
}

/*  */

.navbar {
  background-color: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  z-index: 10000
}

.navbar .navbar-logo {
  height: 48px;
  max-width: 65vw;
  object-fit: contain;
}

.navbar .nav-item a {
  color: white;
  transition: 200ms;
}

.navbar .nav-item a.active, .navbar .nav-item a:hover {
  color: var(--main-bg-green);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--main-bg-medium);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--main-bg-dark);
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .display-4 {
    font-size: 2.5rem;
  }

  .lead {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .display-4 {
    font-size: 2rem;
  }

  .lead {
    font-size: 0.9rem;
  }

  .navbar .navbar-logo {
    max-width: 50vw;
  }
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-float:hover {
  color: white;
  background-color: #128C7E;
  transform: scale(1.1);
}

/* ========================================
   CARROSSEL E EFEITOS VISUAIS
   ======================================== */

/* Carousel Section */
.carousel-section {
  position: relative;
  overflow: hidden;
}

.carousel-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 150, 7, 0.05) 0%, transparent 70%);
  animation: float 8s ease-in-out infinite;
}

.carousel-title-animated {
  animation: fadeInUp 1s ease-out;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}

.carousel-subtitle-animated {
  animation: fadeInUp 1.2s ease-out;
  position: relative;
  z-index: 2;
}

/* Carousel Container */
.carousel-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 25px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.1);
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  backdrop-filter: blur(10px);
}

.carousel-slide {
  display: none;
  position: relative;
  animation: slideIn 1s ease-in-out;
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide.active {
  display: block;
  transform: scale(1);
  opacity: 1;
}

.carousel-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 25px;
  transition: transform 0.8s ease;
  filter: brightness(1.1) contrast(1.05);
}

.carousel-slide:hover .carousel-image {
  transform: scale(1.02);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
  color: white;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 0 0 25px 25px;
}

/* Carousel Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, rgba(255, 150, 7, 0.9) 0%, rgba(255, 150, 7, 0.7) 100%);
  color: white;
  border: none;
  padding: 1rem 1.2rem;
  cursor: pointer;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-shadow: 0 8px 25px rgba(255, 150, 7, 0.4);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255,255,255,0.2);
}

.carousel-btn:hover {
  background: linear-gradient(135deg, rgba(255, 150, 7, 1) 0%, rgba(255, 150, 7, 0.9) 100%);
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 12px 35px rgba(255, 150, 7, 0.6);
}

.carousel-btn:active {
  transform: translateY(-50%) scale(1.05);
}

.carousel-btn.prev {
  left: 20px;
}

.carousel-btn.next {
  right: 20px;
}

/* Carousel Dots */
.carousel-dots {
  text-align: center;
  padding: 2rem 0 0;
}

.dot {
  height: 18px;
  width: 18px;
  margin: 0 10px;
  background: linear-gradient(135deg, rgba(255, 150, 7, 0.3) 0%, rgba(255, 150, 7, 0.3) 100%);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(255,255,255,0.2);
  position: relative;
  overflow: hidden;
}

.dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.dot:hover {
  background: linear-gradient(135deg, rgba(255, 150, 7, 0.6) 0%, rgba(255, 150, 7, 0.6) 100%);
  transform: scale(1.3);
  box-shadow: 0 5px 15px rgba(255, 150, 7, 0.4);
}

.dot:hover::before {
  width: 100%;
  height: 100%;
}

.dot.active {
  background: linear-gradient(135deg, #ff9607 0%, #ffad33 100%);
  transform: scale(1.4);
  box-shadow: 0 8px 25px rgba(255, 150, 7, 0.6);
}

.dot.active::before {
  width: 100%;
  height: 100%;
}

/* ========================================
   MELHORIAS NO HERO SECTION
   ======================================== */

/* Hero Section com efeitos */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(255, 150, 7, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(255, 150, 7, 0.1) 0%, transparent 50%);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(1deg); }
}

/* Floating Particles */
.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.particle {
  position: absolute;
  background: rgba(255, 150, 7, 0.1);
  border-radius: 50%;
  animation: floatParticle 15s infinite linear;
}

.particle:nth-child(1) {
  width: 8px;
  height: 8px;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 20s;
}

.particle:nth-child(2) {
  width: 12px;
  height: 12px;
  left: 20%;
  animation-delay: 2s;
  animation-duration: 18s;
}

.particle:nth-child(3) {
  width: 6px;
  height: 6px;
  left: 30%;
  animation-delay: 4s;
  animation-duration: 22s;
}

.particle:nth-child(4) {
  width: 10px;
  height: 10px;
  left: 40%;
  animation-delay: 6s;
  animation-duration: 16s;
}

.particle:nth-child(5) {
  width: 14px;
  height: 14px;
  left: 50%;
  animation-delay: 8s;
  animation-duration: 24s;
}

.particle:nth-child(6) {
  width: 8px;
  height: 8px;
  left: 60%;
  animation-delay: 10s;
  animation-duration: 19s;
}

.particle:nth-child(7) {
  width: 11px;
  height: 11px;
  left: 70%;
  animation-delay: 12s;
  animation-duration: 21s;
}

.particle:nth-child(8) {
  width: 9px;
  height: 9px;
  left: 80%;
  animation-delay: 14s;
  animation-duration: 17s;
}

@keyframes floatParticle {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 2;
}

/* Logo animado */
.logo-animated {
  animation: logoFloat 3s ease-in-out infinite, fadeInUp 1s ease-out;
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

/* Título principal com efeitos */
.title-animated {
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  animation: fadeInUp 1.2s ease-out;
  background: linear-gradient(45deg, #fff, #ff9607, #fff);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 1.2s ease-out, gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Subtítulo animado */
.subtitle-animated {
  animation: fadeInUp 1.4s ease-out;
}

/* CTA animado */
.cta-animated {
  animation: fadeInUp 1.6s ease-out, pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Stats Section */
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  animation: fadeInUp 1.8s ease-out;
}

.stat-item {
  text-align: center;
  animation: fadeInUp 2s ease-out;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ff9607;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  animation: countUp 2s ease-out;
}

@keyframes countUp {
  from { transform: scale(0.5); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.stat-label {
  display: block;
  font-size: 1rem;
  opacity: 0.9;
  margin-top: 0.5rem;
}

/* Botão CTA melhorado */
.btn-land {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.3) !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.btn-land::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.5s;
}

.btn-land:hover::before {
  left: 100%;
}

.btn-land:hover {
  transform: scale(1.05) translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.4), 0 0 0 10px rgba(255, 150, 7, 0.1);
}

/* ========================================
   MELHORIAS NOS CARDS DE RECURSOS
   ======================================== */

.features-section {
  position: relative;
  overflow: hidden;
}

.section-title-animated {
  animation: fadeInUp 1s ease-out;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.feature-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255,255,255,0.2) !important;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%) !important;
  backdrop-filter: blur(10px);
  animation: fadeInUp 1.2s ease-out;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 150, 7, 0.1), transparent);
  transition: left 0.6s;
}

.feature-card:hover::before {
  left: 100%;
}

.feature-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(255, 150, 7, 0.4);
  border: 1px solid rgba(255, 150, 7, 0.5) !important;
}

.feature-icon {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
}

.feature-card:hover .feature-icon {
  transform: scale(1.2) rotate(5deg);
  color: #ff9607 !important;
  text-shadow: 0 0 20px rgba(255, 150, 7, 0.5);
}

.feature-card h4 {
  transition: all 0.3s ease;
}

.feature-card:hover h4 {
  color: #ff9607 !important;
  transform: translateY(-2px);
}

.feature-card p {
  transition: all 0.3s ease;
}

.feature-card:hover p {
  transform: translateY(-2px);
}

/* ========================================
   SEÇÃO DE EXEMPLO MELHORADA
   ======================================== */

.example-section {
  position: relative;
  overflow: hidden;
}

.example-title-animated {
  animation: fadeInUp 1s ease-out;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.example-text-animated {
  animation: fadeInUp 1.2s ease-out;
}

.example-image-animated {
  animation: fadeInUp 1.4s ease-out;
  transition: transform 0.3s ease;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.example-image-animated:hover {
  transform: scale(1.05);
}

/* ========================================
   SEÇÃO DE DEPOIMENTOS
   ======================================== */

.testimonials-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 150, 7, 0.05) 0%, rgba(255, 150, 7, 0.02) 100%);
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 150, 7, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(255, 150, 7, 0.1) 0%, transparent 50%);
  animation: float 10s ease-in-out infinite;
}

.testimonials-title-animated {
  animation: fadeInUp 1s ease-out;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}

.testimonial-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 1.2s ease-out;
  height: 100%;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 150, 7, 0.1), transparent);
  transition: left 0.6s;
}

.testimonial-card:hover::before {
  left: 100%;
}

.testimonial-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(255, 150, 7, 0.3);
  border: 1px solid rgba(255, 150, 7, 0.4);
}

.testimonial-content {
  position: relative;
  z-index: 2;
}

.testimonial-quote {
  color: #ff9607;
  font-size: 2rem;
  margin-bottom: 1rem;
  animation: iconFloat 3s ease-in-out infinite;
}

.testimonial-card p {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,0.9);
}

.testimonial-author strong {
  color: #ff9607;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.5rem;
}

.testimonial-author span {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
}

/* ========================================
   SEÇÃO DE CONTATO MELHORADA
   ======================================== */

.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(255, 150, 7, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 70% 30%, rgba(255, 150, 7, 0.05) 0%, transparent 50%);
  animation: float 8s ease-in-out infinite;
}

.contact-title-animated {
  animation: fadeInUp 1s ease-out;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}

.contact-subtitle-animated {
  animation: fadeInUp 1.2s ease-out;
  position: relative;
  z-index: 2;
}

.contact-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 50px;
  background: rgba(255, 150, 7, 0.1);
  border: 1px solid rgba(255, 150, 7, 0.2);
  backdrop-filter: blur(10px);
  animation: fadeInUp 1.4s ease-out;
  position: relative;
  overflow: hidden;
}

.contact-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 150, 7, 0.2), transparent);
  transition: left 0.6s;
}

.contact-item:hover::before {
  left: 100%;
}

.contact-item:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 30px rgba(255, 150, 7, 0.3);
  border: 1px solid rgba(255, 150, 7, 0.5);
  background: rgba(255, 150, 7, 0.2);
}

.contact-icon {
  transition: all 0.3s ease;
  animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.contact-item:hover .contact-icon {
  transform: scale(1.3) rotate(10deg);
  text-shadow: 0 0 15px rgba(255, 150, 7, 0.8);
}

/* ========================================
   EFEITOS GLOBAIS ADICIONAIS
   ======================================== */

/* Scroll suave */
html {
  scroll-behavior: smooth;
}

/* Efeito de parallax no fundo */
body {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Melhorias gerais */
.container {
  position: relative;
  z-index: 1;
}

/* Efeito de brilho nos títulos */
h1, h2, h3, h4, h5, h6 {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Botões com efeito de neon */
.btn-land {
  box-shadow: 0 0 20px rgba(255, 150, 7, 0.3);
  border: 2px solid rgba(255, 150, 7, 0.5) !important;
}

.btn-land:hover {
  box-shadow: 0 0 30px rgba(255, 150, 7, 0.6);
  border: 2px solid rgba(255, 150, 7, 0.8) !important;
}

/* ========================================
   RESPONSIVIDADE MELHORADA
   ======================================== */

@media (max-width: 1200px) {
  .hero-stats {
    gap: 2rem;
  }
  
  .stat-number {
    font-size: 2.2rem;
  }
}

@media (max-width: 992px) {
  .hero-stats {
    gap: 1.5rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .stat-label {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  /* Hero Section Mobile */
  .hero-section {
    padding: 2rem 0;
  }
  
  .logo-animated {
    max-width: 300px !important;
  }
  
  .title-animated {
    font-size: 2.2rem !important;
    line-height: 1.2;
  }
  
  .subtitle-animated {
    font-size: 1.1rem !important;
  }
  
  .hero-stats {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
  
  .stat-item {
    margin-bottom: 1rem;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
  
  .stat-label {
    font-size: 0.8rem;
  }
  
  /* Carousel Mobile */
  .carousel-btn {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    padding: 0.8rem;
  }

  .carousel-btn.prev {
    left: 10px;
  }

  .carousel-btn.next {
    right: 10px;
  }

  .carousel-caption {
    font-size: 1.2rem;
    padding: 1.5rem;
  }

  .dot {
    height: 14px;
    width: 14px;
    margin: 0 6px;
  }
  
  /* Features Mobile */
  .feature-card {
    margin-bottom: 1.5rem;
  }
  
  .feature-icon {
    font-size: 2.5rem !important;
  }
  
  /* Contact Mobile */
  .contact-item {
    padding: 0.8rem 1.5rem;
    margin-bottom: 1rem;
  }
  
  .contact-item h5 {
    font-size: 1rem;
  }
  
  /* Particles Mobile */
  .particle {
    display: none;
  }
  
  /* Testimonials Mobile */
  .testimonial-card {
    margin-bottom: 1.5rem;
  }
  
  .testimonial-card p {
    font-size: 1rem;
  }
  
  .testimonial-quote {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  /* Hero Section Small Mobile */
  .logo-animated {
    max-width: 250px !important;
  }
  
  .title-animated {
    font-size: 1.8rem !important;
  }
  
  .subtitle-animated {
    font-size: 1rem !important;
  }
  
  .btn-land {
    padding: 0.8rem 2rem !important;
    font-size: 1rem !important;
  }
  
  .stat-number {
    font-size: 1.5rem;
  }
  
  .stat-label {
    font-size: 0.7rem;
  }
  
  /* Carousel Small Mobile */
  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .carousel-caption {
    font-size: 1rem;
    padding: 1rem;
  }
  
  .dot {
    height: 12px;
    width: 12px;
    margin: 0 4px;
  }
  
  /* Features Small Mobile */
  .feature-icon {
    font-size: 2rem !important;
  }
  
  .feature-card h4 {
    font-size: 1.2rem;
  }
  
  .feature-card p {
    font-size: 0.9rem;
  }
  
  /* Contact Small Mobile */
  .contact-item {
    padding: 0.6rem 1rem;
    text-align: center;
  }
  
  .contact-item h5 {
    font-size: 0.9rem;
  }
  
  .contact-icon {
    font-size: 1.2rem;
  }
  
  /* Testimonials Small Mobile */
  .testimonial-card {
    padding: 1.5rem;
  }
  
  .testimonial-card p {
    font-size: 0.9rem;
  }
  
  .testimonial-quote {
    font-size: 1.2rem;
  }
  
  .testimonial-author strong {
    font-size: 1rem;
  }
  
  .testimonial-author span {
    font-size: 0.8rem;
  }
}

@media (max-width: 400px) {
  .title-animated {
    font-size: 1.5rem !important;
  }
  
  .subtitle-animated {
    font-size: 0.9rem !important;
  }
  
  .btn-land {
    padding: 0.6rem 1.5rem !important;
    font-size: 0.9rem !important;
  }
  
  .stat-number {
    font-size: 1.3rem;
  }
  
  .stat-label {
    font-size: 0.6rem;
  }
}

/* ========================================
   EFEITOS DE PERFORMANCE
   ======================================== */

/* Otimização de animações para dispositivos móveis */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Melhoria de performance */
.feature-card,
.contact-item,
.carousel-slide {
  will-change: transform;
}

/* Efeito de loading suave */
.hero-content {
  opacity: 0;
  animation: fadeInContent 1s ease-out 0.5s forwards;
}

@keyframes fadeInContent {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}