* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.6;
    color: #333;
}

.nx47_header {
    background: linear-gradient(135deg, #fff44f 0%, #ffd700 100%);
    padding: 1.5rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.kj92_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ht63_logo {
    font-size: 2.5rem;
    font-weight: 700;
    color: #B8860B;
}

.pm28_nav .wy15_menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.pm28_nav a {
    text-decoration: none;
    color: #B8860B;
    font-weight: 600;
    transition: color 0.3s ease;
}

.pm28_nav a:hover {
    color: #FFD700;
}

.vt31_hero {
    padding-top: 100px;
    background: linear-gradient(to right, #FFFACD, #FFE4B5);
}

.qz84_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.mg95_hero_image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
}

.lp37_hero_content {
    padding: 2rem;
}

.lp37_hero_content h1 {
    font-size: 3.5rem;
    color: #B8860B;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.bt49_cta_button {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: transform 0.3s ease;
    margin-top: 2rem;
}

.bt49_cta_button:hover {
    transform: translateY(-3px);
}

.rk73_about {
    background: linear-gradient(to left, #FFFACD, #FFE4B5);
    padding: 6rem 0;
}

.ys26_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.fx62_about_image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    object-fit: cover;
}
.hm91_about_content {
    padding: 2rem;
}

.hm91_about_content h2 {
    font-size: 2.8rem;
    color: #B8860B;
    margin-bottom: 2rem;
}

.jc54_text_columns {
    columns: 2;
    gap: 2rem;
    margin-bottom: 2rem;
}

.ud38_learn_button {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #B8860B, #FFD700);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.wq64_features {
    background: linear-gradient(45deg, #FFFACD, #FFE4B5);
    padding: 6rem 0;
}

.mn35_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.mn35_container h2 {
    text-align: center;
    font-size: 2.8rem;
    color: #B8860B;
    margin-bottom: 3rem;
}

.kp82_circular_layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
}

.zt93_features_image {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    object-fit: cover;
}

.vy47_feature_items {
    display: grid;
    gap: 2rem;
}

.bc51_feature {
    background: rgba(255,255,255,0.9);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.bc51_feature h3 {
    color: #B8860B;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.lf76_services {
    background: linear-gradient(-45deg, #FFFACD, #FFE4B5);
    padding: 6rem 0;
}

.gm29_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.gm29_container h2 {
    text-align: center;
    font-size: 2.8rem;
    color: #B8860B;
    margin-bottom: 3rem;
}

.tx85_masonry_grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: start;
}

.qh37_services_image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    object-fit: cover;
}

.jk94_service_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.pw52_service {
    background: rgba(255,255,255,0.9);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.pw52_service h3 {
    color: #B8860B;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.nh63_service_button {
    display: block;
    width: max-content;
    margin: 3rem auto 0;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: transform 0.3s ease;
}
.yx82_statistics {
    background: linear-gradient(135deg, #FFFACD, #FFE4B5);
    padding: 6rem 0;
}

.pv47_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.pv47_container h2 {
    text-align: center;
    font-size: 2.8rem;
    color: #B8860B;
    margin-bottom: 3rem;
}

.qm93_scrolling_stats {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
}

.hf28_stats_image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    object-fit: cover;
}

.lt56_stats_container {
    display: grid;
    gap: 2rem;
}

.bk74_stat_item {
    background: rgba(255,255,255,0.9);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.rm39_stat_content h3 {
    color: #B8860B;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.wz65_stat_number {
    font-size: 3rem;
    font-weight: 700;
    color: #FFD700;
    margin: 1rem 0;
}

.uj91_stats_button {
    display: block;
    width: max-content;
    margin: 3rem auto 0;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #B8860B, #FFD700);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.fk37_contact {
    background: linear-gradient(-135deg, #FFFACD, #FFE4B5);
    padding: 6rem 0;
}

.tq82_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.tq82_container h2 {
    text-align: center;
    font-size: 2.8rem;
    color: #B8860B;
    margin-bottom: 3rem;
}

.yb94_contact_matrix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.xm63_contact_content {
    padding: 2rem;
}

.nj51_contact_form {
    background: rgba(255,255,255,0.9);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.wd75_form_group {
    margin-bottom: 1.5rem;
}

.gh38_input,
.gh38_textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #FFD700;
    border-radius: 8px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
}

.gh38_textarea {
    height: 150px;
    resize: vertical;
}

.vp92_submit_button {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.vp92_submit_button:hover {
    transform: translateY(-3px);
}
.cm46_footer {
    background: linear-gradient(45deg, #B8860B, #FFD700);
    padding: 4rem 0 2rem;
    color: white;
}

.ls83_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.rq74_footer_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 2rem;
}

.ut92_footer_column h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #FFFACD;
}

.ut92_footer_column ul {
    list-style: none;
}

.ut92_footer_column ul li {
    margin-bottom: 0.8rem;
}

.ut92_footer_column a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ut92_footer_column a:hover {
    color: #FFFACD;
}

.hk37_footer_bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.pz84_cookie_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(184,134,11,0.95);
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 1000;
}

.jy73_cookie_button {
    padding: 0.8rem 1.5rem;
    background: #FFFACD;
    color: #B8860B;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.jy73_cookie_button:hover {
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .qz84_container,
    .ys26_container,
    .kp82_circular_layout,
    .tx85_masonry_grid,
    .qm93_scrolling_stats,
    .yb94_contact_matrix {
        grid-template-columns: 1fr;
    }

    .jk94_service_items {
        grid-template-columns: 1fr;
    }

    .rq74_footer_content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ht63_logo {
        font-size: 2rem;
    }

    .pm28_nav .wy15_menu {
        gap: 1rem;
    }

    .lp37_hero_content h1 {
        font-size: 2.5rem;
    }

    .jc54_text_columns {
        columns: 1;
    }

    .rq74_footer_content {
        grid-template-columns: 1fr;
    }

    .pz84_cookie_banner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .pm28_nav .wy15_menu {
        display: none;
    }

    .bc51_feature,
    .pw52_service,
    .bk74_stat_item {
        padding: 1.5rem;
    }

    .wz65_stat_number {
        font-size: 2.5rem;
    }
}

:root {
    scroll-behavior: smooth;
}

::selection {
    background: #FFD700;
    color: white;
}

button:focus,
input:focus,
textarea:focus {
    outline: 2px solid #B8860B;
    outline-offset: 2px;
}
