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

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

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

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

.k8m4p2n7x {
    background: #fff;
    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;
    }
}

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

.f6g1h8j3k {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
}

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

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

.l5m0n4p8q a {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    position: relative;
    padding: 5px 0;
}

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

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

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

.r2s7t4u9v {
    min-height: calc(100vh - 200px);
}

.w1x6y3z8a {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.w1x6y3z8a::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.1)"/></svg>');
    animation: bgMove 20s linear infinite;
}

@keyframes bgMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(100px, 100px); }
}

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

.g4h9i6j1k {
    text-align: center;
    animation: fadeInUp 1s ease;
}

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

.l8m3n0o5p {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    animation: pulse 2s ease infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.q7r2s9t4u {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.v1w6x3y8z {
    font-size: 20px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.a4b9c2d7e {
    display: inline-block;
    background: #fff;
    color: #667eea;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.a4b9c2d7e:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.f3g8h1i6j, .y9z4a1b6c, .m7n2o5p0q, .e7f2g9h4i {
    padding: 80px 0;
}

.k2l7m4n9o {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #2c3e50;
    position: relative;
}

.k2l7m4n9o::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
}

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

.u6v1w9x4y {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    animation: fadeIn 0.8s ease;
}

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

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

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

.u6v1w9x4y:hover .z7a2b5c0d {
    transform: scale(1.1);
}

.e8f3g6h1i {
    padding: 25px;
}

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

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

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

.t5u0v7w2x {
    display: inline-block;
    color: #3498db;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.d7e2f9g4h {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.i3j8k5l0m {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

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

.n6o1p4q9r {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.s2t7u0v5w {
    padding: 30px;
}

.x8y3z6a1b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.h5i0j3k8l {
    display: inline-block;
    color: #3498db;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.h5i0j3k8l:hover {
    border-bottom-color: #3498db;
}

.r8s3t6u1v {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

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

.b1c6d3e8f {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.b1c6d3e8f:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.b1c6d3e8f:hover {
    transform: translateX(10px);
}

.g5h0i7j2k {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.l9m4n1o6p {
    flex: 1;
}

.q3r8s5t0u {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

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

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

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

.k1l6m3n8o {
    transition: all 0.3s ease;
}

.k1l6m3n8o:hover {
    transform: scale(1.05);
}

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

.u9v4w1x6y {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.z3a8b5c0d {
    font-size: 14px;
    color: #666;
}

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

.o4p9q2r7s {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

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

.t1u6v3w8x {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(5deg); }
}

.y5z0a7b2c {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d9e4f1g6h {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.i3j8k5l0m {
    color: #666;
    line-height: 1.8;
}

.n2o7p4q9r {
    background: #2c3e50;
    color: #fff;
    padding: 60px 0 30px;
    margin-top: 80px;
}

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

.x4y9z2a7b h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.h5i0j7k2l {
    color: #bdc3c7;
    line-height: 1.8;
}

.m9n4o1p6q {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.m9n4o1p6q a {
    color: #bdc3c7;
    transition: all 0.3s ease;
}

.m9n4o1p6q a:hover {
    color: #fff;
    padding-left: 5px;
}

.r3s8t5u0v {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #34495e;
    color: #bdc3c7;
}

.w7x2y9z4a {
    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;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    z-index: 999;
}

.w7x2y9z4a.show {
    opacity: 1;
    transform: scale(1);
}

.w7x2y9z4a:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.lazy-img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lazy-img.loaded {
    opacity: 1;
}

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

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

    .q7r2s9t4u {
        font-size: 32px;
    }

    .v1w6x3y8z {
        font-size: 16px;
    }

    .k2l7m4n9o {
        font-size: 28px;
    }

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

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

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

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

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