.navbar {
    display: none;
}

.FullPage {
    max-width: unset!important;
}

.container .body-content {
    max-width: unset !important;
}

#SiteMaster_mainContainer {
    max-width: unset !important;
}


.lblRestart {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 60;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.18);
    background: linear-gradient(180deg, rgba(84,101,128,0.96) 0%, rgba(45,59,79,0.98) 100%);
    color: #eef5ff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 10px 24px rgba(0,0,0,0.26);
}

.lp_page.lp_page--default {
    position: relative;
    min-height: 100vh;
    padding: 28px 16px 32px;
    background: #00003b;
    padding-bottom: 50px;
}

.lp_page.lp_page--default::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.09;
    background: repeating-linear-gradient(
        90deg,
        rgba(255,255,255,0.05) 0px,
        rgba(255,255,255,0.05) 1px,
        transparent 2px,
        transparent 7px
    );
}

.lp_default_shell {
    position: relative;
    z-index: 1;
    width: 100%;    
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: min(90vw, 1000px);
    width: min(90vw, 1000px);
    margin-left: auto;
    margin-right: auto;
}

.lp_default_intro {
    text-align: center;
    padding: 6px 6px 0;
}

.lp_default_title {
    margin: 0;
    font-family: "Segoe UI", "Roboto", "Inter", Arial, sans-serif;
    font-size: clamp(2.2rem, 4vw, 3rem);
    line-height: 1.08;
    font-weight: 700;
    color: #f7fbff;
    text-shadow: 0 2px 12px rgba(7,16,35,0.30);
}

.lp_default_subtitle {
    margin: 12px 0 0;
    font-family: "Segoe UI", "Roboto", "Inter", Arial, sans-serif;
    font-size: 1.02rem;
    line-height: 1.5;
    color: rgba(236,243,252,0.88);
    text-shadow: 0 1px 6px rgba(7,16,35,0.18);
}

.lp_default_grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    width: 100%;
}

.lp_card {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    background: transparent;
}

.lp_card_header--darkmetal,
.lp_card_body--darkmetal,
.lp_info_card,
.lp_cta_panel {
    position: relative;
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 22px 42px rgba(6,12,26,0.36);
}

.lp_card_header--darkmetal,
.lp_cta_panel {
    background: linear-gradient(180deg, rgba(93,115,148,0.96) 0%, rgba(49,71,101,0.98) 55%, rgba(29,47,72,1) 100%);
}

.lp_card_body--darkmetal,
.lp_info_card {
    background: linear-gradient(180deg, rgba(34,57,86,0.98) 0%, rgba(23,40,61,0.99) 100%);
}

.lp_card_header--darkmetal::before,
.lp_card_body--darkmetal::before,
.lp_info_card::before,
.lp_cta_panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.20;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 42%),
        repeating-linear-gradient(
            95deg,
            rgba(255,255,255,0.08) 0px,
            rgba(255,255,255,0.08) 1px,
            rgba(0,0,0,0.03) 2px,
            rgba(0,0,0,0.03) 4px
        );
}

.lp_cta_panel {
    padding: 24px;
    border-radius: 30px 30px 0 0;
    border-bottom: none;
}

.lp_cta_body {
    padding: 24px;
    border-radius: 0 0 30px 30px;
}

.lp_default_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 16px;
    margin-bottom: 16px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #fff8e1;
    border: 1px solid rgba(232,205,137,0.55);
    background: linear-gradient(180deg, rgba(245,224,164,0.95) 0%, rgba(191,153,73,0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 8px 22px rgba(10,21,48,0.18);
}

.lp_cta_title,
.lp_section_title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: "Segoe UI", "Roboto", "Inter", Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
}

.lp_cta_title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.lp_cta_text,
.lp_info_text,
.lp_contact_text,
.lp_contact_links,
.lp_contact_links a {
    position: relative;
    z-index: 1;
    color: rgba(239,245,252,0.92);
    font-family: "Segoe UI", "Roboto", "Inter", Arial, sans-serif;
}

.lp_cta_text {
    margin: 10px 0 0;
    font-size: 1rem;
    line-height: 1.6;
}

.lp_hero_image_wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 12px 28px rgba(0,0,0,0.22);
    margin-bottom: 18px;
}

.lp_hero_image {
    display: block;
    width: 100%;
    height: auto;
}

.lp_start_button {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 96px;
    padding: 18px 22px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.16);
    background: linear-gradient(180deg, rgba(0,165,44,0.98) 0%, rgba(0,122,34,0.99) 100%);
    color: #ffffff;
    font-family: "Segoe UI", "Roboto", "Inter", Arial, sans-serif;
    font-size: clamp(1.6rem, 3.6vw, 2.2rem);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.76), 0 16px 34px rgba(0,0,0,0.26);
    transition: transform 0.14s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.lp_start_button:hover,
.lp_start_button:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.78), 0 20px 40px rgba(0,0,0,0.30), 0 0 0 3px rgba(86,168,255,0.14);
    outline: none;
}

.lp_start_button:active {
    transform: translateY(1px);
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.18), 0 8px 18px rgba(0,0,0,0.20);
}

.lp_info_stack {
    display: grid;
    gap: 18px;
}

.lp_info_card {
    padding: 22px 22px 20px;
    border-radius: 24px;
}

.lp_section_title {
    font-size: 1.25rem;
    margin-bottom: 14px;
}

.lp_contact_text,
.lp_contact_links {
    margin: 0;
    line-height: 1.7;
    font-size: 0.98rem;
}

.lp_contact_links a {
    color: #f3d58d;
    font-weight: 700;
    text-decoration: none;
}

.lp_contact_links a:hover,
.lp_contact_links a:focus {
    text-decoration: underline;
}

.lp_website_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 18px;
    margin: 16px 0 18px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(180deg, rgba(33,96,173,0.98) 0%, rgba(20,58,104,0.99) 100%);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 10px 22px rgba(0,0,0,0.20);
    transition: transform 0.14s ease, filter 0.18s ease;
}

.lp_website_btn:hover,
.lp_website_btn:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    filter: brightness(1.05);
    outline: none;
}

.lp_whatsapp_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lp_whatsapp_icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

@media (max-width: 991px) {

    .lp_default_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .lp_page.lp_page--default {
        padding: 22px 14px 50px;
    }

    .lblRestart {
        top: 10px;
        right: 10px;
        padding: 7px 10px;
        font-size: 0.76rem;
    }

    .lp_default_intro {
        text-align: left;
        padding-top: 18px;
    }

    .lp_cta_panel,
    .lp_cta_body,
    .lp_info_card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .lp_start_button {
        min-height: 84px;
        border-radius: 18px;
    }
}
