* {
    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: #f5f5f5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.k9f2m5x {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.5s ease;
}

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

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

.v7n3k9m {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.t2m8p4k {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.t2m8p4k a {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.t2m8p4k a:hover {
    transform: scale(1.05);
    display: inline-block;
}

.w5j9n2p {
    display: flex;
    gap: 30px;
}

.w5j9n2p a {
    color: #fff;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.w5j9n2p a:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.b3n7k5m {
    min-height: calc(100vh - 80px);
}

.r8m4p2j {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    margin-bottom: 40px;
    animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.s6k2n9p {
    position: relative;
}

.c4m8j5n {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    height: 400px;
}

.h7k3m9p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.m2j8k4n {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    animation: slideInLeft 1s ease;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100px) translateY(-50%);
        opacity: 0;
    }
    to {
        transform: translateX(0) translateY(-50%);
        opacity: 1;
    }
}

.m2j8k4n h2 {
    font-size: 48px;
    margin-bottom: 15px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
}

.m2j8k4n p {
    font-size: 20px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.n9k5m2p {
    display: inline-block;
    padding: 12px 30px;
    background: #ff6b6b;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(255,107,107,0.4);
    transition: all 0.3s ease;
}

.n9k5m2p:hover {
    background: #ff5252;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255,107,107,0.6);
}

.f5j9n3k {
    padding: 40px 0;
    animation: fadeInUp 0.8s ease 0.3s backwards;
}

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

.x2n7k4m {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.q8m3j5p {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1e3c72;
    position: relative;
    padding-bottom: 15px;
}

.q8m3j5p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
}

.z5k8n2m {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}

.d4m9j6n {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.d4m9j6n:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.d4m9j6n img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.d4m9j6n:hover img {
    transform: scale(1.05);
}

.l3k7m2p {
    padding: 15px;
}

.l3k7m2p h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

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

.l3k7m2p p {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.l3k7m2p time {
    font-size: 12px;
    color: #999;
}

.y6k3n8m {
    padding: 40px 0;
    animation: fadeInUp 0.8s ease 0.5s backwards;
}

.a9m2k7j {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
}

.u4k9m3n {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.e7k2n5m {
    display: grid;
    gap: 25px;
}

.g3m8k6p {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.g3m8k6p:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateX(5px);
}

.g3m8k6p img {
    width: 200px;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.j5k9m2n {
    flex: 1;
}

.j5k9m2n h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

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

.j5k9m2n p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.8;
}

.j5k9m2n time {
    font-size: 12px;
    color: #999;
}

.i8k4m7n {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.o2k6n9m {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.o2k6n9m h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1e3c72;
}

.o2k6n9m ul {
    list-style: none;
}

.o2k6n9m ul li {
    margin-bottom: 10px;
}

.o2k6n9m ul li a {
    color: #666;
    display: block;
    padding: 8px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.o2k6n9m ul li a:hover {
    background: #f0f0f0;
    color: #667eea;
    padding-left: 15px;
}

.t7k3m5n {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.t7k3m5n a {
    padding: 6px 15px;
    background: #f0f0f0;
    color: #666;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.t7k3m5n a:hover {
    background: #667eea;
    color: #fff;
    transform: scale(1.05);
}

.c9k2m5n {
    padding: 40px 0;
    animation: fadeInUp 0.8s ease 0.7s backwards;
}

.v4k8m3j {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: grid;
    gap: 20px;
}

.n7k2m9p {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.n7k2m9p:hover {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transform: translateX(5px);
}

.h3k9m5j {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.h3k9m5j img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.p5k3m8n strong {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 3px;
}

.p5k3m8n time {
    font-size: 12px;
    color: #999;
}

.n7k2m9p p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.w8k5m2j {
    background: #2c3e50;
    color: #fff;
    padding: 40px 0 20px;
    margin-top: 60px;
}

.f2k7m4n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.s9k3m6p h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.s9k3m6p p {
    font-size: 14px;
    line-height: 1.8;
    color: #bdc3c7;
}

.s9k3m6p ul {
    list-style: none;
}

.s9k3m6p ul li {
    margin-bottom: 8px;
}

.s9k3m6p ul li a {
    color: #bdc3c7;
    font-size: 14px;
    transition: all 0.3s ease;
}

.s9k3m6p ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.k5m9j3n {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.k5m9j3n p {
    font-size: 14px;
    color: #bdc3c7;
}

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

.b8k4m7j.m3k7n5p {
    opacity: 1;
    visibility: visible;
}

.b8k4m7j:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.r5k8m2n {
    padding: 15px 0;
    background: #ecf0f1;
}

.r5k8m2n nav {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.r5k8m2n a {
    color: #667eea;
    transition: color 0.3s ease;
}

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

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

    .w5j9n2p {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .m2j8k4n {
        left: 20px;
    }

    .m2j8k4n h2 {
        font-size: 32px;
    }

    .m2j8k4n p {
        font-size: 16px;
    }

    .z5k8n2m {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }

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

    .g3m8k6p {
        flex-direction: column;
    }

    .g3m8k6p img {
        width: 100%;
        height: 200px;
    }

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

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

    .c4m8j5n {
        height: 300px;
    }

    .m2j8k4n h2 {
        font-size: 24px;
    }
}