/* RESET AND BASE STYLES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0A0D10;
    color: #E6FBFF;
    line-height: 1.6;
    overflow-x: hidden;
}

.fx_container_2086 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3 {
    color: #E6FBFF;
    line-height: 1.2;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* HEADER STYLE */
.fx_header_container_2086 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 13, 16, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(230, 251, 255, 0.2);
}

.fx_header_inner_2086 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.fx_logo_text_2086 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #E6FBFF;
}

.fx_nav_list_2086 {
    display: flex;
    gap: 25px;
}

.fx_nav_link_2086 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.fx_nav_link_2086:hover {
    opacity: 1;
    color: #E6FBFF;
    text-shadow: 0 0 10px rgba(230, 251, 255, 0.5);
}

.fx_menu_checkbox_2086, .fx_burger_button_2086 {
    display: none;
}

/* HERO SECTION */
.fx_hero_wrap_2086 {
    padding: 140px 0 80px;
    border-bottom: 1px solid rgba(230, 251, 255, 0.1);
}

.fx_hero_grid_2086 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.fx_hero_image_col_2086 {
    flex: 1 1 500px;
}

.fx_hero_img_2086 {
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(230, 251, 255, 0.1);
}

.fx_hero_content_col_2086 {
    flex: 1 1 500px;
}

.fx_h1_title_2086 {
    font-size: 48px;
    margin-bottom: 25px;
}

.fx_hero_subtitle_2086 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.fx_hero_text_block_2086 {
    margin-bottom: 20px;
}

.fx_h3_sub_2086 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #E6FBFF;
    border-left: 3px solid #E6FBFF;
    padding-left: 15px;
}

.fx_btn_primary_2086 {
    display: inline-block;
    padding: 15px 40px;
    background-color: #E6FBFF;
    color: #0A0D10;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 20px;
}

.fx_btn_primary_2086:hover {
    box-shadow: 0 0 20px rgba(230, 251, 255, 0.6);
    transform: translateY(-2px);
}

/* PRICE SECTION */
.fx_prices_wrap_2086 {
    padding: 100px 0;
    background-color: #0d1116;
}

.fx_h2_center_2086 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
}

.fx_p_intro_2086 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    opacity: 0.8;
}

.fx_price_grid_2086 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.fx_price_card_2086 {
    flex: 1 1 300px;
    max-width: 380px;
    border: 1px solid rgba(230, 251, 255, 0.2);
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.fx_price_card_featured_2086 {
    border-color: #E6FBFF;
    background: rgba(230, 251, 255, 0.03);
    position: relative;
    transform: scale(1.05);
    z-index: 2;
}

.fx_price_name_2086 {
    font-size: 22px;
    margin-bottom: 10px;
}

.fx_price_val_2086 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 25px;
}

.fx_price_features_2086 li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(230, 251, 255, 0.1);
    font-size: 14px;
}

/* REVIEWS SECTION */
.fx_reviews_wrap_2086 {
    padding: 100px 0;
    border-top: 1px solid rgba(230, 251, 255, 0.1);
}

.fx_reviews_list_2086 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.fx_review_item_2086 {
    flex: 1 1 350px;
    background: rgba(230, 251, 255, 0.05);
    padding: 30px;
    border-radius: 4px;
}

.fx_review_text_2086 {
    font-style: italic;
    margin-bottom: 20px;
}

.fx_review_author_2086 {
    font-weight: 700;
    color: #E6FBFF;
}

/* TARGET SECTION */
.fx_target_wrap_2086 {
    padding: 100px 0;
    background-color: #0A0D10;
}

.fx_target_grid_2086 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.fx_target_text_2086 {
    flex: 1 1 500px;
}

.fx_p_lead_2086 {
    font-size: 20px;
    margin-bottom: 25px;
}

.fx_target_list_2086 li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.fx_target_list_2086 li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #E6FBFF;
}

.fx_target_price_box_2086 {
    margin-top: 35px;
    padding: 20px;
    border: 1px dashed rgba(230, 251, 255, 0.5);
}

.fx_target_img_wrap_2086 {
    flex: 1 1 400px;
}

.fx_target_img_2086 {
    border: 1px solid rgba(230, 251, 255, 0.3);
    padding: 10px;
}

/* EXPERT SECTION */
.fx_expert_wrap_2086 {
    padding: 100px 0;
    background: linear-gradient(180deg, #0A0D10 0%, #0d1116 100%);
}

.fx_expert_quote_2086 {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.fx_expert_quote_2086 blockquote {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4;
}

.fx_expert_quote_2086 cite {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fx_expert_list_wrap_2086 {
    max-width: 600px;
    margin: 0 auto;
}

.fx_expert_list_title_2086 {
    text-align: center;
    margin-bottom: 30px;
}

.fx_expert_benefits_2086 li {
    padding: 15px;
    border-bottom: 1px solid rgba(230, 251, 255, 0.1);
    display: flex;
    justify-content: center;
}

/* BENEFITS SECTION */
.fx_benefits_wrap_2086 {
    padding: 100px 0;
}

.fx_benefits_grid_2086 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.fx_benefits_content_2086 {
    flex: 1 1 500px;
}

.fx_benefits_list_2086 li {
    margin-bottom: 20px;
}

.fx_benefits_img_2086 {
    flex: 1 1 500px;
}

.fx_img_round_2086 {
    border-radius: 8px;
}

/* LARGE TEXT SECTIONS */
.fx_text_block_large_2086 {
    padding: 80px 0;
}

.fx_bg_alt_2086 {
    background-color: #0d1116;
}

.fx_text_block_large_2086 p {
    margin-bottom: 20px;
    font-size: 17px;
    opacity: 0.85;
}

.fx_custom_list_2086 {
    margin-top: 25px;
}

.fx_custom_list_2086 li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.fx_custom_list_2086 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 1px;
    background: #E6FBFF;
}

/* FAQ SECTION */
.fx_faq_wrap_2086 {
    padding: 100px 0;
}

.fx_faq_accordion_2086 {
    max-width: 800px;
    margin: 50px auto 0;
}

.fx_faq_item_2086 {
    margin-bottom: 15px;
    border: 1px solid rgba(230, 251, 255, 0.1);
}

.fx_faq_q_2086 {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    background: rgba(230, 251, 255, 0.02);
}

.fx_faq_a_2086 {
    padding: 0 20px 20px;
    opacity: 0.8;
}

/* FORM SECTION */
.fx_form_wrap_2086 {
    padding: 100px 0;
    background-color: #0A0D10;
}

.fx_form_inner_2086 {
    max-width: 700px;
    margin: 0 auto;
    background: #0d1116;
    padding: 50px;
    border: 1px solid rgba(230, 251, 255, 0.1);
}

.fx_p_form_sub_2086 {
    text-align: center;
    margin-bottom: 40px;
    opacity: 0.7;
}

.fx_contact_form_2086 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fx_input_group_2086 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fx_input_group_2086 label {
    font-size: 14px;
    font-weight: 500;
}

.fx_input_group_2086 input, 
.fx_input_group_2086 textarea {
    background: #0A0D10;
    border: 1px solid rgba(230, 251, 255, 0.2);
    padding: 12px;
    color: #E6FBFF;
    border-radius: 2px;
}

.fx_input_group_2086 input:focus, 
.fx_input_group_2086 textarea:focus {
    outline: none;
    border-color: #E6FBFF;
}

.fx_checkbox_group_2086 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
}

.fx_checkbox_group_2086 input {
    margin-top: 4px;
}

.fx_checkbox_group_2086 a {
    text-decoration: underline;
}

.fx_btn_submit_2086 {
    background: #E6FBFF;
    color: #0A0D10;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s;
}

.fx_btn_submit_2086:hover {
    box-shadow: 0 0 15px rgba(230, 251, 255, 0.4);
}

/* FOOTER */
.fx_footer_wrap_2086 {
    padding: 60px 0 30px;
    border-top: 1px solid rgba(230, 251, 255, 0.1);
}

.fx_footer_top_2086 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.fx_footer_brand_2086 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.fx_footer_contacts_2086 p {
    margin-bottom: 5px;
    opacity: 0.8;
}

.fx_footer_bottom_2086 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid rgba(230, 251, 255, 0.05);
    padding-top: 30px;
    font-size: 13px;
    opacity: 0.6;
}

.fx_footer_nav_2086 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* MOBILE ADAPTIVITY */
@media (max-width: 992px) {
    .fx_h1_title_2086 { font-size: 36px; }
    .fx_hero_grid_2086 { flex-direction: column; }
    .fx_hero_image_col_2086, .fx_hero_content_col_2086 { flex: 1 1 100%; }
    .fx_price_card_featured_2086 { transform: none; }
}

@media (max-width: 768px) {
    .fx_burger_button_2086 {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }
    
    .fx_burger_button_2086 span {
        width: 25px;
        height: 2px;
        background: #E6FBFF;
    }
    
    .fx_nav_menu_2086 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0A0D10;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }
    
    .fx_menu_checkbox_2086:checked ~ .fx_nav_menu_2086 {
        max-height: 500px;
    }
    
    .fx_nav_list_2086 {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        align-items: center;
    }
    
    .fx_footer_top_2086, .fx_footer_bottom_2086 {
        flex-direction: column;
        text-align: center;
    }
    
    .fx_footer_nav_2086 {
        justify-content: center;
    }
    
    .fx_form_inner_2086 {
        padding: 30px 20px;
    }
}