@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --primary: #FF6B6B;
    --secondary: #4ECDC4;
    --dark: #2C3E50;
    --light: #F7F9FC;
    --accent: #FFE66D;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: var(--light);
    color: var(--dark);
    line-height: 1.6;
}

.nV8x2K {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 1rem 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.cN9j4L {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lG5m7P {
    height: 40px;
}

.mR3k9H {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.kL2p4R {
    text-decoration: none;
    color: var(--dark);
    font-weight: 500;
    transition: color 0.3s;
}

.kL2p4R:hover {
    color: var(--primary);
}

.hB5r2M {
    display: none;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    color: var(--dark);
    padding: 5px;
}

.hB5r2M span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--dark);
    margin: 5px 0;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .hB5r2M {
        display: block;
    }

    .mR3k9H {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        gap: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .mR3k9H.xK4p9S {
        display: flex;
    }

    .mR3k9H li {
        width: 100%;
    }

    .kL2p4R {
        display: block;
        padding: 15px 20px;
    }

    .kL2p4R:hover {
        background-color: var(--light);
    }

    .hB5r2M.xK4p9S span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hB5r2M.xK4p9S span:nth-child(2) {
        opacity: 0;
    }

    .hB5r2M.xK4p9S span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
}

.hE9w2M {
    padding-top: 100px;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
}

.bT7y5N {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
}

.wX4k8J {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.pL6n3M {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.fK9m2H {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.tY8x4W {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 1rem;
    backdrop-filter: blur(10px);
}

.iC7j5L {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--accent);
}

.vB2k6P {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.rT4m9S {
    opacity: 0.9;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .fK9m2H {
        grid-template-columns: 1fr;
    }
    
    .wX4k8J {
        font-size: 2rem;
    }
    
    .mR3k9H {
        gap: 1rem;
    }

    .bT7y5N {
        padding: 1rem;
    }

    [style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }

    [style*="font-size: 2.5rem"] {
        font-size: 1.8rem !important;
    }

    [style*="font-size: 1.4rem"] {
        font-size: 1.2rem !important;
    }

    [style*="padding: 40px"] {
        padding: 20px !important;
    }

    [style*="gap: 40px"] {
        gap: 20px !important;
    }

    [style*="margin-bottom: 60px"] {
        margin-bottom: 30px !important;
    }

    [style*="text-align: center"] {
        text-align: left !important;
    }

    footer [style*="text-align: center"] {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .nV8x2K {
        padding: 1rem;
    }
    
    .wX4k8J {
        font-size: 1.75rem;
    }
    
    .pL6n3M {
        font-size: 1rem;
    }
}
