* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}

.xk47_header {
    background: linear-gradient(135deg, #800080, #DC143C, #9966CC);
    padding: 1rem 5%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.pm92_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ht63_logo {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
}

.wq15_menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.wq15_menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.jk81_hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(128, 0, 128, 0.7), rgba(220, 20, 60, 0.7));
}

.vt25_hero_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.lm36_hero_content {
    text-align: center;
    color: #fff;
    padding: 2rem;
    max-width: 800px;
}

.cx72_cta_btn {
    background: linear-gradient(45deg, #9966CC, #DC143C);
    border: none;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 30px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
}

.nr58_blog {
    padding: 5rem 5%;
    background: #fff;
}

.gp43_blog_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.wd91_blog_item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.wd91_blog_item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.kj37_portfolio {
    padding: 5rem 5%;
    background: linear-gradient(135deg, rgba(153,102,204,0.1), rgba(220,20,60,0.1));
}

.bx84_interactive_map {
    position: relative;
    margin-top: 3rem;
}

.qw59_map_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hn92_map_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.vr73_map_points {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.fp45_point {
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.fp45_point.active {
    transform: translateX(-20px);
    background: linear-gradient(135deg, #800080, #9966CC);
    color: #fff;
}

.tm68_details_btn {
    background: linear-gradient(45deg, #DC143C, #9966CC);
    border: none;
    padding: 0.8rem 1.5rem;
    color: #fff;
    border-radius: 25px;
    margin-top: 1rem;
    cursor: pointer;
    transition: 0.3s;
}

.yc26_stats {
    padding: 5rem 5%;
    background: #fff;
}

.lk93_stats_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.wp47_stat_item {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(128,0,128,0.1), rgba(153,102,204,0.1));
    border-radius: 10px;
}

.wp47_stat_item h3 {
    font-size: 2.5rem;
    color: #800080;
    margin-bottom: 1rem;
}

.ub58_stats_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 3rem;
}

.dx15_pricing {
    padding: 5rem 5%;
    background: linear-gradient(135deg, rgba(153,102,204,0.1), rgba(220,20,60,0.1));
}

.mt64_pricing_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.ga82_price_item {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: 0.3s;
}

.ga82_price_item.featured {
    transform: scale(1.05);
    background: linear-gradient(135deg, #800080, #9966CC);
    color: #fff;
}

.jh93_price {
    font-size: 2rem;
    font-weight: 700;
    margin: 1.5rem 0;
    color: #DC143C;
}

.ga82_price_item.featured .jh93_price {
    color: #fff;
}

.ga82_price_item ul {
    list-style: none;
    margin: 2rem 0;
}

.ga82_price_item ul li {
    margin: 1rem 0;
}

.nq37_select_btn {
    background: linear-gradient(45deg, #800080, #DC143C);
    border: none;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

.rc74_contact {
    padding: 5rem 5%;
    background: #fff;
}

.km95_contact_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}
.eq36_contact_img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.vz82_form_wrapper {
    background: linear-gradient(135deg, rgba(128,0,128,0.1), rgba(153,102,204,0.1));
    padding: 2rem;
    border-radius: 10px;
}

.yx47_contact_form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hd58_form_group input,
.hd58_form_group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(153,102,204,0.3);
    border-radius: 8px;
    font-size: 1rem;
    transition: 0.3s;
}

.hd58_form_group textarea {
    height: 150px;
    resize: none;
}

.pg63_submit_btn {
    background: linear-gradient(45deg, #800080, #DC143C);
    border: none;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.1rem;
}

.tf29_footer {
    background: linear-gradient(135deg, #800080, #9966CC);
    color: #fff;
    padding: 4rem 5% 2rem;
}

.uk84_footer_content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.md37_footer_section h3 {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.md37_footer_section ul {
    list-style: none;
}

.md37_footer_section ul li {
    margin: 0.8rem 0;
}

.md37_footer_section a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.cp91_copyright {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.ws53_cookie_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(128,0,128,0.95);
    color: #fff;
    padding: 1rem 5%;
    display: none;
    justify-content: space-between;
    align-items: center;
    z-index: 1001;
}

.ln67_cookie_btn {
    background: #fff;
    color: #800080;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .wq15_menu {
        display: none;
    }

    .km95_contact_container,
    .qw59_map_container {
        grid-template-columns: 1fr;
    }

    .lk93_stats_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ga82_price_item.featured {
        transform: scale(1);
    }
}

@media (max-width: 480px) {
    .lk93_stats_grid {
        grid-template-columns: 1fr;
    }

    .ws53_cookie_banner {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

h2 {
    text-align: center;
    color: #800080;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(128,0,128,0.3);
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #800080;
}

.md37_footer_section a:hover {
    opacity: 0.8;
}
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    min-height: 100vh;
    line-height: 1.6;
}

.xk47_header {
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.wq15_menu a:hover {
    color: #9966CC;
    transform: translateY(-2px);
}

.yz94_particle_container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle, transparent 20%, #800080 150%);
}

.lm36_hero_content h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.lm36_hero_content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wd91_blog_item {
    transition: transform 0.3s ease;
    background: linear-gradient(to bottom, #fff, #fafafa);
}

.wd91_blog_item:hover {
    transform: translateY(-10px);
}

.wd91_blog_item h3 {
    padding: 1.5rem 1.5rem 0.5rem;
    color: #800080;
}

.wd91_blog_item p {
    padding: 0 1.5rem 1.5rem;
    color: #333;
}

.fp45_point h3 {
    color: #800080;
    margin-bottom: 1rem;
}

.fp45_point.active h3 {
    color: #fff;
}

.vr73_map_points {
    position: relative;
}

.wp47_stat_item:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.ga82_price_item ul li::before {
    content: "✓";
    color: #9966CC;
    margin-right: 8px;
}

.ga82_price_item.featured ul li::before {
    color: #fff;
}

.hd58_form_group input::placeholder,
.hd58_form_group textarea::placeholder {
    color: rgba(128,0,128,0.5);
}

.pg63_submit_btn:active {
    transform: scale(0.98);
}

.ws53_cookie_banner p {
    max-width: 800px;
    line-height: 1.4;
}

.ln67_cookie_btn:hover {
    background: #9966CC;
    color: #fff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nr58_blog, .kj37_portfolio, .yc26_stats, .dx15_pricing, .rc74_contact {
    animation: fadeIn 1s ease-out;
}

@media (max-width: 1024px) {
    .lm36_hero_content h1 {
        font-size: 2.8rem;
    }

    .wp47_stat_item h3 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 2rem;
    }

    .ht63_logo {
        font-size: 1.5rem;
    }
}

::selection {
    background: rgba(153,102,204,0.3);
    color: #800080;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#800080, #9966CC);
    border-radius: 6px;
}
.cx72_cta_btn {
    position: relative;
    z-index: 10;
    border: none;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 30px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
    background: linear-gradient(45deg, #9966CC, #DC143C);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.tm68_details_btn {
    position: relative;
    z-index: 5;
    background: linear-gradient(45deg, #DC143C, #9966CC);
    border: none;
    padding: 0.8rem 1.5rem;
    color: #fff;
    border-radius: 25px;
    margin-top: 1rem;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.jk81_hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(128, 0, 128, 0.7), rgba(220, 20, 60, 0.7));
    padding-top: 80px;
}

.lm36_hero_content {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #fff;
    padding: 2rem;
    max-width: 800px;
}

.fp45_point {
    position: relative;
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
    cursor: pointer;
    z-index: 1;
}

.vz73_map_points {
    position: relative;
    z-index: 2;
}

.qw59_map_container {
    position: relative;
    z-index: 1;
}
.cx72_cta_btn, .tm68_details_btn, .nq37_select_btn, .ln67_cookie_btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.fp45_point {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
    margin-bottom: 1rem;
}

.fp45_point:hover {
    transform: translateX(-10px);
    background: linear-gradient(135deg, #800080, #9966CC);
    color: #fff;
}

.fp45_point:hover .tm68_details_btn {
    background: #fff;
    color: #800080;
}

.fp45_point.active {
    background: linear-gradient(135deg, #800080, #9966CC);
    color: #fff;
}

.fp45_point.active .tm68_details_btn {
    background: #fff;
    color: #800080;
}
