html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: 'Lato', sans-serif;
  background-color: #f5f3ff;
  color: #1e1b4b;


}


/* Garante que, ao clicar em um link, o título da seção não fique escondido atrás da navbar. */

section[id] {
    scroll-margin-top: 120px;
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
}

.gradient-bg {
    background-image: radial-gradient(circle at top right, rgba(196, 181, 253, 0.2), transparent 60%), radial-gradient(circle at bottom left, rgba(224, 231, 255, 0.2), transparent 60%);
    background-color: #f5f3ff;
}

.glow-btn {
    transition: all 0.3s ease;
    box-shadow: 0 0 12px rgba(124, 58, 237, 0.5), 0 0 20px rgba(167, 139, 250, 0.4);
}

.glow-btn:hover {
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.7), 0 0 30px rgba(167, 139, 250, 0.6);
    transform: scale(1.05);
}

.neon-icon {
    filter: drop-shadow(0 0 5px #c4b5fd) drop-shadow(0 0 10px #a78bfa);
    transition: transform 0.3s ease-in-out;
}

.diferencial-card,
.pillar-card {
    transition: all 0.3s ease-in-out;
    padding: 1.5rem;
    border-radius: 0.75rem;
}

.diferencial-card:hover,
.pillar-card:hover {
    transform: translateY(-10px);
    background-color: #ffffff;
    box-shadow: 0 20px 40px -7px rgba(124, 58, 237, 0.15);
}

h1.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 8vw, 5.5rem);
    text-shadow: 0 0 15px rgba(221, 214, 254, 0.8);
    line-height: 1.1;
    color: #312e81;
}

h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #312e81;
}

.text-muted {
    color: #444084;
}

.mobile-menu {
    transition: transform 0.3s ease-in-out;
}

.budget-section {
    border-bottom: 1px solid #ddd6fe;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.budget-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.animated-gradient-text {
    background: linear-gradient(90deg, #7c3aed, #3730a3, #6d28d9, #7c3aed);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 6s ease infinite;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#cursor-glow {
    position: fixed;
    left: 0;
    top: 0;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.25), transparent 60%);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s;
    backdrop-filter: blur(3px);
    display: none;
    z-index: 2;
}

main,
footer {
    position: relative;
    z-index: 10;
}

.phone-mockup {
    width: 280px;
    height: 580px;
    transition: transform 0.5s ease-out;
}

.phone-container:hover .phone-mockup {
    transform: translateY(-15px) scale(1.05);
}

.phone-frame {
    width: 100%;
    height: 100%;
    background: #1e1b4b;
    /* Cor índigo escura */
    border-radius: 40px;
    padding: 10px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.1), inset 0 -2px 3px rgba(0, 0, 0, 0.4);
    position: relative;
}

.phone-screen {
    background: #f5f3ff;
    /* Cor de fundo do site */
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.phone-camera {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #111;
    border-radius: 50%;
    z-index: 20;
}

#rotating-text-span {
    transition: opacity 0.4s ease-in-out;
    display: inline-block;
}

.service-accordion-content {
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-accordion-item.active .service-accordion-content {
    max-height: 200px;
    /* Altura máxima para a expansão */
}

.accordion-icon {
    transition: transform 0.3s ease;
}

.service-accordion-item.active .accordion-icon {
    transform: rotate(45deg);
}

@media (min-width: 1024px) {
    #cursor-glow {
        display: block;
    }
}



/* =============================================== */


/* Estilos para o Carrossel (Swiper.js)            */


/* =============================================== */

.swiper-button-next,
.swiper-button-prev {
    color: #8b5cf6;
    /* Cor violeta principal do seu site */
}

.swiper-pagination-bullet-active {
    background-color: #8b5cf6 !important;
    /* Cor da bolinha de paginação ativa */
}


/* Adicione este novo bloco de código ao final do seu arquivo index.css */


/* =============================================== */


/* Estilos para a nova seção de serviços (Abas)    */


/* =============================================== */

.service-tab-btn.active {
    box-shadow: 0 4px 14px 0 rgba(124, 58, 237, 0.39);
}

@keyframes grow-bar {
    from {
        width: 0%;
    }
}

.service-content-panel:not(.hidden) .chart-bar {
    animation: grow-bar 1s ease-out forwards;
}