/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.movezolbra6418_body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #0A0D10;
    color: #F0F0F0;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Typography */
.movezolbra6418_h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #E6FBFF;
    text-shadow: 0 0 15px rgba(230, 251, 255, 0.3);
}

.movezolbra6418_h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #E6FBFF;
}

.movezolbra6418_h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #E6FBFF;
}

.movezolbra6418_p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    color: #B0BCC5;
}

.movezolbra6418_subtitle {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: #89A8B2;
}

/* Header */
.movezolbra6418_header {
    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);
}

.movezolbra6418_header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 40px;
}

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

.movezolbra6418_nav_list {
    display: flex;
    list-style: none;
    gap: 30px;
}

.movezolbra6418_nav_link {
    text-decoration: none;
    color: #F0F0F0;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.movezolbra6418_nav_link:hover {
    color: #E6FBFF;
    text-shadow: 0 0 10px #E6FBFF;
}

/* Burger Menu */
.movezolbra6418_burger_check {
    display: none;
}

.movezolbra6418_burger_label {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.movezolbra6418_burger_label span {
    width: 25px;
    height: 2px;
    background: #E6FBFF;
    transition: 0.3s;
}

/* Hero Section */
.movezolbra6418_hero_sec {
    padding: 160px 0 80px;
}

.movezolbra6418_hero_flex {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.movezolbra6418_hero_img_box {
    flex: 1;
}

.movezolbra6418_hero_text_box {
    flex: 1;
}

.movezolbra6418_img_fluid {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
}

.movezolbra6418_hero_extra_photos {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.movezolbra6418_extra_card {
    flex: 1;
}

.movezolbra6418_extra_txt {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #89A8B2;
    text-align: center;
}

/* Buttons */
.movezolbra6418_btn_primary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #E6FBFF;
    color: #0A0D10;
    text-decoration: none;
    font-weight: 700;
    border-radius: 2px;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
}

.movezolbra6418_btn_primary:hover {
    box-shadow: 0 0 20px rgba(230, 251, 255, 0.6);
    background-color: #ffffff;
}

.movezolbra6418_btn_secondary {
    display: inline-block;
    padding: 12px 28px;
    background-color: transparent;
    color: #E6FBFF;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #E6FBFF;
    border-radius: 2px;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.movezolbra6418_btn_secondary:hover {
    background-color: rgba(230, 251, 255, 0.1);
    box-shadow: 0 0 10px rgba(230, 251, 255, 0.2);
}

/* For Whom Section */
.movezolbra6418_target_sec {
    padding: 100px 0;
    background-color: #0D1117;
}

.movezolbra6418_intro {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 1.2rem;
    color: #B0BCC5;
}

.movezolbra6418_target_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}

.movezolbra6418_target_item {
    flex: 1 1 calc(50% - 30px);
    background: #161B22;
    padding: 0 0 30px 0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.movezolbra6418_target_item:hover {
    transform: translateY(-10px);
}

.movezolbra6418_target_item .movezolbra6418_h3, 
.movezolbra6418_target_item .movezolbra6418_p {
    padding: 0 25px;
    margin-top: 15px;
}

.movezolbra6418_img_rounded {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.movezolbra6418_list {
    list-style: none;
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.movezolbra6418_list li {
    position: relative;
    padding-left: 25px;
    color: #F0F0F0;
}

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

/* Pricing Section */
.movezolbra6418_pricing_sec {
    padding: 100px 0;
}

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

.movezolbra6418_price_card {
    flex: 1 1 250px;
    max-width: 300px;
    background: #0D1117;
    border: 1px solid rgba(230, 251, 255, 0.1);
    padding: 40px 30px;
    text-align: center;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.movezolbra6418_price_card:hover {
    border-color: #E6FBFF;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

.movezolbra6418_featured {
    border: 1px solid #E6FBFF;
    transform: scale(1.05);
    background: #161B22;
    z-index: 2;
}

.movezolbra6418_price_val {
    font-size: 2.5rem;
    font-weight: 800;
    color: #E6FBFF;
    margin: 20px 0;
}

.movezolbra6418_price_list {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.movezolbra6418_price_list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 0.9rem;
    color: #B0BCC5;
}

/* Benefits Section */
.movezolbra6418_benefits_sec {
    padding: 100px 0;
    background: #0A0D10;
}

.movezolbra6418_flex_reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 60px;
}

.movezolbra6418_benefits_img {
    flex: 1;
}

.movezolbra6418_benefits_content {
    flex: 1;
}

.movezolbra6418_benefit_list {
    list-style: none;
    margin-top: 30px;
}

.movezolbra6418_benefit_list li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

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

/* Quote Section */
.movezolbra6418_quote_sec {
    padding: 120px 0;
    background: #0D1117;
}

.movezolbra6418_quote_box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.movezolbra6418_blockquote {
    font-size: 2rem;
    font-style: italic;
    color: #E6FBFF;
    margin-bottom: 40px;
    line-height: 1.4;
}

.movezolbra6418_author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.movezolbra6418_author_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #E6FBFF;
}

.movezolbra6418_author_name {
    font-weight: 700;
    font-size: 1.2rem;
    display: block;
    color: #F0F0F0;
}

.movezolbra6418_author_desc {
    font-size: 0.9rem;
    color: #89A8B2;
}

/* FAQ Section */
.movezolbra6418_faq_sec {
    padding: 100px 0;
}

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

.movezolbra6418_faq_item {
    background: #161B22;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.movezolbra6418_faq_q {
    padding: 20px 30px;
    cursor: pointer;
    font-weight: 600;
    color: #E6FBFF;
    list-style: none;
    position: relative;
}

.movezolbra6418_faq_q::-webkit-details-marker {
    display: none;
}

.movezolbra6418_faq_q::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-size: 1.5rem;
}

.movezolbra6418_faq_item[open] .movezolbra6418_faq_q::after {
    content: "−";
}

.movezolbra6418_faq_a {
    padding: 0 30px 20px;
    color: #B0BCC5;
    font-size: 1rem;
}

/* Form Section */
.movezolbra6418_form_sec {
    padding: 100px 0;
    background: #0D1117;
}

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

.movezolbra6418_form {
    margin-top: 40px;
}

.movezolbra6418_form_group {
    margin-bottom: 25px;
}

.movezolbra6418_label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #E6FBFF;
}

.movezolbra6418_input, 
.movezolbra6418_textarea {
    width: 100%;
    padding: 15px;
    background: #0A0D10;
    border: 1px solid rgba(230, 251, 255, 0.2);
    color: #fff;
    border-radius: 2px;
    outline: none;
    transition: 0.3s;
}

.movezolbra6418_input:focus, 
.movezolbra6418_textarea:focus {
    border-color: #E6FBFF;
    box-shadow: 0 0 10px rgba(230, 251, 255, 0.1);
}

.movezolbra6418_textarea {
    height: 120px;
    resize: vertical;
}

.movezolbra6418_form_check {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
}

.movezolbra6418_form_check a {
    color: #E6FBFF;
}

.movezolbra6418_btn_submit {
    width: 100%;
    padding: 18px;
    background: #E6FBFF;
    color: #0A0D10;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.movezolbra6418_btn_submit:hover {
    box-shadow: 0 0 25px rgba(230, 251, 255, 0.5);
}

/* Extra Text Section */
.movezolbra6418_extra_text_sec {
    padding: 80px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* Footer */
.movezolbra6418_footer {
    padding: 80px 0 40px;
    background: #050709;
    text-align: center;
    border-top: 2px solid #E6FBFF;
}

.movezolbra6418_footer_name {
    font-weight: 700;
    margin-bottom: 15px;
}

.movezolbra6418_footer_contact {
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.movezolbra6418_footer_contact a {
    color: #E6FBFF;
    text-decoration: none;
}

.movezolbra6418_footer_address {
    color: #89A8B2;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

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

.movezolbra6418_footer_links a {
    color: #89A8B2;
    text-decoration: none;
    font-size: 0.8rem;
    transition: 0.3s;
}

.movezolbra6418_footer_links a:hover {
    color: #E6FBFF;
}

/* Responsive */
@media (max-width: 992px) {
    .movezolbra6418_hero_flex, 
    .movezolbra6418_flex_reverse {
        flex-direction: column;
        text-align: center;
    }
    
    .movezolbra6418_h1 {
        font-size: 2.8rem;
    }
    
    .movezolbra6418_list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .movezolbra6418_header_container {
        padding: 0 20px;
    }
    
    .movezolbra6418_burger_label {
        display: flex;
    }
    
    .movezolbra6418_nav {
        position: absolute;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: #0A0D10;
        transition: 0.4s;
        z-index: 999;
    }
    
    .movezolbra6418_nav_list {
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }
    
    .movezolbra6418_burger_check:checked ~ .movezolbra6418_nav {
        left: 0;
    }
    
    .movezolbra6418_burger_check:checked ~ .movezolbra6418_burger_label span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .movezolbra6418_burger_check:checked ~ .movezolbra6418_burger_label span:nth-child(2) {
        opacity: 0;
    }
    .movezolbra6418_burger_check:checked ~ .movezolbra6418_burger_label span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .movezolbra6418_hero_extra_photos {
        flex-direction: column;
    }
    
    .movezolbra6418_h1 {
        font-size: 2.2rem;
    }
    
    .movezolbra6418_h2 {
        font-size: 1.8rem;
    }
}