:root {

  --roxo: #E0DAFE;
  --rosa: #EBD2EC;
  --primary: #7948ff;

  --secondary: #ff4f72;

  --accent: #4ECDC4;

  --gradient-1: #7948ff;

  --gradient-2: #ff4f72;



  --dark: #000000;
  --light: #ffffff;
  --neutral: #F0F0F0;


  --gap-xs: 0.5rem;
  --gap-sm: 1rem;
  --gap-md: 2rem;
  --gap-lg: 4rem;
  --gap-xl: 6rem;
}


body {
  font-family: "Poppins", sans-serif !important;
  font-display: swap;
  color: var(--dark);
  background-color: var(--light);
  line-height: 1.6;
  overflow-x: hidden;
  padding-top: 4rem;

}

.grecaptcha-badge {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}


* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}


a, button, .btn-primary, .pricing-card, .benefit-card, .faq-question,
.navbar-item, .form-control, select, input, textarea, .timeline-body,
.social-icon, .marquee-item, .footer-link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}



h1, h2, h3, h4 {
  font-weight: 600 !important;
  color: var(--dark);
  line-height: 1.2;
}

.on-mobile {
  display: none !important;
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.column {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.has-text-centered {
  text-align: center;
}


.my-logo {
  margin-left: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
}

.my-logo img {
  width: 100px;
}

.my-logo-2 {
  padding-bottom: 10px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
}

.my-logo-2 img {
  width: 100px;
}



.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: white;
  background: var(--primary);
  border-radius: 8px;
  border: none;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(108, 99, 255, 0.2);
  gap: 8px;
  overflow: hidden;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #8D81FF, var(--secondary));
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:hover {
  transform: translateY(-3px);
  color: white;
  box-shadow: 0 6px 15px rgba(108, 99, 255, 0.3);
}


.btn-cta {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 0.75rem 1.5rem;
  box-shadow: none;
}

.btn-cta:hover {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(108, 99, 255, 0.2);
}




.btn-icon-right i {
  font-size: 0.85rem;
  margin-left: 0.3rem;
  transition: transform 0.3s ease;
}

.btn-icon-left i {
  font-size: 0.85rem;
  margin-right: 0.3rem;
  transition: transform 0.3s ease;
}

.btn-primary:hover .btn-icon-right i {
  transform: translateX(3px);
}

.btn-primary:hover .btn-icon-left i {
  transform: translateX(-3px);
}


.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99 !important;
  transition: 0.2s ease-in-out;
}

.remove {
  opacity: 0;

}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
  font-size: 1.5rem;
}


.btn-outline {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  box-shadow: none;
}

.btn-outline:hover {
  background: var(--primary);
  color: white;
}


.flexxx {
  justify-content: center !important;
  display: flex !important;
  align-items: center !important;
}

.navbar {
  background: rgba(255, 255, 255, 0) !important;
  transition: all 0.4s ease;
  padding: 0.5rem 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  will-change: transform, background-color;
}

.navbar.is-scrolled {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.navbar-brand h1 {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0;
}

.navbar-item {
  font-weight: 500;
  padding: 0.5rem 1rem;
  color: black !important;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  will-change: color, transform;
}

.navbar-item.is-active {
  color: var(--primary) !important;

}

.navbar-item.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--primary);
  transform: scaleX(1);
  transition: transform 0.3s ease;
}

.navbar-item:hover {
  color: var(--primary) !important;

  
}

.navbar-burger {
  height: 4rem;
}

.navbar-burger span {
  height: 1.5px !important;
  color: var(--dark) !important;
}


.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #d9c2ff 0%, #ffffff 50%, #ffc9ed 100%);
}


.hero-section::before {
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
}

.alinhar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 2rem;
  position: relative;
  z-index: 1;
}

.hero-title {
  text-align: center;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-title span {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: highlightText 1.2s ease-out forwards;
  opacity: 0;
}

@keyframes highlightText {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-title span:nth-child(1) {
  animation-delay: 0.3s;
}

.hero-title span:nth-child(2) {
  animation-delay: 0.6s;
}

.hero-title span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, rgba(108, 99, 255, 0.3), rgba(255, 101, 132, 0.3));
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  animation: underlineExpand 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-delay: 0.8s;
  will-change: transform;
}

@keyframes underlineExpand {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

/* Otimizar para evitar piscadas na renderização */
.hero-title span, 
.hero-subtitle,
.hero-buttons,
.hero-content {
  will-change: opacity, transform;
  /* Evitar mudança de layout durante a animação */
  contain: layout style paint;
}

/* Ajuste geral para evitar piscadas e suavizar transições */
body * {
  backface-visibility: hidden;
}

/* Carregamento progressivo e suave do conteúdo */
.hero-section, 
.animated-shape, 
.animated-circle {
  opacity: 0;
  animation: fadeInContent 0.5s ease-in forwards;
}

@keyframes fadeInContent {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero-section {
  animation-delay: 0.1s;
}

.animated-shape {
  transition-property: opacity, transform;
}

/* Melhorar suavidade da animação highlightText */
@keyframes highlightText {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-subtitle {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #141414;
  max-width: 550px;
}

.hero-buttons {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}


.features-marquee {
  background: linear-gradient(90deg, var(--roxo), var(--rosa));
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
  color: rgb(27, 27, 27);
}

.features-marquee i {
  color: var(--secondary) !important;
}

.features-marquee::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  background: linear-gradient(90deg, var(--light), transparent);
  z-index: 2;
}

.features-marquee::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(90deg, transparent, var(--rosa));
  z-index: 2;
}

.marquee-container {
  display: flex;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
}

.marquee-item {
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.164);
  border-radius: 30px;
  padding: 8px 20px;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
}

.marquee-item i {
  color: rgba(255, 255, 255, 0.9);
  margin-right: 0.5rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}


.section {
  background-color: rgb(255, 255, 255) !important;
}

.section-light {
  background-color: #f8f9fa;
}

.section-header {
  margin-bottom: 5rem;
  text-align: center;
}

.section-title {
  font-size: 2.3rem;
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  overflow: hidden;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 30px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  transform: translateX(-120%);
  border-radius: 2px;
  animation: pulse-width-movement 3s ease-in-out infinite;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  transform: scaleX(0);
  transform-origin: center;
  animation: slide-in 1.5s ease-out forwards;
}

.section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #141414;
  max-width: 550px !important;
  margin: 0 auto;
}


@keyframes pulse-width-movement {
  0% {
    width: 30px;
    transform: translateX(-120%);
  }

  50% {
    width: 60px;
    transform: translateX(-100%);
  }

  100% {
    width: 30px;
    transform: translateX(-120%);
  }
}

@keyframes slide-in {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}


.section-beneficios {
  background: linear-gradient(180deg, #ffffffb7 0%, #ffe2f581 30%, #e1daff63 66%, #ffffff 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.section-beneficios::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 0, 255, 0.2) 0%, rgba(108, 99, 255, 0) 70%);
  z-index: 0;
}


.benefits-decoration {
  position: absolute;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}

.benefits-decoration.dots-1 {
  top: 10%;
  left: 5%;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(rgba(108, 99, 255, 0.2) 1px, transparent 1px);
  background-size: 15px 15px;
}

.benefits-decoration.dots-2 {
  bottom: 15%;
  right: 5%;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(rgba(255, 101, 132, 0.2) 1px, transparent 1px);
  background-size: 12px 12px;
}

.benefits-decoration.line-1 {
  top: 20%;
  right: 10%;
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, rgba(108, 99, 255, 0.1), rgba(108, 99, 255, 0.3));
  transform: rotate(-30deg);
}

.benefits-decoration.line-2 {
  bottom: 25%;
  left: 12%;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 101, 132, 0.1), rgba(255, 101, 132, 0.3));
  transform: rotate(45deg);
}


.benefit-card {
  border-radius: 16px;
  padding: 1.8rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(108, 99, 255, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px);
}

.benefit-card.animate {
  animation: fadeInUp 0.6s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  70% {
    opacity: 0.8;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.benefits-grid .column:nth-child(1) .benefit-card {
  animation-delay: 0.1s;
}

.benefits-grid .column:nth-child(2) .benefit-card {
  animation-delay: 0.2s;
}

.benefits-grid .column:nth-child(3) .benefit-card {
  animation-delay: 0.3s;
}

.benefits-grid .column:nth-child(4) .benefit-card {
  animation-delay: 0.4s;
}

.benefits-grid .column:nth-child(5) .benefit-card {
  animation-delay: 0.5s;
}

.benefits-grid .column:nth-child(6) .benefit-card {
  animation-delay: 0.6s;
}

.benefit-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(108, 99, 255, 0.15);
  border-color: rgba(108, 99, 255, 0.3);
}

.benefit-card:hover::before {
  opacity: 1;
}

.benefit-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.benefit-card p {
  color: #4A4A4A !important;
  font-size: 0.95rem !important;
  line-height: 1.7 !important;
}

.benefit-icon {
  width: 60px;
  height: 60px;
  background: rgba(108, 99, 255, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
}

.benefit-icon::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 16px;
  border: 1px dashed rgba(108, 99, 255, 0.3);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.benefit-card:hover .benefit-icon {
  background: var(--primary);
  color: white;
  transform: scale(1.1);
}

.benefit-card:hover .benefit-icon::after {
  opacity: 1;
  animation: rotate-slow 10s linear infinite;
}

.benefit-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #252525;
  position: relative;
  padding-bottom: 0.5rem;
}

.benefit-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--primary);
  transition: width 0.4s ease;
}

.benefit-card:hover .benefit-title {
  color: var(--primary);
}

.benefit-card:hover .benefit-title::after {
  width: 50px;
}

.benefit-number {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 4rem;
  font-weight: 800;
  color: rgba(108, 99, 255, 0.05);
  transition: all 0.4s ease;
}

.benefit-card:hover .benefit-number {
  color: rgba(108, 99, 255, 0.1);
  transform: scale(1.1);
}

.benefits-wrapper {
  position: relative;
  z-index: 1;
}


@media (min-width: 769px) {
  .benefits-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
  }

  .benefits-grid .column.is-4 {
    width: 33.33%;
    padding: 0 0.75rem;
    margin-bottom: 2.5rem;
  }

  .benefits-grid .column:nth-child(4),
  .benefits-grid .column:nth-child(5),
  .benefits-grid .column:nth-child(6) {
    margin-bottom: 0;
  }

  .benefit-card {
    height: 100%;
    margin-bottom: 0;
  }

  .benefit-card:nth-child(even) {
    transform: translateY(0);
  }

  .benefit-card:hover {
    transform: translateY(-10px);
  }
}


.benefits-grid .column:nth-child(3n-1) .benefit-card {
  transform: translateY(15px);
}

.benefits-grid .column:nth-child(3n-1) .benefit-card:hover {
  transform: translateY(5px);
}

@keyframes rotate-slow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


@media (max-width: 768px) {
  .benefit-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .benefit-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .benefit-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {


  .benefit-card {
    padding: 1.25rem;
  }

  .benefit-header {
    margin-bottom: 0.75rem;
  }

  .benefit-icon {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .benefit-title {
    font-size: 1rem;
  }
}




.timeline-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #f8f9fa;
}


.timeline-section .circle-bg {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.5;
}

.timeline-section .circle-1 {
  width: 150px;
  height: 150px;
  background: rgba(108, 99, 255, 0.3);
  top: 10%;
  left: 10%;
  animation: float-circle 8s ease-in-out infinite, pulse-glow 6s ease-in-out infinite;
}

.timeline-section .circle-2 {
  width: 100px;
  height: 100px;
  background: rgba(255, 101, 132, 0.3);
  top: 20%;
  right: 15%;
  animation: float-circle 10s ease-in-out infinite reverse, pulse-glow 8s ease-in-out infinite 1s;
}

.timeline-section .circle-3 {
  width: 180px;
  height: 180px;
  background: rgba(78, 205, 196, 0.3);
  bottom: 15%;
  right: 25%;
  animation: float-circle 12s ease-in-out infinite, pulse-glow 7s ease-in-out infinite 2s;
}

.timeline-section .circle-4 {
  width: 120px;
  height: 120px;
  background: rgba(108, 99, 255, 0.25);
  bottom: 25%;
  left: 20%;
  animation: float-circle 9s ease-in-out infinite reverse, pulse-glow 9s ease-in-out infinite 3s;
}


.timeline-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 40px 40px;
  background-image:
    linear-gradient(to right, rgba(108, 99, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 101, 132, 0.04) 1px, transparent 1px);
  z-index: 0;
  opacity: 0.7;
  animation: grid-shift 20s linear infinite;
}


.timeline-section .hex-rotate {
  position: absolute;
  width: 300px;
  height: 300px;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cpolygon points='150,5 280,75 280,225 150,295 20,225 20,75' fill='none' stroke='rgba(108, 99, 255, 0.1)' stroke-width='2'/%3E%3Cpolygon points='150,30 255,90 255,210 150,270 45,210 45,90' fill='none' stroke='rgba(255, 101, 132, 0.08)' stroke-width='2'/%3E%3Cpolygon points='150,60 225,105 225,195 150,240 75,195 75,105' fill='none' stroke='rgba(78, 205, 196, 0.1)' stroke-width='2'/%3E%3C/svg%3E") no-repeat center center;
  opacity: 0.7;
  z-index: 0;
  animation: rotate-slow 60s linear infinite;
}


.timeline-section .floating-square {
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(108, 99, 255, 0.15);
  z-index: 0;
}

.timeline-section .square-1 {
  top: 15%;
  left: 5%;
  animation: square-float 8s ease-in-out infinite;
}

.timeline-section .square-2 {
  top: 25%;
  right: 10%;
  width: 10px;
  height: 10px;
  background: rgba(255, 101, 132, 0.15);
  animation: square-float 9s ease-in-out infinite 1s;
}

.timeline-section .square-3 {
  bottom: 20%;
  left: 15%;
  width: 12px;
  height: 12px;
  background: rgba(78, 205, 196, 0.15);
  animation: square-float 10s ease-in-out infinite 2s;
}


.timeline {
  position: relative;
  padding-left: 3rem;
  margin: 3rem 0 0 50px;
  z-index: 1;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary), var(--secondary));
  border-radius: 2px;
  z-index: 0;
  animation: glow-pulse 4s infinite;
}

.timeline::after {
  content: '';
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 10px var(--secondary);
  animation: spinner-pulse 4s infinite linear;
}

.timeline-container {
  position: relative;
  margin-bottom: 3rem;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
  transform: translateY(20px);
}

.timeline-container.animated {
  opacity: 1;
  transform: translateY(0);
  animation: slide-in-right 0.5s forwards;
}

.timeline-icon {
  position: absolute;
  left: -76px;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  box-shadow: 0 5px 15px rgba(108, 99, 255, 0.3);
  z-index: 5;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  animation: icon-glow 3s infinite;
}

.timeline-icon i {
  color: white;
  font-size: 1.2rem;
}

.timeline-body {
  cursor: pointer;
  background: white;
  border-radius: 15px;
  padding: 1.8rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  border: 1px solid rgba(230, 230, 250, 0.5);
}

.timeline-body::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: white;
  border-left: 1px solid rgba(230, 230, 250, 0.5);
  border-bottom: 1px solid rgba(230, 230, 250, 0.5);
  transform: rotate(45deg);
}

.timeline-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark);
}

.timeline-subtitle {
  font-weight: 400;
  font-style: italic;
  color: #888;
  font-size: 0.9rem;
  margin-top: 1rem;
}


.timeline-container.primary .timeline-icon {
  background: var(--primary);
  box-shadow: 0 5px 15px rgba(108, 99, 255, 0.3);
}

.timeline-container.success .timeline-icon {
  background: #00bf9a;
  box-shadow: 0 5px 15px rgba(0, 191, 154, 0.3);
}

.timeline-container.info .timeline-icon {
  background: #11cdef;
  box-shadow: 0 5px 15px rgba(17, 205, 239, 0.3);
}

.timeline-container.warning .timeline-icon {
  background: #ffad72;
  box-shadow: 0 5px 15px rgba(255, 173, 114, 0.3);
}

.timeline-container.secondary .timeline-icon {
  background: var(--secondary);
  box-shadow: 0 5px 15px rgba(255, 101, 132, 0.3);
}

.timeline-container.accent .timeline-icon {
  background: var(--accent);
  box-shadow: 0 5px 15px rgba(78, 205, 196, 0.3);
}


.timeline-container:hover .timeline-icon {
  transform: scale(1.1) rotate(5deg);
}

.timeline-container:hover .timeline-body {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}


.timeline-actions {
  text-align: center;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}


@keyframes float-circle {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-15px) translateX(10px);
    opacity: 0.7;
  }

  100% {
    transform: translateY(0) translateX(0);
    opacity: 0.4;
  }
}

@keyframes pulse-glow {
  0% {
    filter: blur(10px) brightness(1);
  }

  50% {
    filter: blur(15px) brightness(1.2);
  }

  100% {
    filter: blur(10px) brightness(1);
  }
}

@keyframes grid-shift {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 40px 40px;
  }
}

@keyframes square-float {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-20px) rotate(10deg);
    opacity: 0.8;
  }

  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.5;
  }
}

@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 5px rgba(108, 99, 255, 0.5);
  }

  50% {
    box-shadow: 0 0 15px rgba(108, 99, 255, 0.8), 0 0 30px rgba(255, 101, 132, 0.3);
  }

  100% {
    box-shadow: 0 0 5px rgba(108, 99, 255, 0.5);
  }
}

@keyframes slide-in-right {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes icon-glow {
  0% {
    box-shadow: 0 0 5px rgba(108, 99, 255, 0.5);
  }

  50% {
    box-shadow: 0 0 20px rgba(108, 99, 255, 0.8), 0 0 30px rgba(255, 101, 132, 0.6);
  }

  100% {
    box-shadow: 0 0 5px rgba(108, 99, 255, 0.5);
  }
}

@keyframes spinner-pulse {
  0% {
    transform: scale(0.8) rotate(0deg);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 1;
  }

  100% {
    transform: scale(0.8) rotate(360deg);
    opacity: 0.6;
  }
}



.popular-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(136, 100, 231, 0.3);
  z-index: 3;
}


.pricing-description {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  color: var(--dark);
  opacity: 0.8;
  line-height: 1.5;
}

.pricing-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-card {
  position: relative;
  cursor: pointer;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(135, 100, 231, 0.233);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  color: var(--dark);
  width: 100%;
  margin: 0 auto;
  transform: translateY(0);
  will-change: transform, box-shadow;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.6) 0%, rgba(136, 100, 231, 0.2) 100%);
  z-index: -1;
  border-radius: 25px;
  opacity: 0.5;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pricing-card::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(136, 100, 231, 0.4) 0%, transparent 70%);
  top: -100%;
  left: -50%;
  opacity: 0;
  transition: all 0.8s ease;
  z-index: -1;
}

.pricing-card:hover {
  border: 1px solid rgba(135, 100, 231, 0.705) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.pricing-card:hover::after {
  opacity: 0.2;
  transform: translateY(30px);
}

.pricing-card.popular {
  border: 1px solid rgba(136, 100, 231, 0.3);
  background: rgba(255, 255, 255, 0.95);
  transform: scale(1.03);
  box-shadow: 0 15px 40px rgba(136, 100, 231, 0.15);
  z-index: 2;
}

.pricing-card.popular:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 25px 50px rgba(136, 100, 231, 0.2);
}

.pricing-card.premium {
  border: 1px solid rgba(255, 101, 132, 0.2);
}

.pricing-card.premium:hover {
  border: 1px solid rgba(255, 101, 132, 0.4) !important;
}

.pricing-header {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(136, 100, 231, 0.15);
}

.pricing-name {
  font-size: 26px;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.pricing-price {
  font-size: 40px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 15px 0 5px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.pricing-price::before {
  content: "R$";
  font-size: 20px;
  position: absolute;
  left: -28px;
  top: 8px;
  font-weight: 600;
  opacity: 0.9;
  background: linear-gradient(135deg, var(--primary) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-period {
  font-size: 16px;
  color: var(--text-light);
  margin-top: 0;
  display: block;
  font-weight: 600;
}

.pricing-period i {
  margin-left: 5px;
  font-size: 15px;
  color: var(--accent);
  vertical-align: middle;
  transform: translateY(-1px);
  display: inline-block;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.pricing-feature {
  position: relative;
  padding: 12px 0 12px 32px;
  font-size: 15px;
  color: var(--dark);
  border-bottom: 1px solid rgba(136, 100, 231, 0.08);
  transition: all 0.3s ease;
}

.pricing-feature:last-child {
  border-bottom: none;
}

.pricing-feature i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 16px;
  transition: all 0.3s ease;
}

.pricing-card:hover .pricing-feature i {
  transform: translateY(-50%) scale(1.2);
}

.pricing-card .btn-primary {
  width: 100%;
  font-weight: 600;
  margin-top: auto;
  letter-spacing: 0.5px;
  padding: 14px 24px;
  text-transform: uppercase;
  font-size: 15px;
  box-shadow: 0 10px 20px rgba(136, 100, 231, 0.2);
  border-radius: 12px;
}

.pricing-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(var(--primary-rgb), 0.2);
  opacity: 0;
  transform: translateY(20px) translateX(-50%);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pricing-card:hover .pricing-badge {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}


.pricing-carousel {
  position: relative;
  margin-top: -40px;
  overflow: visible;
  padding: 30px 0 0px;
  width: 100%;
}

.pricing-carousel-container {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  position: relative;
}

.pricing-card-wrapper {
  flex: 0 0 33.333%;
  padding: 15px;
  display: flex;
  justify-content: center;
}

.pricing-card {
  width: 100%;
  max-width: 370px;
}

.pricing-navigation-btn {
  height: 25px !important;
  width: 25px !important;
  display: none !important;
}

.pricing-navigation-btn {
  height: 25px !important;
  z-index: 999;
  width: 25px !important;
  display: none !important;
}


.carousel-controls {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  z-index: 10;
}

.carousel-control {
  background: white;
  border: 1px solid rgba(108, 99, 255, 0.2);
  color: var(--primary);
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.carousel-control:hover {
  background: var(--primary);
  color: white;
}

.carousel-dots {
  display: none !important;
}

.carousel-dots {
  display: flex;
  margin: 0 15px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  background: var(--primary);
  transform: scale(1.2);
}


#faq {
  margin-top: -40px;
}

.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.faq-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.faq-question i:not(.faq-icon) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}



@keyframes pulse-faq {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.faq-item {
  background: white;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  position: relative;
}

.faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.faq-item.active {
  overflow: hidden;
  border-left: 3px solid var(--primary);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.02) 0%, rgba(250, 250, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.faq-item:hover::before,
.faq-item.active::before {
  opacity: 1;
}

.faq-question {
  background: rgba(250, 250, 255, 0.6);
  border: 1px solid rgba(108, 99, 255, 0.2);
  padding: 1.2rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin: 4px;
}


.faq-question-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-icon {
  color: var(--primary);
  background: rgba(108, 99, 255, 0.1);
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;

  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  line-height: 0;
  margin-top: -2px;
  text-align: center;
}

.faq-item.active .faq-icon {
  background: var(--primary);
  color: white;
  transform: scale(1.1);
}

.faq-question i:not(.faq-icon) {
  color: var(--primary);
  transition: transform 0.3s ease;
  background: rgba(108, 99, 255, 0.1);
  width: 28px;
  height: 28px;

  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 0;
  text-align: center;
}
a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
  background-color: rgba(0, 0, 255, 0) !important;

}


.faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #2A2A2A;
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.2s ease;
}

.faq-answer-content {
  padding: 0.5rem 0;
}

.faq-answer-content p {
  margin-bottom: 1rem;
}

.faq-answer-content p:last-child {
  margin-bottom: 0;
}

.faq-item.active .faq-question {
  color: var(--primary);
  background: rgba(108, 99, 255, 0.08);
}

.faq-item.active .faq-question i:not(.faq-icon) {
  transform: rotate(180deg);
  background: var(--primary);
  color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem 1.5rem 1.5rem;
  max-height: 1000px;
  transition: max-height 0.5s ease-out, padding 0.3s ease;
}


@media (max-width: 768px) {
  .faq-item {
    transition: border-left 0.2s ease;
    margin-bottom: 0.8rem;
  }

  .faq-item:hover {
    transform: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  }

  .faq-question {
    padding: 1rem 1.2rem;
    font-size: 0.95rem;
  }

  .faq-question-content {
    gap: 8px;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 0.8rem;
    line-height: 0;
    margin-top: -1px;
  }

  .faq-question i:not(.faq-icon) {
    min-width: 24px;
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
    line-height: 0;
  }

  .faq-answer {
    font-size: 0.9rem;
    line-height: 1.5;
    max-height: 0;
    transition: max-height 0s, padding 0s;
    overflow: hidden;
    padding: 0 1.2rem;
  }

  .faq-answer-content {
    padding: 0.3rem 0;
  }

  .faq-answer-content p {
    margin-bottom: 0.8rem;
  }


  .faq-item.active .faq-answer {
    max-height: 2000px;
    overflow-y: auto;
    padding: 0.8rem 1.2rem 1.2rem;
  }
}


@media (max-width: 480px) {
  .faq-question {
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
  }

  .faq-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 0.75rem;
    margin-top: 0;
  }

  .faq-question i:not(.faq-icon) {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 0.7rem;
  }

  .faq-answer {
    font-size: 0.85rem;
  }

  .faq-item.active .faq-answer {
    max-height: 3000px;
  }
}

.icon-svg {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.icon-svg img {
  max-width: 380px;
}


#contato {
  position: relative;
  z-index: 0;
  overflow: hidden;

  contain: content;

}

#contato::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(135deg, #f0f0ff 0%, #f5f0ff 35%, #fff0f8 100%);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
  will-change: auto;

}


.contact-form {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;

  border: 1px solid var(--roxo);
  contain: layout;

}

.contact-form:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.contact-form::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;

}

.form-control {
  background: rgba(250, 250, 255, 0.9);
  border: 2px solid rgba(230, 230, 250, 0.8);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  transition: border-color 0.3s ease;

  width: 100%;
  color: var(--dark);
}

.form-control:focus {
  border-color: var(--primary);
  background: white;
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.15);
  outline: none;
}

.form-control::placeholder {
  color: rgba(100, 100, 150, 0.6);
  font-weight: 400;
}

.contact-form .btn-primary {
  width: 100%;
  padding: 1rem;
  font-weight: 600;
  margin-top: 0.5rem;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(var(--primary-rgb), 0.3);
}

.form-heading {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.form-heading-icon {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  color: white;
  font-size: 1.6rem;
  box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.3);
  animation: pulse 2s infinite;
}

.form-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  color: var(--dark);
}

.form-subtitle {
  font-size: 1rem;
  color: rgba(var(--dark-rgb), 0.7);
  margin-top: 0.25rem;
}


textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23aaa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.contact-info-section {
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 2.5rem;
  border: 1px solid var(--roxo);
  padding-bottom: 57px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-info-item {
  display: flex;
  margin-bottom: 2rem;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(108, 99, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  margin-right: 1.2rem;
  flex-shrink: 0;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.contact-info-item:hover .contact-icon {
  background-color: var(--primary);
  color: white;
  transform: scale(1.05);
}

.contact-text h4 {
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
}

.contact-text p {
  color: #141414;
  line-height: 1.5;
  margin: 0;
}


.footer {
  background-color: var(--dark) !important;
  color: white;
  padding: 4rem 0 2rem;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      var(--primary) 20%,
      var(--secondary) 50%,
      var(--primary) 80%,
      transparent 100%);
}

.footer-text {
  color: #aaa;
  margin-bottom: 1.5rem;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link {
  display: block;
  color: #aaa;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: var(--primary);
  padding-left: 5px;
}

.footer-link.popover-trigger {
  cursor: pointer;
  color: #a8a8a8;
  text-decoration: none;
}

.device-screen img {
  width: 100%;
  background-color: #d9d5e9 !important;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -5px;
  height: 12px;
  width: 12px;
  background: white;
  transform: rotate(45deg);
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.dropdown-menu {
  min-width: 250px;
  margin-left: 150px;
  margin-top: -32px;
}

.dropdown-item p {
  font-size: 0.9rem;
  line-height: 1.4;
}


.footer-links .dropdown {
  display: inline-block;
}


.social-icons {
  display: flex;
  margin-top: 1rem;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 0.75rem;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: var(--primary);
  transform: translateY(-3px);
}


.newsletter-form {
  display: flex;
  margin-top: 1rem;
}

.newsletter-input {
  flex-grow: 1;
  border: none;
  border-radius: 5px 0 0 5px;
  margin-left: 10px;
  padding: 0.75rem;
}

.newsletter-button {
  background-color: var(--primary);
  color: white;
  border: none;
  border-radius: 0 5px 5px 0;
  padding: 0 1rem;
}


.copyright {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #aaa;
}



@media (max-width: 1200px) {
  .container {
    padding: 0 1.5rem;
  }

  .hero-title {
    font-size: 3rem;
  }

  .section-title {
    font-size: 2.2rem;
  }
}


@media (max-width: 1023px) {
  .container {
    padding: 0 1.25rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
    color: #141414;
  }

  .benefit-card,
  .pricing-card {
    padding: 1.75rem;
  }

  .pricing-carousel-container {
    width: 300%;
  }

  .pricing-card-wrapper {
    flex: 0 0 33.333%;
    min-width: 33.333%;
  }
}


@media (max-width: 768px) {
  .carousel-dots {
    display: block !important;
  }

  .container {
    padding: 0 1rem;
  }

  .columns {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .column {
    padding: 0.5rem;
  }


  .hero-section::before,
  .hero-section::after {
    width: 500px;
    height: 500px;
  }

  .hero-content {
    padding-right: 0;
    margin-bottom: 2rem;
    text-align: center;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    gap: 0.25rem;
    justify-content: center;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .benefit-card,
  .pricing-card {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .benefit-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }

  .benefit-title {
    font-size: 1.2rem;
  }


  .contact-form {
    padding: 1.5rem;
    margin-bottom: 2rem;

    transition: none;
    contain: content;

  }

  .form-control {

    background: rgba(255, 255, 255, 0.9);
    transition: none;

  }

  .form-control:focus {

    box-shadow: 0 0 0 2px rgba(var(--primary-rgb), 0.15);
  }

  .form-heading-icon {
    animation: none;

  }


  .faq-item.active~#contato .form-control {
    transition: none !important;
  }


  .contact-info-section {
    padding: 1.5rem;
  }

  .form-control {
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
  }

  .form-heading {
    margin-bottom: 1.2rem;
  }

  .form-heading-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    margin-right: 0.75rem;
  }

  .form-title {
    font-size: 1.4rem;
  }

  .form-subtitle {
    font-size: 0.9rem;
  }

  label {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
  }

  .contact-form-fields .columns {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .contact-form-fields .column {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .pricing-cards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pricing-card {
    border: 1px solid var(--primary) !important;
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
    transition: none !important;

    max-width: 90%;
    backdrop-filter: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none !important;
    will-change: auto;
  }

  .pricing-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: none !important;
  }

  .pricing-card.popular {
    order: -1;

    border: 1px solid var(--primary);
    transform: none !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  }

  .pricing-card.popular:hover {
    transform: none !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  .pricing-card::before,
  .pricing-card::after {
    display: none !important;
  }

  .pricing-feature {
    transition: none !important;
  }

  .pricing-feature i {
    transition: none !important;
  }

  .pricing-card:hover .pricing-feature i {
    transform: translateY(-50%);
  }


  .pricing-feature {
    padding: 12px 0 12px 30px;
    font-size: 0.9em;
  }

  .mockup {
    width: 40%;
  }


  .pricing-carousel {
    overflow: visible;
    padding: 0;
  }

  .carousel-controls,
  .pricing-navigation-btn,
  .carousel-dots {
    display: none !important;
  }

  .carousel-controls {
    display: flex;
    bottom: -30px;
  }


  .footer {
    padding: 3rem 0 1.5rem;
  }

  .footer-title {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}


@media (max-width: 576px) {
  .icon-svg img {
    max-width: 200px;
  }

  #contato::before {
    content: "";
    position: absolute;
    inset: 0;
    background: 'linear-gradient(135deg, #f0f0ff 0%, #f5f0ff 35%, #fff0f8 100%)';
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
  }

  .btn2 {
    margin-top: -15px;
  }

  /* Remover todas as animações da timeline */
  .timeline::before,
  .timeline::after,
  .timeline-section .circle-bg,
  .timeline-section .circle-1,
  .timeline-section .circle-2,
  .timeline-section .circle-3,
  .timeline-section .circle-4,
  .timeline-section .hex-rotate,
  .timeline-section .floating-square,
  .timeline-section .square-1,
  .timeline-section .square-2,
  .timeline-section .square-3 {
    animation: none !important;
  }

  .timeline-container {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none !important;
  }

  .timeline-container.animated {
    animation: none !important;
  }

  .timeline-icon {
    animation: none !important;
    transition: none;
    margin-left: 10px;
    margin-top: -15px;
    width: 35px;
    height: 35px;
  }

  .timeline-container:hover .timeline-icon {
    transform: none;
  }

  .timeline-body {
    margin-left: -20px;
    transition: none;

  }

  .timeline {
    padding-left: 0rem !important;
  }

  .timeline-container:hover .timeline-body {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .timeline::before {
    margin-left: -50px !important;
  }

  .timeline::after {
    margin-left: -50px !important;
  }

  .timeline-body::before {
    left: -8px;
    width: 16px;
    height: 16px;
  }

  .timeline-title {
    font-size: 1rem;
  }

  .timeline-subtitle {
    font-size: 0.8rem;
  }

  .container {
    padding: 0 0.9rem;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons a {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }

  .section-header {
    margin-bottom: 2.5rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
  }

  .benefit-card {
    padding: 1.25rem;
  }

  .benefit-title {
    font-size: 1.1rem;
  }



  .btn-primary {
    padding: 0.7rem 1.3rem;
    font-size: 0.95rem;
  }

  .form-title {
    font-size: 1.1rem;
  }

  .form-heading-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .contact-text h4 {
    font-size: 1rem;
  }

  .footer-text,
  .footer-link,
  .footer-title,
  .copyright {
    font-size: 0.9rem;
  }

  .marquee-item {
    padding: 0 1rem;
    font-size: 0.9rem;
  }

  .social-icon {
    width: 32px;
    height: 32px;
  }




  .carousel-controls {
    bottom: -40px;
  }

  .contact-form {
    padding: 1.25rem;
  }

  .contact-info-section {
    padding: 1.25rem;
  }

  .contact-form-fields .column.is-6-desktop {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .form-control {
    padding: 0.7rem 0.9rem;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }

  .form-heading-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    margin-right: 0.5rem;
  }

  .form-title {
    font-size: 1.2rem;
  }

  .form-subtitle {
    font-size: 0.8rem;
  }

  textarea.form-control {
    min-height: 100px;
  }

  .contact-form .btn-primary {
    padding: 0.8rem;
    font-size: 0.95rem;
  }

  .recaptcha-terms {
    font-size: 0.7rem !important;
    margin-bottom: 0.5rem;
  }

  .d-none {
    display: none;
  }
}


@media (max-width: 480px) {
  .navbar-burger {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .navbar-brand h1 {
    font-size: 1.4rem;
  }

  .navbar-item {
    padding: 0.5rem 0.8rem;
  }
}

.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.faq-icon {
  color: var(--primary);
  background: rgba(108, 99, 255, 0.1);
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  line-height: 0;
  margin-top: -2px;
  text-align: center;
}

.faq-item.active .faq-icon {
  background: var(--primary);
  color: white;
  transform: scale(1.1);
}

.faq-question i:not(.faq-icon) {
  color: var(--primary);
  transition: transform 0.3s ease;
  background: rgba(108, 99, 255, 0.1);
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 0;
  text-align: center;
}

/* Melhorar a animação do timeline para evitar piscadas */
.timeline-container {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), 
             transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: opacity, transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  /* Vamos remover a animação que estava causando piscadas */
  animation: none;
}

/* Criar preload para evitar a piscada inicial */
.timeline-section {
  position: relative;
  min-height: 600px;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

/* Sequência de transições mais suave */
.timeline-container.visible,
.timeline-section:hover .timeline-container {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Atrasos em cascata para elementos sequenciais */
.timeline-container:nth-child(1) {
  transition-delay: 0.1s;
}

.timeline-container:nth-child(2) {
  transition-delay: 0.15s;
}

.timeline-container:nth-child(3) {
  transition-delay: 0.2s;
}

.timeline-container:nth-child(4) {
  transition-delay: 0.25s;
}

.timeline-container:nth-child(5) {
  transition-delay: 0.3s;
}

.timeline-container:nth-child(6) {
  transition-delay: 0.35s;
}

/* Melhorar transições ao passar o mouse */
.timeline-container:hover .timeline-body {
  transform: translateX(5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.timeline-container:hover .timeline-icon {
  transform: scale(1.2);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.3);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Otimização de renderização para todos os elementos */
.timeline-body, 
.timeline-icon,
.timeline-title,
.timeline-subtitle {
  will-change: transform;
  backface-visibility: hidden;
}

/* Ajuste na animação fadeInUp */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  50% {
    opacity: 0.8;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animações baseadas em scroll para timeline */
@media (prefers-reduced-motion: no-preference) {
  .timeline-container {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .timeline-container.visible,
  .timeline-section:hover .timeline-container {
    opacity: 1;
    transform: translateY(0);
  }

  /* Atraso sequencial nas animações */
  .timeline-container:nth-child(1) {
    transition-delay: 0.1s;
  }

  .timeline-container:nth-child(2) {
    transition-delay: 0.2s;
  }

  .timeline-container:nth-child(3) {
    transition-delay: 0.3s;
  }

  .timeline-container:nth-child(4) {
    transition-delay: 0.4s;
  }

  .timeline-container:nth-child(5) {
    transition-delay: 0.5s;
  }

  .timeline-container:nth-child(6) {
    transition-delay: 0.6s;
  }
}

/* Fallback para dispositivos que preferem movimento reduzido */
@media (prefers-reduced-motion: reduce) {
  .timeline-container {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Correção para o espaçamento na linha 2643 */
.timeline-body {
  margin-left: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
}

/* Ajustes específicos para timeline responsiva */
.timeline-responsive {
  position: relative;
  padding-left: 3rem;
  margin: 3rem 0 0 50px;
  z-index: 1;
}

@media (max-width: 576px) {
  .timeline-responsive {
    padding-left: 50px !important;
    margin-left: 0 !important;
    position: relative;
    margin-right: 15px !important;
    width: calc(100% - 15px);
  }

  .timeline-responsive::before {
    left: 19px !important;
    margin-left: 0 !important;
  }

  .timeline-responsive::after {
    left: 13px !important;
    margin-left: 0 !important;
  }

  .timeline-section .timeline-responsive::before {
    content: '';
    position: absolute;
    left: 19px !important;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary), var(--secondary));
    border-radius: 2px;
    z-index: 0;
  }

  .timeline-responsive .timeline-container {
    margin-bottom: 2rem;
    opacity: 1 !important;
    transform: none !important;
    position: relative;
    animation: none !important;
    transition: none !important;
    left: 0;
  }

  .timeline-responsive .timeline-icon {
    position: absolute;
    left: -38px;
    top: 15px;
    width: 35px;
    height: 35px;
    z-index: 2;
    animation: none !important;
    transition: none;
    transform: translateX(0);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .timeline-responsive .timeline-icon i {
    font-size: 1rem;
  }

  .timeline-responsive .timeline-body {
    margin-left: 0px;
    padding: 1.25rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: none;
    border-radius: 8px;
    width: 100%;
  }

  .timeline-responsive .timeline-body::before {
    left: -7px;
    width: 14px;
    height: 14px;
    top: 25px;
  }

  .timeline-responsive .timeline-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }

  .timeline-responsive .timeline-subtitle {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-top: 0.75rem;
  }

  .timeline-responsive .timeline-container:hover .timeline-body,
  .timeline-responsive .timeline-container.active .timeline-body {
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .timeline-responsive .timeline-container:hover .timeline-icon,
  .timeline-responsive .timeline-container.active .timeline-icon {
    transform: none;
  }

  .timeline-section .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .timeline-actions {
    margin-left: 12px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .timeline-responsive * {
    animation: none !important;
    transition: none !important;
  }

  .timeline-responsive .timeline-container {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Regras para otimização de performance para todos os elementos animados */
.animated-shape,
.animated-circle,
.hero-title span,
.hero-title span::after,
.device.desktop,
.device.mobile,
.features-marquee,
.benefits-decoration,
.benefit-card,
.benefit-icon,
.benefit-icon::after,
.benefit-number,
.timeline-container,
.timeline-icon,
.timeline-body,
.circle-bg,
.circle-1,
.circle-2,
.circle-3,
.circle-4,
.hex-rotate,
.floating-square,
.square-1,
.square-2,
.square-3,
.pricing-card,
.pricing-badge,
.faq-item,
.faq-icon,
.faq-question i,
.faq-answer,
.contact-form,
.form-heading-icon,
.social-icon,
.btn-primary,
.whatsapp-btn {
  backface-visibility: hidden;
  will-change: transform, opacity;
  transform-style: preserve-3d;
}

/* Melhorar performance de transições */
@media (prefers-reduced-motion: no-preference) {
  .navbar-item,
  .btn-primary,
  .benefit-card,
  .pricing-card,
  .faq-item,
  .timeline-icon,
  .timeline-body,
  .contact-form,
  .form-control,
  .social-icon {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* Animações mais suaves para efeitos hover */
  .benefit-card:hover,
  .pricing-card:hover,
  .social-icon:hover,
  .btn-primary:hover,
  .navbar-item:hover,
  .timeline-container:hover .timeline-icon,
  .timeline-container:hover .timeline-body,
  .faq-item.active .faq-icon,
  .faq-item.active .faq-answer {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  
  /* Melhorar as curvas para animações de keyframes */
  @keyframes float-circle {
    0%, 100% {
      transform: translate(0, 0);
    }
    25% {
      transform: translate(10px, -10px);
    }
    50% {
      transform: translate(0, -20px);
    }
    75% {
      transform: translate(-10px, -10px);
    }
  }
  
  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  /* Otimização para dispositivos com preferência por menos movimento */
  .form-heading-icon {
    animation: pulse 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  }
}