* {
    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: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
}

.k8d9f2x {
    background: linear-gradient(90deg, #1a1a2e 0%, #16213e 100%);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: k8d9f2xSlide 0.6s ease-out;
}

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

.m3n7q5p {
    padding: 0;
}

.w6t4h9s {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.p2r8j5m {
    display: inline-block;
    padding: 20px 0;
}

.p2r8j5m a {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.p2r8j5m a:hover {
    transform: scale(1.05);
}

.z5k3n8q {
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 15px 0;
}

.z5k3n8q li a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.z5k3n8q li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.z5k3n8q li a:hover::before {
    left: 100%;
}

.z5k3n8q li a:hover {
    background: rgba(102, 126, 234, 0.3);
    color: #fff;
    transform: translateY(-2px);
}

.b7n4m2k {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    animation: b7n4m2kFade 0.8s ease-out;
}

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

.q9w5t3x {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    margin-bottom: 60px;
}

.c6v8n1m {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.l4p7d2r {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    animation: l4p7d2rSlide 0.6s ease-out backwards;
}

.l4p7d2r:nth-child(1) { animation-delay: 0.1s; }
.l4p7d2r:nth-child(2) { animation-delay: 0.2s; }
.l4p7d2r:nth-child(3) { animation-delay: 0.3s; }
.l4p7d2r:nth-child(4) { animation-delay: 0.4s; }

@keyframes l4p7d2rSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.l4p7d2r:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.h8f3k9n {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.l4p7d2r:hover .h8f3k9n {
    transform: scale(1.08);
}

.x2v5j8t {
    padding: 25px;
}

.x2v5j8t h2 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a1a2e;
    line-height: 1.4;
}

.x2v5j8t h2 a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.x2v5j8t h2 a:hover {
    color: #667eea;
}

.j5n8k2m {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}

.x2v5j8t p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.r9t4w6p {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.r9t4w6p:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.5);
}

.s3d7n9k {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.y6m4t8w {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    animation: y6m4t8wFade 0.8s ease-out backwards;
}

.y6m4t8w:nth-child(1) { animation-delay: 0.3s; }
.y6m4t8w:nth-child(2) { animation-delay: 0.5s; }
.y6m4t8w:nth-child(3) { animation-delay: 0.7s; }

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

.y6m4t8w h3 {
    font-size: 20px;
    margin-bottom: 18px;
    color: #1a1a2e;
    padding-bottom: 12px;
    border-bottom: 3px solid #667eea;
}

.f2p5k7n {
    list-style: none;
}

.f2p5k7n li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.f2p5k7n li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.f2p5k7n li a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.f2p5k7n li a:hover {
    color: #667eea;
    transform: translateX(5px);
}

.n8t3w5q {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.k4m7p2x {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.v9k2n6t,
.h3p9w6k {
    margin-bottom: 50px;
}

.v9k2n6t h2,
.h3p9w6k h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #1a1a2e;
    padding-bottom: 15px;
    border-bottom: 4px solid #667eea;
    position: relative;
}

.v9k2n6t h2::after,
.h3p9w6k h2::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100px;
    height: 4px;
    background: #764ba2;
}

.d4w8m3p {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.t7n2k5j {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    animation: t7n2k5jPop 0.6s ease-out backwards;
}

.t7n2k5j:nth-child(1) { animation-delay: 0.1s; }
.t7n2k5j:nth-child(2) { animation-delay: 0.2s; }
.t7n2k5j:nth-child(3) { animation-delay: 0.3s; }
.t7n2k5j:nth-child(4) { animation-delay: 0.4s; }

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

.t7n2k5j:hover {
    transform: translateY(-8px) rotate(1deg);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.q5m8t2w {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.t7n2k5j:hover .q5m8t2w {
    transform: scale(1.1);
}

.t7n2k5j h3 {
    padding: 20px 20px 10px;
    font-size: 18px;
    line-height: 1.4;
}

.t7n2k5j h3 a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.t7n2k5j h3 a:hover {
    color: #667eea;
}

.t7n2k5j .j5n8k2m {
    padding: 0 20px;
    margin-bottom: 10px;
}

.t7n2k5j p {
    padding: 0 20px 20px;
    color: #666;
    line-height: 1.8;
}

.n6t9k4m {
    background: linear-gradient(90deg, #1a1a2e 0%, #16213e 100%);
    color: #e0e0e0;
    padding: 40px 0;
    text-align: center;
    margin-top: 60px;
}

.n6t9k4m p {
    margin: 8px 0;
    line-height: 1.8;
}

.e8r3t7k {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    z-index: 999;
}

.e8r3t7k.m5k8p3t {
    opacity: 1;
    visibility: visible;
}

.e8r3t7k:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 30px rgba(102, 126, 234, 0.6);
}

.g7w2n4k {
    padding: 15px 20px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #555;
}

.g7w2n4k a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.g7w2n4k a:hover {
    color: #764ba2;
}

@media (max-width: 968px) {
    .q9w5t3x {
        grid-template-columns: 1fr;
    }

    .d4w8m3p {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .z5k3n8q {
        flex-direction: column;
        gap: 10px;
    }

    .p2r8j5m a {
        font-size: 26px;
    }

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

    .e8r3t7k {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
}