.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* Estilo do Header que você me passou */
.elementor-section.site-header {
    background: rgba(10, 15, 30, 0.97);
    border-bottom: 1px solid rgba(245, 200, 66, 0.2);
    backdrop-filter: blur(10px);
}

/* Estilo do botão de CTA do menu */
.nav-cta {
    background: #F5C842;
    color: #0a0f1e;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 700;
    transition: background 0.2s;
}

.nav-cta:hover {
    background: #e6b830;
}/* End custom CSS */