* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

body {
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.xk47_header {
    background: linear-gradient(45deg, #40E0D0, #98FF98);
    padding: 1rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.nm92_nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bp31_logo {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.qt65_menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.qt65_menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.qt65_menu a:hover {
    color: #E6E6FA;
}

.wy83_hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
}

.vt29_hero_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.hq56_hero_content {
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 2rem;
}

.hq56_hero_content h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.kj94_cta_button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(45deg, #40E0D0, #98FF98);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    transition: transform 0.3s;
}

.kj94_cta_button:hover {
    transform: translateY(-3px);
}

.lm38_about {
    padding: 6rem 2rem;
    background: #fff;
    position: relative;
}

.rp74_about_img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 3rem;
    display: block;
    border-radius: 10px;
}

.zx91_about_content {
    max-width: 1200px;
    margin: 0 auto;
}

.uc27_about_text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.gf52_features {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #40E0D0, #E6E6FA);
}

.ht63_features_img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto 3rem;
    display: block;
    border-radius: 10px;
}

.yn45_features_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.bk78_feature {
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-radius: 10px;
    transition: transform 0.3s;
}

.bk78_feature:hover {
    transform: translateY(-5px);
}
.cm94_portfolio {
    padding: 6rem 2rem;
    background: #fff;
}

.dq37_portfolio_img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 3rem auto;
    display: block;
    border-radius: 10px;
}

.jx82_portfolio_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.wt51_portfolio_item {
    padding: 2rem;
    background: linear-gradient(135deg, #f8f8f8, #ffffff);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.pv63_faq {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #E6E6FA, #ffffff);
}

.ks28_faq_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.mt95_faq_item {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
}

.rb74_pricing {
    padding: 6rem 2rem;
    background: #fff;
}

.fk93_pricing_img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 3rem auto;
    display: block;
    border-radius: 10px;
}

.yz67_pricing_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hc82_pricing_item {
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #40E0D0, #98FF98);
    border-radius: 15px;
    color: #fff;
    text-align: center;
    transition: transform 0.3s;
}

.hc82_pricing_item:hover {
    transform: translateY(-10px);
}

.vm39_pricing_button {
    display: inline-block;
    padding: 1rem 2rem;
    background: #fff;
    color: #40E0D0;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 2rem;
    font-weight: 700;
    transition: background 0.3s;
}

.vm39_pricing_button:hover {
    background: #E6E6FA;
}

.ln56_contact {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #40E0D0, #E6E6FA);
}

.gk73_contact_container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 3rem;
    border-radius: 15px;
}

.qs84_contact_form {
    display: grid;
    gap: 1.5rem;
    margin-top: 2rem;
}

.py62_input,
.py62_textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
}

.py62_textarea {
    min-height: 150px;
    resize: vertical;
}
.ht95_submit_button {
    padding: 1rem 2rem;
    background: linear-gradient(45deg, #40E0D0, #98FF98);
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.3s;
}

.ht95_submit_button:hover {
    transform: translateY(-3px);
}

.kx38_footer {
    background: #1a1a1a;
    color: #fff;
    padding: 4rem 2rem 2rem;
}

.vq47_footer_content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.zm91_footer_section h3 {
    color: #40E0D0;
    margin-bottom: 1.5rem;
}

.zm91_footer_section ul {
    list-style: none;
}

.zm91_footer_section ul li {
    margin-bottom: 0.8rem;
}

.zm91_footer_section a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.zm91_footer_section a:hover {
    color: #98FF98;
}

.cp24_footer_bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.tn63_cookie_consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26,26,26,0.95);
    color: #fff;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 1000;
}

.tn63_cookie_consent a {
    color: #40E0D0;
    text-decoration: none;
}

.wj82_cookie_button {
    padding: 0.8rem 1.5rem;
    background: #40E0D0;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.wj82_cookie_button:hover {
    background: #98FF98;
}

h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: #333;
}

@media (max-width: 1024px) {
    .yn45_features_grid,
    .yz67_pricing_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vq47_footer_content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .qt65_menu {
        display: none;
    }

    .jx82_portfolio_grid,
    .ks28_faq_grid {
        grid-template-columns: 1fr;
    }

    .uc27_about_text {
        grid-template-columns: 1fr;
    }

    .hq56_hero_content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .yn45_features_grid,
    .yz67_pricing_grid,
    .vq47_footer_content {
        grid-template-columns: 1fr;
    }

    .gk73_contact_container {
        padding: 1.5rem;
    }

    .tn63_cookie_consent {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
}
