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

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

a:hover {
    color: #2c7a7b;
}

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

.a8n3k5w9m {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: q7w3k9m2p 0.5s ease;
}

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

.b4j7p2x8q {
    padding: 0 20px;
}

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

.d2p8k4n6x {
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0;
}

.d2p8k4n6x a {
    color: white;
}

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

.e5w9m3t7j li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.e5w9m3t7j li a:hover,
.e5w9m3t7j li a.w9k3m5p2x {
    background-color: rgba(255, 255, 255, 0.2);
}

.f7k3n9w2m {
    max-width: 1400px;
    margin: 30px auto;
    padding: 0 20px;
    min-height: 60vh;
}

.g1m8p5t4x {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 10px;
    animation: r4k9m3w7p 1s ease;
}

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

.h6w2k9n3j {
    max-width: 800px;
    margin: 0 auto;
}

.i4t7m1p8k {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.j9n3w5k2m {
    font-size: 20px;
    opacity: 0.95;
}

.k2p7m4w9n {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.l8k3n6w2p {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    animation: s8m4k7w2p 0.6s ease;
}

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

.l8k3n6w2p:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.m5t9p2k7w {
    display: flex;
    flex-direction: column;
}

.n3w7k1m9p {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.l8k3n6w2p:hover .n3w7k1m9p {
    transform: scale(1.05);
}

.o6k2p8m4t {
    padding: 25px;
}

.o6k2p8m4t h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2d3748;
}

.o6k2p8m4t h3 a {
    color: #2d3748;
}

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

.o6k2p8m4t time {
    display: block;
    color: #718096;
    font-size: 14px;
    margin-bottom: 15px;
}

.o6k2p8m4t p {
    color: #4a5568;
    line-height: 1.8;
}

.p9w4k7m2n {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.q2k8p5w3m {
    margin-bottom: 30px;
}

.q2k8p5w3m:last-child {
    margin-bottom: 0;
}

.q2k8p5w3m h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #2d3748;
    padding-bottom: 10px;
    border-bottom: 3px solid #667eea;
}

.r7m3k9w5p {
    list-style: none;
}

.r7m3k9w5p li {
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    transition: padding-left 0.3s ease;
}

.r7m3k9w5p li:last-child {
    border-bottom: none;
}

.r7m3k9w5p li:hover {
    padding-left: 10px;
}

.r7m3k9w5p li a {
    color: #4a5568;
    transition: color 0.3s ease;
}

.r7m3k9w5p li a:hover {
    color: #667eea;
}

.s4p9k2w7m {
    margin-top: 15px;
}

.s4p9k2w7m img {
    margin-bottom: 15px;
    border-radius: 8px;
}

.s4p9k2w7m p {
    color: #4a5568;
    line-height: 1.8;
}

.t8k3m7w2p {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: white;
    padding: 40px 20px;
    text-align: center;
    margin-top: 60px;
}

.t8k3m7w2p p {
    margin: 10px 0;
    opacity: 0.9;
}

.v3p7k4w9m {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 999;
}

.v3p7k4w9m:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.v3p7k4w9m.t9k4m7w2p {
    display: flex;
    animation: u3w7k9m2p 0.3s ease;
}

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

.y4k8m2w7p {
    background-color: #e2e8f0;
    padding: 15px 0;
    margin-bottom: 30px;
}

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

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

.y4k8m2w7p span {
    color: #4a5568;
}

.z6p2k9m5w {
    background: white;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    animation: s8m4k7w2p 0.6s ease;
}

.a1m7k4p9w {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
}

.a1m7k4p9w h2 {
    font-size: 32px;
    color: #2d3748;
    margin-bottom: 15px;
}

.b8k3p6m2w time {
    color: #718096;
    font-size: 14px;
}

.c5w9k2p7m {
    line-height: 1.8;
}

.d9m4k7p2w {
    margin-bottom: 40px;
}

.d9m4k7p2w:last-child {
    margin-bottom: 0;
}

.d9m4k7p2w h3 {
    font-size: 24px;
    color: #2d3748;
    margin: 30px 0 20px 0;
}

.d9m4k7p2w p {
    color: #4a5568;
    margin-bottom: 15px;
    text-indent: 2em;
}

.d9m4k7p2w img {
    margin: 25px 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .e5w9m3t7j {
        gap: 15px;
    }

    .i4t7m1p8k {
        font-size: 28px;
    }

    .j9n3w5k2m {
        font-size: 16px;
    }

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

    .z6p2k9m5w {
        padding: 20px;
    }

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

    .d9m4k7p2w h3 {
        font-size: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .k2p7m4w9n {
        grid-template-columns: repeat(2, 1fr);
    }
}
