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

body {
    font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    line-height: 1.7;
    color: #333;
    background: linear-gradient(135deg, #ffeef8 0%, #fff5f7 50%, #e8f4fd 100%);
    background-attachment: fixed;
}

.z5x8n3m9k7 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.p9m7x4n2k5 {
    background: linear-gradient(135deg, #ff6ec7 0%, #ff8fab 100%);
    color: white;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 0 4px 20px rgba(255, 110, 199, 0.3);
}

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

.w3n8x5m7k9 h1 {
    font-size: 2rem;
    font-weight: 900;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

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

.w3n8x5m7k9 h1 a:hover {
    text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.5);
}

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

.k7n5x9m2p8 a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s;
    position: relative;
}

.k7n5x9m2p8 a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 3px;
    background: white;
    transition: all 0.3s;
    transform: translateX(-50%);
    border-radius: 2px;
}

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

.v8m3x7n5k2 {
    background: linear-gradient(135deg, #ff6ec7 0%, #7b68ee 100%);
    color: white;
    padding: 8rem 0 5rem;
    margin-top: 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.v8m3x7n5k2::before {
    content: '✨';
    position: absolute;
    font-size: 150px;
    opacity: 0.1;
    top: -30px;
    left: 10%;
    animation: q3x9n7m5k2 15s infinite;
}

.v8m3x7n5k2::after {
    content: '🌸';
    position: absolute;
    font-size: 120px;
    opacity: 0.1;
    bottom: -20px;
    right: 10%;
    animation: q3x9n7m5k2 20s infinite reverse;
}

@keyframes q3x9n7m5k2 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(180deg); }
}

.v8m3x7n5k2 h2 {
    font-size: 3.8rem;
    margin-bottom: 1.5rem;
    font-weight: 900;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    animation: m7x3n9k5p2 1.2s ease-out;
}

.v8m3x7n5k2 p {
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    animation: m7x3n9k5p2 1.2s ease-out 0.2s both;
}

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

.n5x9m7k3p8 {
    padding: 5rem 0;
}

.n5x9m7k3p8 h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #ff6ec7;
    font-weight: 800;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.n5x9m7k3p8 h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ff6ec7, #7b68ee);
    transform: translateX(-50%);
    border-radius: 2px;
}

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

.p2m8x7n9k5 {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 25px rgba(255, 110, 199, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.p2m8x7n9k5::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 110, 199, 0.1), transparent);
    transition: left 0.5s;
}

.p2m8x7n9k5:hover::before {
    left: 100%;
}

.p2m8x7n9k5:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(255, 110, 199, 0.25);
}

.p2m8x7n9k5 h3 {
    color: #ff6ec7;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.p2m8x7n9k5 p {
    color: #666;
    line-height: 2;
    font-size: 1.05rem;
}

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

.w9m5x3n7k2 {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(123, 104, 238, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.w9m5x3n7k2:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(123, 104, 238, 0.25);
}

.q8n5x7m3k9 {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.q8n5x7m3k9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.w9m5x3n7k2:hover .q8n5x7m3k9 img {
    transform: scale(1.15) rotate(2deg);
}

.q8n5x7m3k9::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(255, 110, 199, 0.6), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.w9m5x3n7k2:hover .q8n5x7m3k9::after {
    opacity: 1;
}

.x5n9m7k2p8 {
    padding: 1.8rem;
}

.x5n9m7k2p8 h3 {
    color: #333;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.x5n9m7k2p8 p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

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

.m7x3n9k5p2 span {
    color: #ff6ec7;
    font-size: 0.9rem;
    font-weight: 600;
}

.v3x8n5m9k7 {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 8px 25px rgba(255, 110, 199, 0.15);
}

.k9n7x3m5p2 {
    border-bottom: 2px solid #ffeef8;
    padding: 2rem 0;
}

.k9n7x3m5p2:last-child {
    border-bottom: none;
}

.k9n7x3m5p2 h3 {
    color: #ff6ec7;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.k9n7x3m5p2 p {
    color: #666;
    line-height: 2.2;
    margin-bottom: 1rem;
}

.p8m3x7n5k9 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.p8m3x7n5k9 span {
    background: linear-gradient(135deg, #ff6ec7, #7b68ee);
    color: white;
    padding: 0.5rem 1.2rem;
    border-radius: 25px;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(255, 110, 199, 0.3);
}

.n7x9m5k3p8 {
    background: linear-gradient(135deg, #ff6ec7 0%, #7b68ee 100%);
    color: white;
    padding: 4rem 0;
    margin-top: 5rem;
    text-align: center;
}

.n7x9m5k3p8 p {
    font-size: 1.1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.x2n9m7k5p3 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: linear-gradient(135deg, #ff6ec7, #ff8fab);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(255, 110, 199, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    transform: scale(0) rotate(180deg);
}

.x2n9m7k5p3.v7n3x9m5k2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(0deg);
}

.x2n9m7k5p3:hover {
    transform: translateY(-8px) scale(1.1) rotate(360deg);
    box-shadow: 0 12px 30px rgba(255, 110, 199, 0.5);
}

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

    .v8m3x7n5k2 {
        padding: 5rem 0 3rem;
    }

    .v8m3x7n5k2 h2 {
        font-size: 2.5rem;
    }

    .v8m3x7n5k2 p {
        font-size: 1.2rem;
    }

    .x7k9m5n3p2,
    .k3n7x9m5p8 {
        grid-template-columns: 1fr;
    }

    .x2n9m7k5p3 {
        bottom: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
    }
}
