:root {
    --background: #FFFFFF; 
    --background2: #F0F0F0;
    --background_btn: #007BFF;
    --color_title: #333333;
    --color_description: #555555;
    --color_btn: #FFFFFF;
}

@media (prefers-color-scheme: dark) {
:root {
    --background: #1A1A1A; 
    --background2: #333333;
    --background_btn: #FF5722;
    --color_title: #FFFFFF;
    --color_description: #CCCCCC;
    --color_btn: #1A1A1A;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img, html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form, fieldset, embed, object, applet {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

:target {
    scroll-margin-top: 80px;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color_title);
    line-height: 1.3;
    font-weight: 600;
}

h1 {
    font-size: clamp(1.75rem, 5vw, 3rem);
    margin-bottom: 1rem;
}

h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: 0.875rem;
}

h3 {
    font-size: clamp(1.25rem, 3vw, 2rem);
    margin-bottom: 0.75rem;
}

h4 {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    margin-bottom: 0.5rem;
}

p {
    color: var(--color_description);  
    margin-top: 0.75rem;
    line-height: 1.6;
    font-size: clamp(0.875rem, 2vw, 1.125rem);
}

#x7Aznba2 {
    background-color: var(--background);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    color: var(--color_description);
}

/* Navigation */
#zH7UD8g2 {
    background-color: var(--background);
    border-bottom: 1px solid var(--background2);
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    max-width: 1400px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0 1rem;
    height: 70px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
}

.MLYXgq7F {
    display: flex;
    align-items: center;
}

.MLYXgq7F a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.fPK5lKrv {
    height: 40px;
    width: auto;
    border-radius: 8px;
    object-fit: cover;
}

#zH7UD8g2 p {
    color: var(--color_title);
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Menu Button (Mobile) */
.dmK4KDKH {
    display: none;
    background: none;
    border: none;
    color: var(--color_title);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.dmK4KDKH:hover {
    background-color: var(--background2);
}

/* Navigation Menu */
.TFArjHAt {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.TFArjHAt li {
    position: relative;
}

.TFArjHAt a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: var(--color_description);
    border-radius: 8px;
    transition: all 0.2s ease;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

.TFArjHAt a:hover {
    background-color: var(--background2);
    color: var(--color_title);
}

.TFArjHAt svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0;
}

/* Mobile Navigation */
@media (max-width: 768px) {
    #zH7UD8g2 {
        grid-template-columns: auto 1fr auto;
        padding: 0 1rem;
        height: 60px;
    }
    
    .dmK4KDKH {
        display: block;
    }
    
    .TFArjHAt {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--background);
        border-bottom: 1px solid var(--background2);
        flex-direction: column;
        gap: 0;
        padding: 1rem 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    
    .TFArjHAt a {
        padding: 1rem 1.5rem;
        border-radius: 0;
        justify-content: flex-start;
    }
    
    .TFArjHAt span {
        margin-left: 0.5rem;
    }
    
    #zH7UD8g2 p {
        font-size: 1rem;
    }
    
    .fPK5lKrv {
        height: 32px;
    }
}

/* Sections */
#CXjbIZk1, #rNUevNrL, #Vt2W5QZu, #imOVDrwh, #HosQiQwM, #XHxMEDd7, #S6ByyHx4 {
    background-color: var(--background);
}

#imOVDrwh, #XHxMEDd7 {
    background-color: var(--background2);
}

#ycxWcKue {
    background-color: var(--background);
    margin: 70px 0 0 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#ycxWcKue img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px;
}

.p91IEXV8, .ZgXuZnPd {
    padding: 4rem 1.5rem;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.p91IEXV8 {
    align-items: flex-start;
}

.ZgXuZnPd {
    align-items: center;
    text-align: center;
}

.t3ZMIx7C {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* Form Styles */
form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

form input[type="text"], 
form input[type="email"], 
form textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--background2);
    background-color: var(--background);
    border-radius: 8px;
    font-size: 1rem;
    color: var(--color_title);
    transition: border-color 0.2s ease;
    font-family: inherit;
}

form input[type="text"]:focus, 
form input[type="email"]:focus, 
form textarea:focus {
    outline: none;
    border-color: var(--background_btn);
}

form textarea {
    resize: vertical;
    min-height: 120px;
}

/* Button Styles */
.nQQOdzLi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 1rem 2rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    border-radius: 8px;
    text-align: center;
    font-size: 1rem;
    background-color: var(--background_btn);
    color: var(--color_btn);
    cursor: pointer;
    font-family: inherit;
}

.nQQOdzLi:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.nQQOdzLi:active {
    transform: translateY(0);
}

/* Flex Container */
.eii8gZ1u {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
}

.mNhNKrv9 {
    background-color: var(--background);
    border: 1px solid var(--background2);
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.2s ease;
    position: relative;
}

.mNhNKrv9:hover {
    border-color: var(--background_btn);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.mNhNKrv9 h4 {
    color: var(--color_title);
    margin-bottom: 0.75rem;
}

.mNhNKrv9 p {
    color: var(--color_description);
    margin-top: 0;
}

/* Footer */
#S6ByyHx4 {
    min-height: 80px;
    background-color: var(--background);
    border-top: 1px solid var(--background2);
}

/* Responsive Design */
@media (min-width: 576px) {
    .eii8gZ1u {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .p91IEXV8, .ZgXuZnPd {
        padding: 5rem 2rem;
    }
}

@media (min-width: 768px) {
    #zH7UD8g2 {
        height: 70px;
        padding: 0 2rem;
    }
    
    #ycxWcKue {
        margin-top: 70px;
    }
    
    .TFArjHAt {
        display: flex !important;
    }
    
    .dmK4KDKH {
        display: none;
    }
    
    .t3ZMIx7C {
        width: 90%;
    }
    
    .p91IEXV8, .ZgXuZnPd {
        padding: 6rem 2rem;
    }
}

@media (min-width: 992px) {
    .eii8gZ1u {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .t3ZMIx7C {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .eii8gZ1u {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .t3ZMIx7C {
        width: 70%;
    }
    
    .p91IEXV8, .ZgXuZnPd {
        padding: 8rem 3rem;
    }
}

/* Smooth scrolling improvements */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}