:root {
    --background: #FFFFFF; 
    --background2: #F4F4F4;
    --background_btn: #FF5733;
    --color_title: #333333;
    --color_description: #555555;
    --color_btn: #FFFFFF;
}

@media (prefers-color-scheme: dark) {
:root {
    --background: #121212; 
    --background2: #1E1E1E;
    --background_btn: #FF5733;
    --color_title: #FFFFFF;
    --color_description: #AAAAAA;
    --color_btn: #FFFFFF;
    }
}

* {
    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);
}

#SZAkRDSJ {
    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 */
#s84OHFDu {
    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;
}

.MCiE1WRd {
    display: flex;
    align-items: center;
}

.MCiE1WRd a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.GDWWPOUz {
    height: 40px;
    width: auto;
    border-radius: 8px;
    object-fit: cover;
}

#s84OHFDu 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) */
.WRqa8Pb8 {
    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;
}

.WRqa8Pb8:hover {
    background-color: var(--background2);
}

/* Navigation Menu */
.uXj4O5Tc {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.uXj4O5Tc li {
    position: relative;
}

.uXj4O5Tc 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;
}

.uXj4O5Tc a:hover {
    background-color: var(--background2);
    color: var(--color_title);
}

.uXj4O5Tc svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0;
}

/* Mobile Navigation */
@media (max-width: 768px) {
    #s84OHFDu {
        grid-template-columns: auto 1fr auto;
        padding: 0 1rem;
        height: 60px;
    }
    
    .WRqa8Pb8 {
        display: block;
    }
    
    .uXj4O5Tc {
        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);
    }
    
    .uXj4O5Tc a {
        padding: 1rem 1.5rem;
        border-radius: 0;
        justify-content: flex-start;
    }
    
    .uXj4O5Tc span {
        margin-left: 0.5rem;
    }
    
    #s84OHFDu p {
        font-size: 1rem;
    }
    
    .GDWWPOUz {
        height: 32px;
    }
}

/* Sections */
#sQLcymVa, #Jr0jNv98, #BD8yVWI0, #d1UB5ZPM, #QNpt1xaW, #PkFVhOgt, #hBYg7TXU {
    background-color: var(--background);
}

#d1UB5ZPM, #PkFVhOgt {
    background-color: var(--background2);
}

#FsiFdAHp {
    background-color: var(--background);
    margin: 70px 0 0 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#FsiFdAHp img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px;
}

.oR6VFVGV, .ZLkGeqDh {
    padding: 4rem 1.5rem;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.oR6VFVGV {
    align-items: flex-start;
}

.ZLkGeqDh {
    align-items: center;
    text-align: center;
}

.KsxJ1lVY {
    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 */
.N8rjFIuB {
    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;
}

.N8rjFIuB:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.N8rjFIuB:active {
    transform: translateY(0);
}

/* Flex Container */
.ypQH2u50 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
}

.s2sdGezD {
    background-color: var(--background);
    border: 1px solid var(--background2);
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.2s ease;
    position: relative;
}

.s2sdGezD:hover {
    border-color: var(--background_btn);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.s2sdGezD h4 {
    color: var(--color_title);
    margin-bottom: 0.75rem;
}

.s2sdGezD p {
    color: var(--color_description);
    margin-top: 0;
}

/* Footer */
#hBYg7TXU {
    min-height: 80px;
    background-color: var(--background);
    border-top: 1px solid var(--background2);
}

/* Responsive Design */
@media (min-width: 576px) {
    .ypQH2u50 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .oR6VFVGV, .ZLkGeqDh {
        padding: 5rem 2rem;
    }
}

@media (min-width: 768px) {
    #s84OHFDu {
        height: 70px;
        padding: 0 2rem;
    }
    
    #FsiFdAHp {
        margin-top: 70px;
    }
    
    .uXj4O5Tc {
        display: flex !important;
    }
    
    .WRqa8Pb8 {
        display: none;
    }
    
    .KsxJ1lVY {
        width: 90%;
    }
    
    .oR6VFVGV, .ZLkGeqDh {
        padding: 6rem 2rem;
    }
}

@media (min-width: 992px) {
    .ypQH2u50 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .KsxJ1lVY {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .ypQH2u50 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .KsxJ1lVY {
        width: 70%;
    }
    
    .oR6VFVGV, .ZLkGeqDh {
        padding: 8rem 3rem;
    }
}

/* Smooth scrolling improvements */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}