/* HaiJiao Forum Guide Styles - 15999918887.com.cn 2025 */

.hjforum-guide-layout {
    --hjforum-guide-accent: #ec4899;
    --hjforum-guide-highlight: #8b5cf6;
}

.hjforum-guide-intro {
    backdrop-filter: blur(15px);
    transition: all 0.5s ease;
}

.hjforum-guide-intro:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px rgba(99, 102, 241, 0.3);
}

.hjforum-guide-card .hjforum-card-wrapper {
    backdrop-filter: blur(12px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hjforum-guide-card:hover .hjforum-card-wrapper {
    transform: translateY(-10px) rotateX(6deg);
    box-shadow: 0 30px 60px rgba(99, 102, 241, 0.35);
}

.hjforum-guide-icon {
    transition: all 0.4s ease;
}

.hjforum-guide-card:hover .hjforum-guide-icon {
    transform: scale(1.15) rotate(8deg);
}

.hjforum-help-card {
    transition: all 0.4s ease;
}

.hjforum-help-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.25);
}

.hjforum-help-icon {
    transition: all 0.4s ease;
}

.hjforum-help-card:hover .hjforum-help-icon {
    transform: scale(1.12) rotate(5deg);
}

.hjforum-help-center {
    backdrop-filter: blur(12px);
    transition: all 0.4s ease;
}

.hjforum-help-center:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.25);
}

@keyframes hjforum-guide-fade-in {
    0% { opacity: 0; transform: translateY(40px) scale(0.9); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

.hjforum-guide-card {
    animation: hjforum-guide-fade-in 0.9s ease-out forwards;
}

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