/* Reset básico */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* Importar Roboto do Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');



body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    color: #4B5563; /* cinza-600 */
    line-height: 1.6;
    min-height: 100vh;
}

.quote-section {
    position: relative;
    padding: 6rem 1rem;
    background: linear-gradient(45deg, #2937f0, #9f1ae2);
    color: white;
    text-align: center;
    overflow: hidden;
    font-family: 'Roboto', sans-serif; /* ou a fonte que preferir */
}
.imagem{
    margin-right:80px;
}

.icon {
    width: 34px !important;
    height: 34px !important;
    stroke-width: 2;
    color: currentColor;
    vertical-align: middle;
}

.icon-small {
    width: 16px;
    height: 16px;
}

.icon-check {
    color: #7C3AED; /* roxo da identidade visual */
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.purple-icon {
    color: #7C3AED;
}

.phone-screen video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
}

/* Cores de fundo para os ícones dos cards */
.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: transform 0.3s;
    cursor: default;
    color: white;
}


.shield-icon {
    background: linear-gradient(135deg, #7C3AED, #6D28D9);
}

.bar-chart-icon {
    background: linear-gradient(135deg, #4338CA, #7C3AED);
}

.building-icon {
    background: linear-gradient(135deg, #7C3AED, #6D28D9) !important;
}

.share-icon {
    background: linear-gradient(135deg, #7C3AED, #6D28D9);
}

.feature-icon:hover {
    transform: scale(1.1);
}


.quote-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255 255 255 / 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

.quote-text {
    position: relative;
    font-size: 1.75rem;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.4;
    z-index: 1;
   ;
    padding: 0 1rem;
}

    /* Adiciona aspas estilizadas antes e depois do texto */
    .quote-text::before {
        content: open-quote;
        font-size: 3rem;
        vertical-align: top;
        color: rgba(255 255 255 / 0.3);
        margin-right: 0.25rem;
    }

    .quote-text::after {
        content: close-quote;
        font-size: 3rem;
        vertical-align: bottom;
        color: rgba(255 255 255 / 0.3);
        margin-left: 0.25rem;
    }

/* Animação fade-up */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(2rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-up {
    animation: fadeUp 1s ease forwards;
}

.phone-mockup-container {
    position: relative;
    display: inline-block; /* para ajustar ao tamanho do telefone */
}

/* Círculo gradiente radial atrás do telefone */
.phone-gradient-circle {
    position: absolute;
    top: 50%;
    left: 46%;
    width: 450px; /* ajuste conforme o tamanho do telefone */
    height: 450px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(45deg, #2937f0, #9f1ae2);
    /* gradiente sólido do roxo para rosa */
    z-index: 0; /* atrás do telefone */
    pointer-events: none;
}

/* Ajuste o z-index do phone-mockup para ficar acima */
.phone-mockup {
    position: relative;
    z-index: 1;
}


/* Container centralizado */
.features-section {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}

.container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 !important; /* Pode ajustar o padding se quiser um respiro nas laterais */
}



/* Grid 2 colunas responsivo */
.grid-two-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media(min-width: 1024px) {
    .grid-two-columns {
        grid-template-columns: 1fr 1fr;
    }
}

/* Ícones */
.icon {
    width: 24px;
    height: 24px;
    stroke-width: 1.5;
    stroke: currentColor;
    fill: none;
}

.icon-small {
    width: 20px;
    height: 20px;
}

.purple-icon {
    color: #7C3AED; /* roxo */
}

/* Navegação */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255 255 255 / 0.9);
    backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 1px solid #E5E7EB; /* cinza-100 */
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 1rem;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #7C3AED, #6D28D9);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.logo-text {
    font-weight: 700;
    font-size: 1.25rem;
    color: #1F2937; /* cinza-800 */
}

.logo-icon-white {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7C3AED;
}

.logo-text-white {
    font-weight: 700;
    font-size: 1.25rem;
    color: white;
}

.nav-menu a,
.mobile-nav-link {
    color: #4B5563;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    .nav-menu a:hover,
    .mobile-nav-link:hover {
        color: #7C3AED;
    }

.btn-primary {
    background-color: #2d3e90;
    color: white !important;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

    .btn-primary:hover {
        background: linear-gradient(90deg, #6D28D9, #5B21B6);
        box-shadow: 0 10px 15px -3px rgba(124, 58, 237, 0.5);
        transform: scale(1.05);
    }

    .btn-primary.btn-large {
        padding: 1rem 2rem;
        font-size: 1.125rem;
    }
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #2d3e90; /* mantém o azul original */
        outline: none;
        box-shadow: none;
    }


.menu-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #4B5563;
}

.desktop-menu {
    display: none;
    gap: 2rem;
    align-items: center;
}

.mobile-menu {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1rem;
    border-top: 1px solid #E5E7EB;
}

    .mobile-menu.hidden {
        display: none;
    }

.mobile-nav-link {
    padding: 0.5rem 0;
    font-weight: 500;
    color: #4B5563;
    text-decoration: none;
    transition: color 0.3s;
}

    .mobile-nav-link:hover {
        color: #7C3AED;
    }

.full-width {
    width: 100%;
}

@media(min-width: 768px) {
    .desktop-menu {
        display: flex;
    }

    .mobile-menu-btn {
        display: none;
    }

    .mobile-menu {
        display: none !important;
    }
}

/* Hero Section */
/* Ajustes de responsividade */

/* Ajuste do padding-top da hero section para evitar que o texto fique escondido sob a navbar */
.hero-section {
    position: relative;
    min-height: 100vh;
    padding-top: 8rem; /* Aumentado para dar espaço suficiente abaixo da navbar */
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #F3E8FF, #FFFFFF);
}

/* Ajuste da navbar para mobile */
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.8rem 1rem; /* Reduzido para ocupar menos espaço vertical */
    height: auto; /* Auto em vez de fixo */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Diminua o gap do grid na hero-section */
.hero-content.grid-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem; /* ou até 2rem para ficar bem próximo */
    align-items: center; /* Garante alinhamento vertical central */
    /* Se quiser ainda mais próximo, use gap: 2rem; */
}

/* Para telas grandes, ajuste o max-width do container se necessário */
.hero-content.container {
    max-width: 1100px; /* igual ao seu print, pode ajustar para 1000-1200px */
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Opcional: ajuste o hero-text para não ter max-width muito pequeno */
.hero-text {
    max-width: 480px; /* ou 500px, para não ficar muito largo */
}

/* Se necessário, ajuste o padding da hero-section */
.hero-section {
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.hero-content.grid-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.hero-text {
    max-width: 480px;
}

.hero-section {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

/* Responsividade hero-section */
@media (max-width: 900px) {
    .hero-content.grid-two-columns {
        max-width: 98vw;
        gap: 1.5rem;
    }

    .hero-text {
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .hero-content.grid-two-columns {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        justify-items: center;
        padding: 0 1rem;
    }

    .hero-text {
        max-width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .phone-mockup-container {
        margin: 0 auto;
    }

    .hero-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

/* Opcional: ajuste o tamanho do telefone em telas pequenas */
@media (max-width: 500px) {
    .phone-body {
        width: 180px !important;
        height: 340px !important;
    }

    .phone-screen {
        height: 320px !important;
    }
}

/* Ajuste para o conteúdo principal em mobile */
@media (max-width: 768px) {
    .hero-content {
        padding-top: 5rem !important; /* Espaço adicional no topo */
    }

    .hero-text {
        margin-bottom: 2rem; /* Espaço entre o texto e o telefone */
       
    }

    .phone-mockup-container {
        margin-top: 1rem; /* Espaço acima do telefone */
        margin-bottom: 2rem; /* Espaço abaixo do telefone */
    }

    /* Reduzir tamanho do círculo gradiente em mobile */
    .phone-gradient-circle {
        width: 300px;
        height: 300px;
    }

    /* Ajustar tamanho do telefone em mobile */
    .phone-body {
        width: 220px;
        height: 400px;
    }

    .phone-screen {
        height: 380px;
    }

    /* Reduzir tamanho dos textos em mobile */
    .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .features-list li {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    /* Garantir que o botão não fique muito grande */
    .btn-primary.btn-large {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
}

/* Corrigir ordem dos elementos em mobile */
@media (max-width: 768px) {
    .grid-two-columns {
        display: flex;
        flex-direction: column;
    }

    /* Garantir que o texto apareça primeiro em mobile */
    .hero-content {
        display: flex;
        flex-direction: column;
    }

    .hero-text {
        order: 1; /* Texto primeiro */
    }

    .phone-mockup-container {
        order: 2; /* Telefone depois */
    }
}

/* Ajuste do footer para preto */
.footer {
    background: #111; /* Preto em vez de roxo */
    color: white;
    padding: 3rem 1rem;
}

.footer-section p {
    color: #aaa; /* Cinza claro em vez de roxo claro */
}

.small-text {
    color: #888; /* Cinza médio */
}

/* Ajuste para garantir que as animações não afetem a visibilidade */
.feature-card,
.section-header,
.footer-section,
.hero-text,
.phone-mockup,
.quote-text,
.new-era-text,
.new-era-illustration,
.cta-content {
    opacity: 1; /* Começar visível por padrão */
    transform: none; /* Sem transformação inicial */
    animation: none; /* Desativar animação por padrão */
}

/* Reativar animações apenas em desktop */
@media (min-width: 768px) {
    .feature-card,
    .section-header,
    .footer-section,
    .hero-text,
    .phone-mockup,
    .quote-text,
    .new-era-text,
    .new-era-illustration,
    .cta-content {
        opacity: 0;
        transform: translateY(4rem);
        animation-fill-mode: forwards;
    }

        .feature-card.animate-fade-up,
        .section-header.animate-fade-up,
        .footer-section.animate-fade-up,
        .hero-text.animate-fade-up,
        .phone-mockup.animate-fade-up-delay,
        .quote-text.animate-fade-up,
        .new-era-text.animate-fade-up,
        .new-era-illustration.animate-fade-up-delay,
        .cta-content.animate-fade-up {
            animation-name: fadeUp;
            animation-duration: 1s;
            animation-timing-function: ease-out;
        }
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #F3E8FF, #FFFFFF);
    z-index: 0;
}

.hero-bg-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    animation: pulse 4s ease-in-out infinite;
    background: linear-gradient(135deg, #C4B5FD, #FBCFE8);
    z-index: 0;
}

/* Animação de pulo mais rápido */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
    /* pulando um pouco mais alto */
}

/* Animação suave de mudança de cor entre roxo e rosa */
@keyframes colorShift {
    0%, 100% {
        background: #7C3AED;
    }
    /* roxo */
    50% {
        background: #EC4899;
    }
    /* rosa */
}

/* Aplicar animações nas bolinhas */

.hero-bg-circle.top-right {
    top: 5rem;
    right: 5rem;
    width: 16rem;
    height: 16rem;
    animation: bounce 1.5s ease-in-out infinite, colorShift 6s ease-in-out infinite;
    /* bounce mais rápido: 1.5s (antes 3s) */
}

.hero-bg-circle.bottom-left {
    bottom: 5rem;
    left: 5rem;
    width: 8rem;
    height: 8rem;
    animation: bounce 1.5s ease-in-out infinite, colorShift 8s ease-in-out infinite;
    animation-delay: 0s, 2s; /* delay só na cor */
}


/* Hero Content */
.hero-content {
    position: relative;
    z-index: 1;
}

.hero-text {
    max-width: 600px;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1F2937;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

@media(min-width: 768px) {
    .hero-title {
        font-size: 3.75rem;
    }
}


.gradient-text {
    background-color: #2d3e90;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-list {
    list-style: none;
    margin-bottom: 2rem;
    color: #4B5563;
}

    .features-list li {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
        font-size: 1.125rem;
    }

    .features-list svg {
        flex-shrink: 0;
        color: #7C3AED;
    }

/* Phone Mockup */
.phone-mockup {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}

.phone-shadow {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #7C3AED33, transparent);
    filter: blur(24px);
    transform: scale(1.1);
    border-radius: 2rem;
    z-index: 0;
}

.phone-body {
    position: relative;
    background: black;
    border-radius: 1.5rem;
    padding: 0.5rem;
    box-shadow: 0 25px 50px rgba(124, 58, 237, 0.5);
    transition: transform 0.5s ease;
    cursor: pointer;
    z-index: 1;
    width: 270px;
    height: 500px;
}

    .phone-body:hover {
        transform: scale(1.05);
    }

.phone-screen {
    background: white;
    border-radius: 1.25rem;
    overflow: hidden;
    height: 480px;
    position: relative;
    background: linear-gradient(135deg, #7C3AED, #EC4899);
    color: white;
    transition: background 1s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 128px;
    height: 24px;
    background: black;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    z-index: 10;
}

.screen-content {
    text-align: center;
    animation: pulse 2s infinite;
}

.screen-text {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}


@media (max-width: 500px) {
    .phone-body {
        width: 180px !important;
        height: 340px !important;
    }
    .imagem {
        margin-right: 20px;
    }

    .phone-screen {
        height: 320px !important;
    }

    .menu-icon {
        margin-right: 120px !important;
        margin-left: 4px !important;
    }
}
@media (max-width: 768px) {
    .gtranslate_wrapper img {
        width: 20px !important;
        margin: 2px !important;
    }

    .gtranslate_float_switcher {
        font-size: 11px !important;
        padding: 4px 6px !important;
        min-width: 90px !important;
    }

        .gtranslate_float_switcher a {
            font-size: 11px !important;
            margin: 3px 0 !important;
            gap: 4px;
        }
    .features-list li {


    display: block; /* ou outro display que preferir */
    align-items: unset; /* ou remova se não precisar */
    gap: unset;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
}
   
}





