* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background: #fafbfc;
}

.w9kp2x7q {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.h5jn8ty3 {
    background: linear-gradient(to right, #1a1a2e, #16213e);
    color: white;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    animation: m4pd8fr1 0.6s ease-out;
}

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

.g7bn2km9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.r3tx9wp5 h1 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.r3tx9wp5 a {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.r3tx9wp5 a:hover {
    opacity: 0.85;
    transform: scale(1.02);
}

.q8vw4nc7 {
    display: flex;
    gap: 2.5rem;
    list-style: none;
}

.q8vw4nc7 a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s;
    position: relative;
    padding: 8px 0;
}

.q8vw4nc7 a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #feca57);
    transition: all 0.3s;
    transform: translateX(-50%);
}

.q8vw4nc7 a:hover {
    color: white;
}

.q8vw4nc7 a:hover::before {
    width: 100%;
}

.d2fb9xk8 {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 50%, #feca57 100%);
    color: white;
    padding: 8rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.d2fb9xk8::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: j6rp3ny2 30s linear infinite;
}

@keyframes j6rp3ny2 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

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

.d2fb9xk8 h2 {
    font-size: 3.5rem;
    margin-bottom: 1.8rem;
    font-weight: 900;
    text-shadow: 2px 4px 12px rgba(0,0,0,0.2);
    animation: t8wp5nx9 1s ease-out;
}

.d2fb9xk8 p {
    font-size: 1.5rem;
    opacity: 0.95;
    font-weight: 300;
    animation: t8wp5nx9 1s ease-out 0.2s both;
}

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

.n6ty8rm3 {
    padding: 5rem 0;
}

.p9xw2jk7 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-top: 3.5rem;
}

.l4bn8vx2 {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: f7tq3mk6 0.7s ease-out both;
}

.l4bn8vx2:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 50px rgba(255,107,107,0.25);
}

@keyframes f7tq3mk6 {
    from {
        opacity: 0;
        transform: scale(0.85);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

.y3kn9wp8 {
    position: relative;
    overflow: hidden;
    height: 280px;
    background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%);
}

.y3kn9wp8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.9;
}

.l4bn8vx2:hover .y3kn9wp8 img {
    transform: scale(1.15) rotate(2deg);
    opacity: 1;
}

.x7vm2qk5 {
    padding: 2rem;
}

.x7vm2qk5 h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
    font-weight: 700;
}

.x7vm2qk5 p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

.b9ck4px7 {
    display: inline-block;
    color: #ff6b6b;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.b9ck4px7:hover {
    color: #ee5a6f;
    transform: translateX(8px);
}

.z2mq8fn5 {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    padding: 4rem 0;
    margin-top: 5rem;
    text-align: center;
}

.z2mq8fn5 p {
    opacity: 0.85;
    font-size: 1.05rem;
}

.u5wp9jx3 {
    background: white;
    padding: 1rem 0;
    margin-bottom: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.u5wp9jx3 ul {
    display: flex;
    list-style: none;
    gap: 0.7rem;
    flex-wrap: wrap;
    align-items: center;
}

.u5wp9jx3 a {
    color: #ff6b6b;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.u5wp9jx3 a:hover {
    color: #ee5a6f;
    transform: scale(1.05);
}

.u5wp9jx3 span {
    color: #ccc;
    font-weight: 300;
}

.c8kr4vn6 {
    position: fixed;
    bottom: 35px;
    right: 35px;
    background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%);
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.5rem;
    box-shadow: 0 6px 25px rgba(255,107,107,0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.c8kr4vn6.a9xp7tw2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.c8kr4vn6:hover {
    background: linear-gradient(135deg, #feca57 0%, #ff6b6b 100%);
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 10px 35px rgba(254,202,87,0.5);
}

.e4nw8jm5 {
    padding: 2.5rem 0;
}

.e4nw8jm5 h2 {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
    color: #1a1a2e;
    text-align: center;
    font-weight: 800;
    position: relative;
    padding-bottom: 1rem;
}

.e4nw8jm5 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #feca57);
    border-radius: 2px;
}

.k7vx3pw9 {
    background: white;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    line-height: 2;
}

.k7vx3pw9 h3 {
    font-size: 1.9rem;
    margin: 2.5rem 0 1.2rem;
    color: #1a1a2e;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

.k7vx3pw9 h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 70%;
    background: linear-gradient(180deg, #ff6b6b, #feca57);
    border-radius: 3px;
}

.k7vx3pw9 p {
    margin-bottom: 1.8rem;
    color: #555;
    font-size: 1.08rem;
    text-align: justify;
}

.t6mx9pn4 {
    margin: 2.5rem 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}

.t6mx9pn4 img {
    width: 100%;
    transition: transform 0.6s;
}

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

@media (max-width: 768px) {
    .q8vw4nc7 {
        flex-direction: column;
        gap: 1rem;
    }

    .d2fb9xk8 h2 {
        font-size: 2.2rem;
    }

    .d2fb9xk8 p {
        font-size: 1.1rem;
    }

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

    .c8kr4vn6 {
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
    }
}
