.hradt-creator-benefits-8m5k {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-bottom: 80px;
}

.hradt-benefit-card-6w9x {
    background: white;
    padding: 36px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.hradt-benefit-card-6w9x:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hradt-benefit-icon-5j3n {
    font-size: 48px;
    margin-bottom: 20px;
}

.hradt-benefit-card-6w9x h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.hradt-benefit-card-6w9x p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-gray);
}

.hradt-creator-steps-7k4m {
    margin: 80px 0;
}

.hradt-steps-grid-9k3n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
    position: relative;
}

.hradt-step-card-4w8x {
    background: white;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.hradt-step-number-8k2m {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    margin: 0 auto 20px;
}

.hradt-step-card-4w8x h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.hradt-step-card-4w8x p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-gray);
}

.hradt-success-stories-5w9k {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 60px 40px;
    border-radius: 16px;
}

.hradt-stories-grid-6m8x {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.hradt-story-card-3k7n {
    background: white;
    padding: 28px;
    border-radius: 12px;
}

.hradt-story-avatar-9j2m {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.hradt-story-name-5m9x {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.hradt-story-role-8k4n {
    font-size: 14px;
    color: var(--text-gray);
    margin-bottom: 16px;
}

.hradt-story-quote-4w7k {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-gray);
    font-style: italic;
}

@media (max-width: 768px) {
    .hradt-creator-benefits-8m5k,
    .hradt-steps-grid-9k3n,
    .hradt-stories-grid-6m8x {
        grid-template-columns: 1fr;
    }
}
/* 为所有页面添加平滑滚动和更好的过渡效果 */

html {
    scroll-behavior: smooth;
}

/* 增强卡片阴影和悬停效果 */
.hradt-category-card-9j3x {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-category-card-9j3x:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.hradt-benefit-card-6w9x {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-benefit-card-6w9x:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.hradt-step-card-4w8x {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-step-card-4w8x:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.hradt-step-number-8k2m {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
    margin: 0 auto 24px;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.hradt-price-card-3k7n {
    background: white;
    padding: 44px 36px;
    border-radius: 20px;
    border: 2px solid var(--border-color);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.hradt-price-card-3k7n:hover {
    border-color: var(--primary-color);
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.hradt-featured-plan-6k9m {
    border-color: var(--primary-color);
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.18);
    transform: scale(1.05);
}

.hradt-featured-plan-6k9m:hover {
    transform: scale(1.05) translateY(-8px);
}

.hradt-plan-price-9w4k {
    font-size: 52px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 28px;
    letter-spacing: -0.02em;
}

.hradt-faq-item-9k3n {
    background: white;
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-faq-item-9k3n:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateX(4px);
}

.hradt-success-stories-5w9k {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 80px 50px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hradt-story-card-3k7n {
    background: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.hradt-story-card-3k7n:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* 创作者权益区域优化 */
.hradt-creator-rights-section-7k4m {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

.hradt-rights-intro-9k2m {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.hradt-rights-intro-9k2m p {
    font-size: 18px;
    line-height: 1.9;
    color: var(--text-gray);
    text-align: center;
    margin-top: 20px;
}

.hradt-rights-grid-5w8k {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 50px;
}

.hradt-right-card-6j3m {
    background: white;
    padding: 40px 32px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.hradt-right-card-6j3m:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.hradt-right-icon-8k2m {
    font-size: 52px;
    margin-bottom: 24px;
    line-height: 1;
}

.hradt-right-card-6j3m h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.hradt-right-card-6j3m p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-gray);
    text-align: justify;
}

.hradt-right-highlight-4m9x {
    display: block;
    margin-top: 16px;
    padding: 12px 20px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--primary-color);
    font-weight: 700;
    border-radius: 8px;
    font-size: 15px;
    text-align: center;
}

/* 成为创作者步骤优化 */
.hradt-become-creator-section-3k7m {
    padding: 100px 0;
    background: white;
}

.hradt-steps-intro-8w5m {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.hradt-steps-intro-8w5m p {
    font-size: 18px;
    line-height: 1.9;
    color: var(--text-gray);
    margin-top: 20px;
}

.hradt-creator-step-item-9j4n {
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 28px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 32px;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.hradt-creator-step-item-9j4n:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color);
}

.hradt-step-num-badge-5k8m {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.hradt-step-content-7m3n {
    flex: 1;
}

.hradt-step-content-7m3n h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.hradt-step-content-7m3n p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-gray);
    text-align: justify;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .hradt-creator-step-item-9j4n {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 32px 24px;
    }

    .hradt-step-num-badge-5k8m {
        margin: 0 auto;
    }

    .hradt-right-card-6j3m p,
    .hradt-step-content-7m3n p {
        text-align: center;
    }

    .hradt-creator-step-item-9j4n:hover {
        transform: translateX(0) translateY(-4px);
    }
}
