* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
}

.qw7e4rt9y {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.nm5gh8jk2 {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: uf6dk3s8w 0.5s ease-out;
}

@keyframes uf6dk3s8w {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pl9xc4v7n {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oi8bv5n3m h1 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.oi8bv5n3m a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.oi8bv5n3m a:hover {
    opacity: 0.8;
}

.zx9cv2bn4 {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.zx9cv2bn4 a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
}

.zx9cv2bn4 a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #3498db;
    transition: width 0.3s;
}

.zx9cv2bn4 a:hover::after {
    width: 100%;
}

.we7rt8yu2 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 6rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.we7rt8yu2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    animation: as5df7gh3 20s linear infinite;
}

@keyframes as5df7gh3 {
    from { transform: translateX(0); }
    to { transform: translateX(100px); }
}

.yu3io9pl2 {
    position: relative;
    z-index: 1;
}

.we7rt8yu2 h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    animation: hj6kl4mn8 1s ease-out;
}

.we7rt8yu2 p {
    font-size: 1.3rem;
    opacity: 0.95;
    animation: hj6kl4mn8 1s ease-out 0.2s both;
}

@keyframes hj6kl4mn8 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.df6gh3jk9 {
    padding: 4rem 0;
}

.vb5nm7hy4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.cv8bn4mq6 {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: po9iu6yt3 0.6s ease-out both;
}

.cv8bn4mq6:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

@keyframes po9iu6yt3 {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.cv8bn4mq6:nth-child(1) { animation-delay: 0.1s; }
.cv8bn4mq6:nth-child(2) { animation-delay: 0.2s; }
.cv8bn4mq6:nth-child(3) { animation-delay: 0.3s; }
.cv8bn4mq6:nth-child(4) { animation-delay: 0.4s; }
.cv8bn4mq6:nth-child(5) { animation-delay: 0.5s; }
.cv8bn4mq6:nth-child(6) { animation-delay: 0.6s; }

.xl3po7ik5 {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.xl3po7ik5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.cv8bn4mq6:hover .xl3po7ik5 img {
    transform: scale(1.1);
}

.mn6bv9cx7 {
    padding: 1.5rem;
}

.mn6bv9cx7 h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.mn6bv9cx7 p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.qw8er5ty2 {
    display: inline-block;
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.qw8er5ty2:hover {
    color: #2980b9;
    transform: translateX(5px);
}

.lk4jh8mn3 {
    background: #2c3e50;
    color: white;
    padding: 3rem 0;
    margin-top: 4rem;
    text-align: center;
}

.lk4jh8mn3 p {
    opacity: 0.8;
}

.az5sx9dc4 {
    background: white;
    padding: 1rem 0;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.az5sx9dc4 ul {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.az5sx9dc4 a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.az5sx9dc4 a:hover {
    color: #3498db;
}

.az5sx9dc4 span {
    color: #999;
}

.ju7yh5tg9 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #3498db;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(52,152,219,0.4);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.ju7yh5tg9.xc3vb8nm1 {
    opacity: 1;
    visibility: visible;
}

.ju7yh5tg9:hover {
    background: #2980b9;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(52,152,219,0.5);
}

.ty6ui9op4 {
    padding: 2rem 0;
}

.ty6ui9op4 h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #2c3e50;
    text-align: center;
}

.re3ws4df8 {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    line-height: 2;
}

.re3ws4df8 h3 {
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
    color: #2c3e50;
}

.re3ws4df8 p {
    margin-bottom: 1.5rem;
    color: #555;
}

.fg5bn7hy6 {
    margin: 2rem 0;
}

.fg5bn7hy6 img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .zx9cv2bn4 {
        flex-direction: column;
        gap: 1rem;
    }

    .we7rt8yu2 h2 {
        font-size: 2rem;
    }

    .vb5nm7hy4 {
        grid-template-columns: 1fr;
    }

    .ju7yh5tg9 {
        bottom: 20px;
        right: 20px;
    }
}
