* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    background: #fff;
    color: #333;
    line-height: 1.6;
}

.nx7_header {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 1rem 0;
}

.kp4_nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.wy2_logo {
    font-size: 2rem;
    font-weight: 700;
    color: #FF2400;
}

.mz9_menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.mz9_menu a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: color 0.3s;
}

.mz9_menu a:hover {
    color: #FF69B4;
}

.jt5_hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.vr8_glass {
    position: relative;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.ql3_hero_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.hf6_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    padding: 3rem;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.hf6_content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #FF2400;
}

.bt9_cta {
    display: inline-block;
    padding: 1rem 2rem;
    background: #FF2400;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 2rem;
    transition: transform 0.3s;
}

.bt9_cta:hover {
    transform: translateY(-3px);
}

.cm2_mission {
    display: flex;
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    gap: 4rem;
    align-items: center;
}

.pd5_mission_img {
    width: 50%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.ux4_text {
    flex: 1;
}

.ux4_text h2 {
    color: #FF2400;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.yg7_calculator {
    background: #fff;
    padding: 6rem 2rem;
    display: flex;
    align-items: center;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.nv3_calc_img {
    width: 45%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.lk8_calculator_content {
    flex: 1;
}

.wb5_interactive {
    background: rgba(255, 105, 180, 0.1);
    padding: 2rem;
    border-radius: 15px;
    margin-top: 2rem;
}

.ft6_button {
    display: inline-block;
    padding: 1rem 2rem;
    background: #FF2400;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 1rem;
    transition: all 0.3s;
}

.ft6_button:hover {
    background: #FF69B4;
    transform: translateY(-2px);
}
.rk4_portfolio {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.rk4_portfolio h2 {
    text-align: center;
    color: #FF2400;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.mt6_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.bx9_item {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.bx9_item:hover {
    transform: translateY(-10px);
}

.bx9_item h3 {
    color: #FF2400;
    margin-bottom: 1rem;
}

.ht7_learn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: #FF69B4;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 1rem;
    transition: background 0.3s;
}

.ht7_learn:hover {
    background: #FF2400;
}

.wj3_team {
    padding: 6rem 2rem;
    background: #fff;
    text-align: center;
}

.qm5_team_img {
    width: 100%;
    max-width: 800px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 3rem;
}

.gz8_flow {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.cy4_member {
    flex: 1;
    padding: 2rem;
    background: rgba(255, 105, 180, 0.05);
    border-radius: 15px;
    transition: transform 0.3s;
}

.cy4_member:hover {
    transform: translateY(-5px);
}

.cy4_member h3 {
    color: #FF2400;
    margin-bottom: 1rem;
}

.px2_services {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.vm7_services_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 3rem;
}

.ln5_journey {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.fy6_service {
    padding: 2rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.fy6_service:hover {
    transform: translateY(-5px);
}

.fy6_service h3 {
    color: #FF2400;
    margin-bottom: 1rem;
}

.tc5_contact {
    padding: 6rem 2rem;
    background: linear-gradient(to right, #fff, rgba(255, 105, 180, 0.1));
}

.hm2_contact_wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.jk9_form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.wd3_input_group {
    width: 100%;
}

.pq7_input, .uv8_textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(255, 36, 0, 0.2);
    border-radius: 10px;
    font-size: 1rem;
}

.uv8_textarea {
    height: 150px;
    resize: vertical;
}

.xz4_submit {
    padding: 1rem 2rem;
    background: #FF2400;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
}

.xz4_submit:hover {
    background: #FF69B4;
}
.fy2_footer {
    background: linear-gradient(to right, #FF2400, #FF69B4);
    color: #fff;
    padding: 4rem 2rem 2rem;
}

.kl8_footer_content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.mn4_footer_section h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.mn4_footer_section h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.mn4_footer_section ul {
    list-style: none;
}

.mn4_footer_section ul li {
    margin-bottom: 0.5rem;
}

.mn4_footer_section a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.mn4_footer_section a:hover {
    opacity: 0.8;
}

.cp9_footer_bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.rb5_cookie {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transition: bottom 0.5s;
    z-index: 1000;
}

.rb5_cookie.active {
    bottom: 0;
}

.nt6_cookie_btn {
    padding: 0.8rem 1.5rem;
    background: #FF2400;
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s;
}

.nt6_cookie_btn:hover {
    background: #FF69B4;
}

@media (max-width: 1024px) {
    .mt6_grid {
        grid-template-columns: 1fr;
    }

    .cm2_mission {
        flex-direction: column;
    }

    .pd5_mission_img {
        width: 100%;
    }

    .yg7_calculator {
        flex-direction: column;
    }

    .nv3_calc_img {
        width: 100%;
    }

    .gz8_flow {
        flex-direction: column;
    }

    .ln5_journey {
        grid-template-columns: 1fr;
    }

    .kl8_footer_content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .kp4_nav {
        flex-direction: column;
        gap: 1rem;
    }

    .mz9_menu {
        flex-direction: column;
        text-align: center;
    }

    .hf6_content h1 {
        font-size: 2.5rem;
    }

    .rb5_cookie {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hf6_content {
        width: 90%;
        padding: 2rem;
    }

    .hf6_content h1 {
        font-size: 2rem;
    }

    .bt9_cta {
        padding: 0.8rem 1.5rem;
    }
}
