/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #fcfaff; /* Um tom de roxo bem claro para o fundo */
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* NOVA PALETA DE CORES (Roxo e Amarelo) */
:root {
    --primary-color: #7C4DFF; /* Roxo principal */
    --primary-darker: #623ACE; /* Roxo mais escuro para hover */
    --secondary-color: #FFD740; /* Amarelo de destaque */
    --background-dark-purple: #3C2E60; /* Roxo escuro para o Hero */
    --text-dark: #0f172a;
    --text-medium: #475569;
    --text-light: #64748b;
    --background-light: #fefcff; /* Quase branco com um toque roxo */
    --white: #ffffff;
    --border-color: #e2e8f0;
}


/* Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo {
    height: 30px; /* Ajuste o tamanho do logo */
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link {
    text-decoration: none;
    color: var(--text-light);
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: var(--primary-color);
}

.nav-link.cta-btn {
    background: var(--primary-color);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-link.cta-btn:hover {
    background: var(--primary-darker);
    transform: translateY(-1px);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 20px;
    height: 2px;
    background: var(--text-dark);
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 100px;
    width: 100%;
    background-color: var(--background-dark-purple); /* Fundo roxo escuro */
    color: var(--white); /* Texto branco no hero */
}

/* Remove as listras animadas */
.hero-background-animation {
    display: none;
}

.hero-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
    color: var(--white); /* Título branco */
}

.hero-title .highlight {
    background: linear-gradient(135deg, var(--secondary-color), #FFEB80); /* Gradiente de amarelo para destaque */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero-subtitle {
    font-size: 20px;
    color: #e0e0e0; /* Subtítulo cinza claro para contraste */
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-cta {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap; /* Para quebrar linha em mobile */
}

.btn {
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white);
    box-shadow: 0 4px 14px 0 rgba(124, 77, 255, 0.3); /* Sombra roxa */
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: var(--primary-darker);
    box-shadow: 0 8px 25px 0 rgba(124, 77, 255, 0.4);
}

.btn-secondary {
    background: none;
    border: 2px solid var(--white); /* Borda branca para CTA secundário */
    color: var(--white);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1); /* Fundo sutil ao passar o mouse */
    border-color: var(--secondary-color); /* Borda amarela no hover */
    color: var(--secondary-color); /* Texto amarelo no hover */
}


//* Hero Visual */
.hero-visual {
    position: absolute; /* Posiciona a imagem absolutamente */
    top: 0;
    right: 0; /* AJUSTADO: Movido para a borda direita */
    width: 55%; /* AJUSTADO: Container um pouco mais largo */
    height: 100%;
    display: flex;
    justify-content: flex-end; /* Garante que a imagem comece da direita */
    align-items: flex-end; /* AJUSTADO: Alinha a imagem na base */
    pointer-events: none; /* Ignora cliques na imagem */
    z-index: 0; /* Fica abaixo do conteúdo de texto */
    /* REMOVIDO: "overflow: hidden;" foi removido para não cortar a imagem */
}

.hero-visual img {
    height: auto; /* AJUSTADO: Altura automática para manter proporção */
    width: 100%; /* AJUSTADO: Imagem ocupa 100% do container */
    object-position: right; /* Alinha o conteúdo da imagem à direita */
    max-width: none; /* Remove a restrição de max-width */
    filter: brightness(0.9) saturate(1.1); /* Pequenos ajustes para imagem no fundo roxo */
    opacity: 0.9; /* Deixa a imagem levemente transparente */
}

/* Elementos da Pill no Hero */
.pill-hero-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    background-color: rgba(255, 255, 255, 0.1); /* Fundo sutil no roxo */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    margin-bottom: 16px;
    color: var(--white); /* Texto branco */
}
.pill-hero-item .hero-dot { width: 8px; height: 8px; border-radius: 50%; margin-right: 12px; background-color: var(--secondary-color); /* Amarelo */ }
.pill-hero-item .hero-text { font-size: 0.85rem; font-weight: 500; }


/* Social Proof Section */
.social-proof {
    padding: 80px 0;
    background-color: var(--background-light);
}

.proof-heading {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-medium);
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.logos-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 50px;
}

.logos-container img {
    max-height: 40px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}

.logos-container img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}
.section-header p {
    font-size: 18px;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

/* Pain Points Section (A Solução) */
.pain-points { padding: 100px 0; background-color: var(--white); }
.pain-points-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.pain-point-card {
    background: var(--background-light);
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    display: flex; /* Para flex-direction column */
    flex-direction: column;
    justify-content: space-between;
}
.pain-point-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border-color: var(--primary-color);
}
.pain-point-card h3 { font-size: 20px; color: var(--text-dark); margin-bottom: 12px; }
.pain-point-card p { color: var(--text-medium); font-size: 15px; flex-grow: 1; } /* Garante que o parágrafo ocupe o espaço */

.pill-legend-container { display: flex; justify-content: center; margin-bottom: 25px; }
.pill-legend-item { display: inline-flex; align-items: center; padding: 6px 16px; background-color: var(--white); border: 1px solid var(--border-color); border-radius: 9999px; }
.pill-legend-item .legend-dot { width: 8px; height: 8px; border-radius: 50%; margin-right: 12px; }
.pill-legend-item .legend-text { font-size: 0.85rem; font-weight: 500; color: var(--text-dark); }
.pill-legend-item .legend-dot.color-purple { background-color: var(--primary-color); }
.pill-legend-item .legend-dot.color-yellow { background-color: var(--secondary-color); }


/* Video Demo Section */
.video-demo {
    padding: 100px 0;
    background-color: var(--background-dark-purple); /* Fundo roxo escuro para contraste */
    color: var(--white);
    text-align: center;
}
.video-demo .section-header h2,
.video-demo .section-header p,
.video-demo .pill-legend-item .legend-text {
    color: var(--white); /* Força texto branco */
}
.video-demo .pill-legend-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.video-frame {
    position: relative;
    width: 26%; /* Largura do frame */
    max-width: 900px; /* Largura máxima */
    padding-bottom: 45%; /* Relação de aspecto 16:9 (altura = 9/16 * largura) */
    height: 0;
    margin: 50px auto 30px auto; /* Centraliza e adiciona espaço */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    background-color: black; /* Fundo preto para o iframe */
    border: 5px solid var(--secondary-color); /* Borda amarela de destaque */
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-cta {
    margin-top: 40px;
}
.video-cta .btn-primary {
    background-color: var(--secondary-color); /* CTA primário amarelo */
    color: var(--text-dark); /* Texto escuro para contraste */
    box-shadow: 0 4px 14px 0 rgba(255, 215, 64, 0.4);
}
.video-cta .btn-primary:hover {
    background-color: #FFC107; /* Amarelo um pouco mais escuro */
    box-shadow: 0 8px 25px 0 rgba(255, 215, 64, 0.6);
}


/* Services (Benefícios) Section */
.services { padding: 100px 0; background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 30px; }
.services-grid .feature-item { display: flex; align-items: flex-start; gap: 20px; }
.services-grid .feature-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: white; }
.services-grid .feature-icon svg { width: 28px; height: 28px; }
.services-grid .feature-text h3 { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.services-grid .feature-text p { font-size: 15px; color: var(--text-light); }
.icon-purple-light { background-color: #A07AFF; } /* Um roxo mais claro */
.icon-purple-dark { background-color: #623ACE; } /* Um roxo mais escuro */
.icon-yellow { background-color: var(--secondary-color); } /* Amarelo do tema */


/* Pricing (Inscrição/Download) Section */
.pricing { padding: 100px 0; background: var(--background-light); }
.pricing-grid { display: flex; justify-content: center; }
.pricing-card { background: var(--white); border: 1px solid var(--border-color); border-radius: 20px; padding: 40px; transition: all 0.3s ease; max-width: 500px; }
.pricing-card.featured { border: 2px solid var(--primary-color); }
.pricing-header { text-align: center; margin-bottom: 30px; }
.pricing-header h3 { font-size: 28px; font-weight: 700; color: var(--text-dark); margin-top: 20px; margin-bottom: 6px; }
.price-description { color: var(--text-medium); font-size: 16px; }
.price-tag { display: inline-block; background-color: var(--secondary-color); color: var(--text-dark); padding: 5px 15px; border-radius: 9999px; font-weight: 700; font-size: 14px; margin-bottom: 10px; }
.price-description-p { color: var(--text-medium); font-size: 16px; margin-top: 15px; margin-bottom: -20px;}
.price-description-pp { text-align: center; color: var(--text-medium); font-size: 13px; margin-top: 15px; margin-bottom: -20px;}

.pricing-features { margin-bottom: 32px; }
.pricing-features .feature { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.feature-check { color: #10b981; /* Verde para check */ font-weight: 700; font-size: 16px; margin-top: 4px; }
.pricing-btn { display: table; margin: 0 auto; padding: 16px 32px; border-radius: 12px; text-decoration: none; border: none; background: var(--primary-color); color: white; font-size: 18px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-align: center; }
.pricing-btn:hover { background: var(--primary-darker); transform: translateY(-2px); }

/* FAQ Section */
.faq-section { padding: 100px 0; background-color: var(--white); }
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-color); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; cursor: pointer; }
.faq-question span { font-size: 18px; font-weight: 600; color: var(--text-dark); }
.faq-icon { font-size: 24px; color: var(--primary-color); transition: transform 0.3s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; }
.faq-answer p { color: var(--text-medium); line-height: 1.7; padding-bottom: 24px; }
.faq-item.active .faq-answer { max-height: 200px; }
.faq-item.active .faq-icon { transform: rotate(45deg); }

/* Footer */
.footer { background: #0f172a; color: white; padding: 80px 0 40px; }
.footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 40px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.footer-brand h3 { font-size: 20px; font-weight: 700; }
.footer-section h4 { font-size: 16px; font-weight: 600; margin-bottom: 24px; color: white; }
.footer-section p { color: #94a3b8; line-height: 1.6; }
.footer-section ul { list-style: none; padding: 0; }
.footer-section ul li { margin-bottom: 12px; }
.footer-section ul li a { color: #94a3b8; text-decoration: none; transition: color 0.3s ease; }
.footer-section ul li a:hover { color: white; }
.footer-bottom { text-align: center; padding-top: 40px; border-top: 1px solid #334155; color: #94a3b8; }


/* Responsive Adjustments */
@media (max-width: 992px) {
    .hero-grid-container { 
        grid-template-columns: 1fr; 
        text-align: center;
        padding-top: 60px; /* Ajuste para dar mais espaço */
        padding-bottom: 60px;
    }
    .hero-content { order: 2; }
    .hero-visual { 
        position: relative; /* Volta a ser relativo */
        width: 100%; /* Ocupa a largura total */
        height: 300px; /* Altura fixa para mobile */
        margin-bottom: 40px;
        justify-content: center; /* Centraliza a imagem */
        order: 1; /* Volta a imagem para cima */
    }
    .hero-visual img {
        width: auto;
        height: 100%;
        object-fit: contain; /* Garante que a imagem se ajuste */
        object-position: center; /* Centraliza a imagem */
        opacity: 1; /* Remove a opacidade para mobile */
    }
    .hero-cta { justify-content: center; }
    .pain-points-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }
    .video-frame {
        width: 60%; /* Ocupa a largura total em mobile */
        height: 550px;
        padding-bottom: 56.25%; /* Mantém 16:9 */
    }
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .mobile-menu-toggle { display: flex; }
    .hero-content h1 { font-size: 38px; }
    .hero-subtitle { font-size: 16px; }
    .section-header h2 { font-size: 32px; }
    .logos-container img { max-height: 28px; }
    .footer-main-content { flex-direction: column; align-items: center; }
    .footer-brand { margin-bottom: 20px; }
    .hero-cta { flex-direction: column; } /* Botões em coluna no mobile */
}
