.elementor-1875 .elementor-element.elementor-element-86005bd{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-86005bd *//* Isolate the landing page wrapper from Elementor themes and styles */
.beatnik-landing-page, 
.beatnik-landing-page * {
    all: revert; /* Reverts element defaults, blocking Elementor inheritance */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    color: #1a1a1a;
}

/* Re-apply layout and design tokens specifically to container elements */
.beatnik-landing-page {
    background-color: #fbfbf9 !important;
    color: #1a1a1a !important;
    line-height: 1.6 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 40px 20px !important;
    width: 100% !important;
}

.beatnik-landing-page .container {
    max-width: 600px !important;
    width: 100% !important;
}

.beatnik-landing-page h1 {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
}

.beatnik-landing-page button {
    cursor: pointer !important;
}/* End custom CSS */