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

.q4w8n3r {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: k3l7m9p 0.6s ease-out;
}

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

.t5y7u2m {
    padding: 0;
}

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

.z8x4c6v {
    padding: 20px 0;
}

.z8x4c6v a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.z8x4c6v a:hover {
    text-shadow: 0 0 20px rgba(255,255,255,0.8);
    transform: scale(1.05);
    display: inline-block;
}

.m2n7b9q {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.m2n7b9q li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
    display: inline-block;
}

.m2n7b9q li a:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.r6t8y4u {
    padding: 40px 0;
}

.a3s5d7f {
    margin-bottom: 50px;
}

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

.l8m3n6p {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    height: 400px;
    animation: q8w2e5r 1s ease-out;
}

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

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

.l8m3n6p:hover .w5e7r9t {
    transform: scale(1.1);
}

.q2w4e6r {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    animation: t6y8u4i 1.2s ease-out;
}

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

.q2w4e6r h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 700;
}

.q2w4e6r p {
    font-size: 18px;
    opacity: 0.9;
}

.y7u9i3o, .i4o6p8a, .s3d5f7g {
    margin-bottom: 50px;
    animation: r5e8w2q 1s ease-out;
}

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

.t6y8u2i {
    font-size: 28px;
    margin-bottom: 30px;
    color: #2c3e50;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

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

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

.e3w5q8a {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    animation: y7u3i9o 0.8s ease-out backwards;
}

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

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

.e3w5q8a:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.e3w5q8a a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.s4d6f8g {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.e3w5q8a:hover .s4d6f8g {
    transform: scale(1.05);
}

.h7j9k3l {
    padding: 20px;
}

.h7j9k3l h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 600;
}

.z2x4c6v {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 8px;
}

time {
    font-size: 13px;
    color: #95a5a6;
}

.h8j3k5l {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.h8j3k5l h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 600;
}

.n6m8b4v {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.n6m8b4v a {
    padding: 8px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.n6m8b4v a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.c7v9b2n {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #fff;
    padding: 40px 0;
    text-align: center;
    margin-top: 50px;
}

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

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

.m9n4k7j.u8i5o2p {
    opacity: 1;
    visibility: visible;
}

.m9n4k7j:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.w3e6r9t {
    padding: 15px 0;
    background: rgba(255,255,255,0.9);
    margin-bottom: 30px;
    border-radius: 10px;
}

.w3e6r9t a {
    color: #7f8c8d;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.w3e6r9t a:hover {
    color: #667eea;
}

.w3e6r9t span {
    margin: 0 8px;
    color: #bdc3c7;
}

.d5f8g2h {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    animation: a3s6d9f 0.8s ease-out;
}

@keyframes a3s6d9f {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.d5f8g2h h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.d5f8g2h p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.j4k7l2m {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.j4k7l2m img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.v5b8n3m {
    flex: 1;
}

.v5b8n3m h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 600;
}

.v5b8n3m ul {
    list-style: none;
}

.v5b8n3m ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ecf0f1;
}

.v5b8n3m ul li strong {
    color: #667eea;
    margin-right: 10px;
}

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

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

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

    .l8m3n6p {
        height: 300px;
    }

    .j4k7l2m {
        flex-direction: column;
    }

    .j4k7l2m img {
        width: 100%;
        height: auto;
    }
}