* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}

body {
    overflow-x: hidden;
    background: #fafafa;
}

.nx7d9_nav {
    position: fixed;
    width: 280px;
    height: 100vh;
    background: #ff2400;
    padding: 40px 20px;
    z-index: 1000;
}

.k4m2_logo {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.p5v8_menu {
    list-style: none;
}

.p5v8_menu li {
    margin: 25px 0;
}

.p5v8_menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.p5v8_menu a:hover {
    color: #0000ff;
}

.h3j9_hero {
    margin-left: 280px;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.q8n1_hero_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.m7b3_hero_content {
    position: relative;
    z-index: 2;
    padding: 100px 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.m7b3_hero_content h1 {
    font-size: 48px;
    margin-bottom: 30px;
}

.v2k8_hero_text {
    font-size: 20px;
    max-width: 800px;
    line-height: 1.6;
}

.l9p4_cta_button {
    background: #ff2400;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 30px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.3s;
    align-self: flex-start;
}

.l9p4_cta_button:hover {
    background: #0000ff;
    transform: translateY(-2px);
}

.r4f7_services {
    margin-left: 280px;
    padding: 100px 50px;
    background: #fff;
}

.t6y2_services_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.u8h5_service_item {
    padding: 30px;
    background: #f8f8f8;
    border-radius: 15px;
    transition: 0.3s;
}

.x3m7_service_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}
.g5m9_pricing {
    margin-left: 280px;
    padding: 100px 50px;
    background: #f0f5ff;
}

.k7n4_pricing_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.b2v6_price_item {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.b2v6_price_item:hover {
    transform: translateY(-10px);
}

.j4p8_price_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin: 20px 0;
}

.w9c3_price_content {
    text-align: center;
}

.m6h2_price {
    display: block;
    font-size: 42px;
    color: #ff2400;
    margin: 20px 0;
    font-weight: 700;
}

.s5f7_select_button {
    background: #0000ff;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

.s5f7_select_button:hover {
    background: #ff2400;
}

.c8r4_news {
    margin-left: 280px;
    padding: 100px 50px;
    background: #fff;
}

.t5x9_news_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.q7m3_news_item {
    background: #f8f8f8;
    border-radius: 15px;
    padding: 30px;
    transition: 0.3s;
}

.f2k6_news_img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.h8n5_read_button {
    background: #ff2400;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.h8n5_read_button:hover {
    background: #0000ff;
}

.y4h8_contact {
    margin-left: 280px;
    padding: 100px 50px;
    background: #f0f5ff;
    position: relative;
}

.u2p5_contact_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
}

.m9v4_contact_container {
    width: 55%;
    position: relative;
    z-index: 2;
}
.r6t9_contact_form {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-top: 30px;
}

.w8n2_form_group {
    margin-bottom: 20px;
}

.x5j7_input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    transition: 0.3s;
}

.x5j7_input:focus {
    border-color: #0000ff;
    outline: none;
}

.l4d8_textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    resize: vertical;
    transition: 0.3s;
}

.l4d8_textarea:focus {
    border-color: #0000ff;
    outline: none;
}

.b9m5_submit_button {
    background: #ff2400;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

.b9m5_submit_button:hover {
    background: #0000ff;
}

.f3k7_footer {
    margin-left: 280px;
    background: #1a1a1a;
    color: #fff;
    padding: 60px 50px 30px;
}

.z6x2_footer_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.v9h4_footer_section h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.q2w8_footer_links {
    list-style: none;
}

.q2w8_footer_links li {
    margin: 10px 0;
}

.q2w8_footer_links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.q2w8_footer_links a:hover {
    color: #ff2400;
}

.t7m3_payment_methods {
    display: flex;
    gap: 15px;
}

.t7m3_payment_methods span {
    padding: 8px 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
}

.y5p8_footer_bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.h6n9_cookie_banner {
    position: fixed;
    bottom: 0;
    left: 280px;
    right: 0;
    background: rgba(0,0,0,0.9);
    color: #fff;
    padding: 20px;
    display: none;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.m4k7_cookie_button {
    background: #ff2400;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.m4k7_cookie_button:hover {
    background: #0000ff;
}

@media (max-width: 1200px) {
    .nx7d9_nav {
        width: 220px;
    }

    .h3j9_hero, .r4f7_services, .g5m9_pricing, .c8r4_news, .y4h8_contact, .f3k7_footer {
        margin-left: 220px;
    }

    .t6y2_services_grid, .k7n4_pricing_grid, .t5x9_news_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .nx7d9_nav {
        width: 100%;
        height: auto;
        padding: 20px;
        position: relative;
    }

    .h3j9_hero, .r4f7_services, .g5m9_pricing, .c8r4_news, .y4h8_contact, .f3k7_footer {
        margin-left: 0;
    }

    .t6y2_services_grid, .k7n4_pricing_grid, .t5x9_news_grid {
        grid-template-columns: 1fr;
    }

    .m9v4_contact_container {
        width: 100%;
    }

    .u2p5_contact_img {
        display: none;
    }

    .z6x2_footer_content {
        grid-template-columns: 1fr;
    }
}
