@media (min-width: 640px) {
    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}
@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .md\:block {
        display: block;
    }
}
.gap-y-6 {
    row-gap: 1.5rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-10 {
    gap: 2.5rem;
}
#beneficios .gap-10{
    margin-top:50px;
    margin-bottom: 20px;
}
.grid {
    display: grid;
}
.flex {
    display: flex;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.font-bold {
    font-weight: 700;
}
.block {
    display: block;
}
.font-semibold {
    font-weight: 600;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.p-6 {
    padding: 1.5rem!important;
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.w-6 {
    width: 1.5rem;
}
.h-6 {
    height: 2rem;
}
.font-extrabold {
    font-weight: 800;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-gray-600, .text-gray-700, .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(46 60 81 / var(--tw-text-opacity, 1));
}
.text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-left {
    text-align: left;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
#cta-final .mb-8{
    margin-bottom: 2rem!important;
}
.mb-12 {
    margin-bottom: 3rem;
}
.max-w-7xl {
    max-width: 80rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.max-w-3xl {
    max-width: 48rem;
}
.max-w-4xl {
    max-width: 56rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.max-w-5xl {
    max-width: 64rem;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)!important;
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)!important;
}
.border-screencorp-primary {
    --tw-border-opacity: 1;
    border-color: rgb(0 152 255 / var(--tw-border-opacity, 1));
}
.border-t-4 {
    border-top: solid 4px rgb(0 152 255 / var(--tw-border-opacity, 1));
}
.border-l-4 {
    border-left: solid 4px rgb(0 152 255 / var(--tw-border-opacity, 1));
}
.border-b-4 {
    border-bottom: solid 4px rgb(0 152 255 / var(--tw-border-opacity, 1));
}
.border-l-4 .text-gray-900{
    font-size: 20px;
    margin-bottom: 0px;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.text-screencorp-primary {
    --tw-text-opacity: 1;
    color: rgb(0 152 255 / var(--tw-text-opacity, 1));
}
.bg-screencorp-primary{
    background-color: rgb(0 152 255 / var(--tw-bg-opacity, 1));
}
.bg-screencorp-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.items-start {
    align-items: flex-start;
    line-height: 2.5rem;
}
.duration-300 {
    transition-duration: 300ms;
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: 
cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
#conteudos .mb-16, #funcionalidades .mb-16, #casos-de-uso .mb-16{
    margin-bottom: 50px;
}
#conteudos .mt-12{
    margin-top:50px;
}
#conteudos .mt-12 p{
    font-size: 1.5rem;
}
#funcionalidades .gap-x-8 .items-start{
    line-height: 1.5rem;
}
#funcionalidades .gap-x-8 .items-start p{
    line-height: 1.5rem;
    margin-bottom: 0px;
}
.bg-screencorp-bg .card-header{
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))!important;
}
.cta-button:hover {
    box-shadow: 0 10px 15px -3px rgba(30, 64, 175, 0.5), 0 4px 6px -4px rgba(30, 64, 175, 0.4);
    transform: translateY(-2px);
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
html {
    scroll-behavior: smooth;
}
/* Estilo para o CTA principal com sombra */
.cta-button {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(30, 64, 175, 0.4), 0 2px 4px -2px rgba(30, 64, 175, 0.3);
}
.cta-button:hover {
    box-shadow: 0 10px 15px -3px rgba(30, 64, 175, 0.5), 0 4px 6px -4px rgba(30, 64, 175, 0.4);
    transform: translateY(-2px);
}
/* Estilo para o FAQ accordion */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}
.faq-item.active .faq-content {
    max-height: 500px; /* Valor arbitrário grande para permitir expansão */
}
.arrow-icon {
    transition: transform 0.3s;
}
.faq-item.active .arrow-icon {
    transform: rotate(180deg);
}

/* --- NOVOS ESTILOS PARA ANIMAÇÃO AO SCROLL --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0; /* Estado inicial invisível */
    transition: opacity 0s; /* Evita transição ao carregar */
}

.animate-on-scroll.is-visible {
    /* A animação é aplicada quando a classe 'is-visible' é adicionada pelo JS */
    animation: fadeInUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}