.elementor-644 .elementor-element.elementor-element-32e10f5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */<style>
/* 1. Forçar a atmosfera Escura e o fundo profundo */
#cvtr-landing {
    background-color: #050505 !important;
    background-image: radial-gradient(circle at center, #0d0a02 0%, #050505 100%) !important;
    color: #e2e8f0 !important;
    font-family: "Inter", sans-serif !important;
}

/* 2. Neutralizar as fontes e cores globais dos cabeçalhos do Tema */
#cvtr-landing h1, 
#cvtr-landing h2, 
#cvtr-landing h3, 
#cvtr-landing h4, 
#cvtr-landing h5, 
#cvtr-landing h6 {
    color: #ffffff !important;
    font-family: "Inter", sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* 3. Forçar o Dourado Imperial e detalhes em gradiente nativos do Canva */
#cvtr-landing .text-[#D4AF37],
#cvtr-landing .text-amber-500 {
    color: #D4AF37 !important;
}

#cvtr-landing .bg-gradient-to-r {
    background-image: linear-gradient(to right, #D4AF37, #F2C542, #B8860B) !important;
}

/* 4. Forçar a Tipografia Literária (Serif) das citações da Patrística */
#cvtr-landing .font-serif,
#cvtr-landing h2 italic,
#cvtr-landing p.font-serif {
    font-family: "Playfair Display", "Georgia", serif !important;
}

/* 5. Forçar a tipografia de dados (Monospace) */
#cvtr-landing .font-mono,
#cvtr-landing span.font-mono {
    font-family: "JetBrains Mono", monospace !important;
}

/* 6. Desativar efeitos e sublinhados indesejados em botões ou links do Tema */
#cvtr-landing a {
    text-decoration: none !important;
    color: inherit !important;
}

#cvtr-landing a:hover {
    color: #ffffff !important;
}

#cvtr-landing button {
    font-family: inherit !important;
    color: inherit !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

/* 7. Preservar contraste de inputs e seletores das configurações do E-Reader */
#cvtr-landing select {
    background-color: #050507 !important;
    color: #D4AF37 !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
}
</style>/* End custom CSS */