/* 全局重置和基础样式 */

/* ==================== 文字样式系统 ==================== */

/* Heading 样式 */
.heading-h1 {
    font-size: 60px;
    font-family: Inter;
    font-weight: 600;
    line-height: 78px;
    color: var(--text-primary);
    margin: 0;
}

.heading-h2 {
    font-size: 48px;
    font-family: Inter;
    font-weight: 600;
    line-height: 72px;
    color: var(--text-primary);
    margin: 0;
}

.heading-h3 {
    font-size: 32px;
    font-family: Inter;
    font-weight: 600;
    line-height: 48px;
    color: var(--text-primary);
    margin: 0;
}

.heading-h4 {
    font-size: 24px;
    font-family: Inter;
    font-weight: 600;
    line-height: 36px;
    color: var(--text-primary);
    margin: 0;
}

.heading-h5 {
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    line-height: 30px;
    color: var(--text-primary);
    margin: 0;
}

.heading-h6 {
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    line-height: 28px;
    color: var(--text-primary);
    margin: 0;
}

/* Body 样式 */
.body-large {
    font-size: 20px;
    font-family: Inter;
    font-weight: 400;
    line-height: 32px;
    color: var(--text-secondary);
    margin: 0;
}

.body-medium {
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 28px;
    color: var(--text-secondary);
    margin: 0;
}

.body-small {
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-secondary);
    margin: 0;
}

.body-caption {
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-secondary);
    margin: 0;
}

/* 文字颜色变体 */
.text-primary {
    color: var(--text-primary);
}

.text-secondary {
    color: var(--text-secondary);
}

.text-default {
    color: var(--text-default);
}

.text-white {
    color: var(--text-white);
}

.text-accent {
    color: var(--primary-color);
}

/* 文字对齐 */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    box-shadow: none;
    overflow-x: hidden;
    background-color: #ffffff;
}

/* CSS变量定义 */
:root {
    /* 主色调 */
    --primary-color: #B0F809;
    --primary-dark: #9DE708;
    --primary-light: #C1F82A;
    
    /* 按钮状态颜色 */
    --button-hover: #B0F809;
    --button-pressed: #A0DE10;
    --button-disabled: #D0D0D5;
    
    /* 导航悬停颜色 */
    --nav-hover: #A0DE10;
    
    /* 辅助色 */
    --secondary-color: #64748b;
    --accent-color: #B0F809;
    
    /* 中性色 */
    --text-primary: #0E1401;
    --text-secondary: #2A3A0A;
    --text-light: #4A5A1A;
    --text-default: #0E1401;
    --text-white: #ffffff;
    
    /* 背景色 */
    --bg-primary: #ffffff;
    --bg-secondary: #ffffff;
    --bg-tertiary: #ffffff;
    
    /* 边框和阴影 */
    --border-color: #e8f5d0;
    --shadow-sm: 0 1px 2px 0 rgba(176, 248, 9, 0.1);
    --shadow-md: 0 4px 6px -1px rgba(176, 248, 9, 0.15);
    --shadow-lg: 0 10px 15px -3px rgba(176, 248, 9, 0.2);
    --shadow-xl: 0 20px 25px -5px rgba(176, 248, 9, 0.25);
    
    /* 间距 */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    
    /* 圆角 */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    
    /* 字体 */
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 1.875rem;
    --font-size-4xl: 2.25rem;
    --font-size-5xl: 3rem;
    
    /* 同心圆尺寸变量 */
    --circle-1-size: 872px;
    --circle-2-size: 732px;
    --circle-3-size: 586px;
    
    /* 过渡 */
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}

/* 基础样式 */
html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family);
    font-size: var(--font-size-base);
    line-height: 1.6;
    color: var(--text-primary);
    background-color: #ffffff;
    overflow-x: hidden;
}

/* 容器 */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* Body容器 */
.body-container {
    width: 100%;
    box-sizing: border-box;
}

/* 当屏幕宽度超过1200px时，使用padding；否则内容占满宽度 */
@media (min-width: 1201px) {
    .body-container {
        padding: 0 32px;
    }
    
    .body-container > * {
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* 当屏幕宽度小于等于1200px时，内容占满宽度减去padding */
@media (max-width: 1200px) {
    .body-container {
        padding: 0 32px;
    }
}

/* Why Jobnova? 部分样式 */
.why-jobnova {
    padding: 80px 0;
    background: white;
}

.why-jobnova-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-jobnova-title {
    font-size: 48px;
    font-family: Inter;
    font-weight: 600;
    line-height: 72px;
    color: var(--text-primary);
    margin: 0;
}

.why-jobnova-cards {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.why-jobnova-card {
    flex: 1;
    height: 440px;
    padding: 64px 24px;
    background: white;
    border-radius: 24px;
    outline: 2px solid #D0D0D5;
    outline-offset: -2px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-sizing: border-box;
    
    /* 初始状态 - 隐藏 */
    opacity: 0;
    transform: translateY(40px);
}

/* 显示动画 */
.why-jobnova-card.animate-in {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.why-jobnova-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    outline-color: var(--primary-color, #B0F809);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-icon {
    margin-bottom: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    width: 72px;
    height: 72px;
}

.card-svg-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 2;
}

.green-dot {
    width: 31.88px;
    height: 31.88px;
    background: #A8FA00;
    border-radius: 46.88px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.card-main-text {
    /* H3样式 */
    color: var(--text-default, #0E1401);
    font-size: 32px;
    font-family: Inter;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    min-height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-sub-text {
    /* body20样式 */
    font-size: 20px;
    font-family: Inter;
    font-weight: 400;
    line-height: 28px;
    color: #151614;
    margin-bottom: 0;
    text-align: center;
    align-self: stretch;
}

/* 主要文字和次要文字的容器 */
.card-text-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: auto;
}

.card-detail-text {
    /* body16样式 */
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    color: #898B8D;
    text-align: center;
    min-height: 48px;
    align-self: stretch;
}

/* How it works 模块样式 */
.how-it-works {
    padding: 80px 0;
    background: white;
    margin-top: 80px;
}

.how-it-works-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.how-it-works-title {
    font-size: 48px;
    font-family: Inter;
    font-weight: 600;
    line-height: 72px;
    color: var(--text-primary);
    text-align: center;
    margin: 0;
}

.how-it-works-content {
    display: flex;
    flex-direction: column;
    gap: 120px; /* 增加步骤之间的间距 */
    width: 100%;
}

.step-container {
    display: flex;
    align-items: center;
    gap: 80px;
    width: 100%;
    min-height: 500px; /* 确保每个步骤容器有最小高度 */
}

.step-left {
    flex: 1;
    padding-right: 40px;
    position: relative;
}

.step-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;  /* 改为右对齐 */
    align-items: center;
    padding-left: 40px;  /* 添加左边距，确保与视觉元素有距离 */
}

/* 步骤文字内容样式 */
.step-text-content {
    width: 100%;
    min-height: 200px; /* 确保文字内容区域有最小高度 */
    padding-right: 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;  /* 使用24px间距，与用户提供的样式一致 */
    position: relative;  /* 确保子元素的绝对定位相对于此容器 */
}

/* 当step-text-content在step-right中时的特殊样式 */
.step-right .step-text-content {
    padding-right: 0;  /* 移除右边距 */
    padding-left: 0;   /* 移除左边距，由父容器控制 */
    width: 100%;       /* 确保在容器内100%展示 */
    max-width: 500px;  /* 与其他步骤的文字内容宽度一致 */
    align-items: flex-start;  /* 文字内容左对齐 */
    justify-content: flex-start;  /* 左对齐 */
}

.step-header {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    margin: 0 !important;  /* 确保没有margin影响间距 */
    padding: 0 !important; /* 确保没有padding影响间距 */
    border: none !important; /* 确保没有border影响间距 */
    box-sizing: border-box !important; /* 确保盒模型一致 */
}

/* 当step-header在step-right中时的特殊样式 */
.step-right .step-header {
    justify-content: flex-start;  /* 在右侧容器中左对齐 */
}

/* 当step-number在step-right中时的特殊样式 */
.step-right .step-number {
    left: -15px;  /* 恢复与标题对应的位置 */
    right: auto;  /* 重置right定位 */
}

.step-number {
    width: 34px;
    height: 34px;
    left: -15px;
    top: -4.50px;
    position: absolute;
    background: #A8FA00;
    border-radius: 9999px;
    z-index: 1;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
    background-clip: content-box !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.step-title {
    color: var(--text-default, #0E1401);
    font-size: 32px;
    font-family: Inter;
    font-weight: 600;
    line-height: 38.40px;  /* 按照用户要求的行高 */
    word-wrap: break-word;
    margin: 0 !important;  /* 确保没有margin影响间距 */
    padding: 0 !important; /* 确保没有padding影响间距 */
    z-index: 2;
    height: auto;  /* 高度自适应内容 */
}

/* 当step-title在step-right中时的特殊样式 */
.step-right .step-title {
    width: 100%;  /* 确保在容器内100%展示 */
    text-align: left;  /* 文字左对齐 */
}

.step-description {
    align-self: stretch;
    color: var(--text-default, #0E1401);
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    margin: 0 !important;  /* 确保没有margin影响间距 */
    padding: 0 !important; /* 确保没有padding影响间距 */
    border: none !important; /* 确保没有border影响间距 */
    box-sizing: border-box !important; /* 确保盒模型一致 */
}

/* 当step-description在step-right中时的特殊样式 */
.step-right .step-description {
    width: 100%;  /* 确保在容器内100%展示 */
    text-align: left;  /* 文字左对齐 */
}

.step-visual {
    width: 100%;
    max-width: 500px;
    height: 300px;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
}

/* AI Match Visual 样式 */
.ai-match-visual {
    height: 418px !important;
    background: transparent !important;
    position: relative;
    overflow: visible;
}

.ai-match-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

.step-container:hover .ai-match-container {
    /* 无整体位移，保持静态 */
}

.step-container:hover .ai-main-image {
    /* 无hover动效，保持静态 */
}

.step-container:hover .ai-cards-right {
    transform: rotateY(8deg);
}

.step-container:hover .ai-card {
    box-shadow: 45px 55px 70px rgba(32, 32, 35, 0.2);
    animation: cardPulse 2s ease-in-out infinite;
}

.step-container:hover .ai-card:nth-child(2) {
    box-shadow: 45px 55px 70px rgba(32, 32, 35, 0.2);
    animation: cardPulseReverse 2s ease-in-out infinite;
}

.step-container:hover .ai-card-bottom {
    box-shadow: 38px 46px 58px rgba(32, 32, 35, 0.18);
    animation: cvUpDown 2s ease-in-out infinite;
}

/* Tracking opportunities worldwide 模块的hover动效 */
.step-container:hover .worldwide-main {
    transition: all 0.3s ease;
}

.step-container:hover .worldwide-overlay {
    transform: translateY(-4px) scale(1.08);
    transition: all 0.3s ease;
}

.step-container:hover .worldwide-icon {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 12px 20px 32px rgba(32, 32, 35, 0.08);
    transition: all 0.3s ease;
}

/* Apply.png 容器的hover动效 */
.step-container:hover .apply-container {
    animation: applyPulse 2s ease-in-out infinite;
}

/* Apply.png 循环放大缩小动画 */
@keyframes applyPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 8px 16px 24px rgba(24, 24, 26, 0.04);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 12px 24px 36px rgba(32, 32, 35, 0.08);
    }
}

/* Apply.png 图片在容器内保持100%填充 */
.apply-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}



/* 图片指示器样式 */
.indicator-image {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    object-fit: contain;
    transition: all 0.3s ease;
}

/* 图片指示器位置 */
.indicator-1 {
    left: 129px;
    top: 202px;
    width: 24px;
    height: 24px;
}

.indicator-2 {
    left: 172px;
    top: 164px;
    width: 20px;
    height: 20px;
}

.indicator-3 {
    left: 243px;
    top: 332px;
    width: 28px;
    height: 28px;
}

.indicator-4 {
    left: 160px;
    top: 204px;
    width: 16px;
    height: 16px;
}

.indicator-5 {
    left: 233px;
    top: 272px;
    width: 32px;
    height: 32px;
}

.indicator-6 {
    left: 126px;
    top: 144px;
    width: 32px;
    height: 32px;
}

.indicator-7 {
    left: 212px;
    top: 212px;
    width: 22px;
    height: 22px;
}

.indicator-8 {
    left: 174px;
    top: 202px;
    width: 32px;
    height: 36px;
}

/* 图片指示器hover效果 - 随机出现消失动画 */
.step-container:hover .indicator-1 {
    animation: indicatorFlicker1 2s ease-in-out infinite;
    animation-delay: 0s;
}

.step-container:hover .indicator-2 {
    animation: indicatorFlicker2 2.3s ease-in-out infinite;
    animation-delay: 0.4s;
}

.step-container:hover .indicator-3 {
    animation: indicatorFlicker3 1.8s ease-in-out infinite;
    animation-delay: 0.8s;
}

.step-container:hover .indicator-4 {
    animation: indicatorFlicker4 2.5s ease-in-out infinite;
    animation-delay: 0.2s;
}

.step-container:hover .indicator-5 {
    animation: indicatorFlicker5 2.1s ease-in-out infinite;
    animation-delay: 0.6s;
}

.step-container:hover .indicator-6 {
    animation: indicatorFlicker6 1.9s ease-in-out infinite;
    animation-delay: 0.1s;
}

.step-container:hover .indicator-7 {
    animation: indicatorFlicker7 2.4s ease-in-out infinite;
    animation-delay: 0.9s;
}

.step-container:hover .indicator-8 {
    animation: indicatorFlicker8 2.2s ease-in-out infinite;
    animation-delay: 0.3s;
}











/* 图片指示器基础样式 */
.indicator-image {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    object-fit: contain;
    opacity: 1;
    transform: scale(1) translateY(0);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}



/* 指示器闪烁动画 */
@keyframes indicatorFlicker1 {
    0%, 100% { opacity: 1; transform: scale(1.2) translateY(0); }
    25%, 75% { opacity: 0.3; transform: scale(0.8) translateY(10px); }
    50% { opacity: 0; transform: scale(0.5) translateY(15px); }
}

@keyframes indicatorFlicker2 {
    0%, 100% { opacity: 1; transform: scale(1.5) translateY(0); }
    30%, 70% { opacity: 0.4; transform: scale(0.9) translateY(8px); }
    50% { opacity: 0; transform: scale(0.6) translateY(12px); }
}

@keyframes indicatorFlicker3 {
    0%, 100% { opacity: 1; transform: scale(1.8) translateY(0); }
    20%, 80% { opacity: 0.2; transform: scale(0.7) translateY(12px); }
    50% { opacity: 0; transform: scale(0.4) translateY(18px); }
}

@keyframes indicatorFlicker4 {
    0%, 100% { opacity: 1; transform: scale(1.3) translateY(0); }
    35%, 65% { opacity: 0.5; transform: scale(0.8) translateY(6px); }
    50% { opacity: 0; transform: scale(0.5) translateY(10px); }
}

@keyframes indicatorFlicker5 {
    0%, 100% { opacity: 1; transform: scale(1.6) translateY(0); }
    15%, 85% { opacity: 0.3; transform: scale(0.9) translateY(8px); }
    50% { opacity: 0; transform: scale(0.6) translateY(14px); }
}

@keyframes indicatorFlicker6 {
    0%, 100% { opacity: 1; transform: scale(1.4) translateY(0); }
    25%, 75% { opacity: 0.4; transform: scale(0.8) translateY(9px); }
    50% { opacity: 0; transform: scale(0.5) translateY(13px); }
}

@keyframes indicatorFlicker7 {
    0%, 100% { opacity: 1; transform: scale(1.7) translateY(0); }
    40%, 60% { opacity: 0.2; transform: scale(0.7) translateY(11px); }
    50% { opacity: 0; transform: scale(0.4) translateY(16px); }
}

@keyframes indicatorFlicker8 {
    0%, 100% { opacity: 1; transform: scale(1.1) translateY(0); }
    20%, 80% { opacity: 0.5; transform: scale(0.8) translateY(7px); }
    50% { opacity: 0; transform: scale(0.5) translateY(11px); }
}

@keyframes indicatorPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.8;
    }
}

/* 浮动动画 */
@keyframes float {
    0%, 100% { transform: scale(1.05) rotateY(-3deg) translateY(0px); }
    50% { transform: scale(1.05) rotateY(-3deg) translateY(-4px); }
}

@keyframes cardPulse {
    0%, 100% { 
        transform: scale(1.05) translateX(0px); 
    }
    50% { 
        transform: scale(0.95) translateX(-2px); 
    }
}

@keyframes cardPulseReverse {
    0%, 100% { 
        transform: scale(0.95) translateX(0px); 
    }
    50% { 
        transform: scale(1.05) translateX(-2px); 
    }
}

@keyframes cvUpDown {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-4px); }
}

.ai-main-image {
    width: 400px;
    height: 418px;
    position: absolute;
    left: 58px;
    top: 0px;
    object-fit: contain;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-cards-right {
    width: 257px;
    position: absolute;
    left: 298px;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-card {
    width: 256px;
    height: 136px;
    box-shadow: 32px 40px 48px rgba(32, 32, 35, 0.12);
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ai-card:nth-child(2) {
    height: 140px;
}

.ai-card-bottom {
    width: 250px;
    height: 77px;
    position: absolute;
    left: 0px;
    top: 327px;
    box-shadow: 32px 40px 48px rgba(32, 32, 35, 0.12);
    border-radius: 12px;
    object-fit: contain;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .why-jobnova-cards {
        gap: 20px;
    }
    
    .why-jobnova-card {
        height: 380px;
        padding: 56px 20px;
    }
    
    .how-it-works {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    .step-container {
        flex-direction: column;
        gap: 48px;
    }
    
    .step-left,
    .step-right {
        width: 100%;
        padding-right: 0;
        padding-left: 0;  /* 响应式时移除所有padding */
    }
    
    .step-right {
        justify-content: center;  /* 响应式时恢复居中对齐 */
    }
    
    /* 响应式时恢复默认的文字对齐 */
    .step-right .step-text-content {
        align-items: flex-start;  /* 响应式时恢复左对齐 */
        justify-content: flex-start;  /* 响应式时恢复左对齐 */
        max-width: 100%;  /* 响应式时使用全宽 */
    }
    
    .step-right .step-header {
        justify-content: flex-start;  /* 响应式时恢复左对齐 */
    }
    
    .step-right .step-number {
        left: -15px;  /* 响应式时恢复默认位置 */
        right: auto;  /* 重置right定位 */
    }
    
    .step-right .step-title {
        text-align: left;  /* 响应式时恢复左对齐 */
    }
    
    .step-right .step-description {
        text-align: left;  /* 响应式时恢复左对齐 */
    }
    
    .how-it-works-title {
        font-size: 36px;
        line-height: 54px;
    }
    
    .step-number {
        width: 30px;
        height: 30px;
        left: -13px;
        top: -4px;
    }
    
    .step-title {
        font-size: 28px;
        line-height: 33.60px;  /* 保持1.2的行高比例 */
    }
}

@media (max-width: 768px) {
    .body-container {
        padding: 0 24px;
    }
    
    .why-jobnova {
        padding: 60px 0;
    }
    
    .why-jobnova-title {
        font-size: 36px;
    }
    
    .why-jobnova-cards {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    
    .why-jobnova-card {
        width: 100%;
        height: auto;
        min-height: 350px;
        padding: 48px 20px;
    }
    
    .how-it-works {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    
    .how-it-works-container {
        gap: 48px;
    }
    
    .how-it-works-content {
        gap: 48px;
    }
    
    .how-it-works-title {
        font-size: 32px;
        line-height: 48px;
    }
    
    .step-number {
        width: 28px;
        height: 28px;
        left: -12px;
        top: -3.5px;
    }
    
    .step-title {
        font-size: 24px;
        line-height: 28.80px;  /* 保持1.2的行高比例 */
    }
}

/* Button Component Styles */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-decoration: none;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: all var(--transition-normal);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    color: white;
    background: var(--text-primary);
    word-wrap: break-word;
    box-sizing: border-box;
    height: auto;
    min-height: 40px;
    flex-direction: row;
}

/* Button Sizes */
.btn-S {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    height: 32px;
}

.btn-M {
    padding: 8px 24px;
    font-size: 15px;
    line-height: 22px;
    height: 40px;
}

.btn-L {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    min-height: 48px;
}

.btn-XL {
    padding: 16px 28px;
    font-size: 18px;
    line-height: 26px;
    height: 48px;
}

/* Button Types */
.btn-Primary {
    background: var(--text-default);
    color: var(--text-white);
    padding: 14px 20px;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    height: 48px;
    width: 164px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
}

.btn-Primary:hover {
    background: var(--primary-color);
    color: var(--text-primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* 确保hover时按钮内的所有元素都有平滑过渡 */
.btn-Primary:hover * {
    transition: all var(--transition-normal);
}

.btn-Primary:active {
    background: #A0DE10;
    color: var(--text-primary);
    transform: translateY(0);
}

/* 确保Primary Button内的图标在hover和active状态下颜色一致 */
.btn-Primary:hover img,
.btn-Primary:hover svg {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.btn-Primary:active img,
.btn-Primary:active svg {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}



/* 确保Primary Button内的所有元素都垂直居中 */
.btn-Primary * {
    vertical-align: middle;
    align-self: center;
}

/* 特别处理Primary Button内的文字和图标 */
.btn-Primary .btn-text,
.btn-Primary div[style*="color: var(--text-white)"] {
    display: flex;
    align-items: center;
    height: 100%;
}

.btn-Primary img,
.btn-Primary .btn-right-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all var(--transition-normal);
}

/* 箭头hover动效 - 简洁版本 */
.btn-Primary:hover img,
.btn-Primary:hover .btn-right-icon {
    transform: translateX(4px) scale(1.1);
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    transition: all 0.3s ease;
}

/* 箭头进入动画 - 简单淡入 */
.btn-Primary img,
.btn-Primary .btn-right-icon {
    opacity: 0;
    animation: arrowFadeIn 0.4s ease forwards;
}

@keyframes arrowFadeIn {
    to {
        opacity: 1;
    }
}

.btn-Secondary {
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
    outline: none;
    transition: all var(--transition-normal);
    overflow: hidden;
    height: 40px;
    /* 确保边框渲染清晰 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.btn-Secondary:hover {
    background: var(--button-hover);
    color: var(--text-primary);
    border-color: var(--button-hover);
    transform: translateY(-2px);
}

.btn-Secondary:active {
    background: var(--button-pressed);
    border-color: var(--button-pressed);
    transform: translateY(0);
}

.btn-Outline {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--border-color);
    transition: all var(--transition-normal);
    height: 40px;
}

.btn-Outline:hover {
    background: var(--button-hover);
    color: var(--text-primary);
    border-color: var(--button-hover);
    transform: translateY(-2px);
}

.btn-Outline:active {
    background: var(--button-pressed);
    border-color: var(--button-pressed);
    transform: translateY(0);
}

/* Focus states for accessibility */
.btn:focus {
    outline: 2px solid var(--button-hover) !important;
    outline-offset: 2px !important;
}

.btn:focus:not(:focus-visible) {
    outline: none !important;
}

.btn:focus-visible {
    outline: 2px solid var(--button-hover) !important;
    outline-offset: 2px !important;
}

/* Pressed state styles */
.btn.pressed {
    transform: translateY(0) !important;
    transition: transform 0.1s ease !important;
}

/* Button States */
.btn-Default {
    opacity: 1;
}

.btn-Disabled {
    background: var(--button-disabled) !important;
    color: #666 !important;
    border-color: var(--button-disabled) !important;
    cursor: not-allowed;
    pointer-events: none;
    transform: none !important;
    box-shadow: none !important;
}

.btn-Loading {
    position: relative;
    color: transparent;
}

.btn-Loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Button with Icons */
.btn[data-lefticon="true"] .btn-left-icon,
.btn[data-righticon="true"] .btn-right-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

/* Ensure consistent button heights */
.btn[data-size="L"] {
    height: 40px !important;
}

.btn[data-size="M"] {
    height: 40px !important;
}

.btn[data-lefticon="false"] .btn-left-icon,
.btn[data-righticon="false"] .btn-right-icon {
    display: none;
}

/* Button Full Width */
.btn[data-fullwidth="true"] {
    width: 100%;
}

/* Button Icon Only */
.btn[data-icononly="true"] {
    padding: 14px;
    min-width: 52px;
}

.btn[data-icononly="true"] .btn-text {
    display: none;
}

/* Loading Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Ripple Animation */
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.btn-primary {
    background-color: var(--primary-color);
    color: white;
    border: 2px solid var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    color: var(--text-primary);
}

.btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.btn-outline {
    background-color: transparent;
    color: var(--text-primary);
    border: 2px solid var(--border-color);
}

.btn-outline:hover {
    background-color: var(--bg-secondary);
    border-color: var(--text-secondary);
    transform: translateY(-2px);
}

.btn-large {
    padding: var(--spacing-md) var(--spacing-lg);
    font-size: var(--font-size-lg);
}

.btn-full {
    width: 100%;
}

/* 导航栏 */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    backdrop-filter: none;
    border-bottom: none;
    z-index: 1000;
    transition: all var(--transition-normal);
}

/* 确保导航栏在初始状态下完全透明 */
.navbar:not(.scrolled) {
    background-color: transparent !important;
    backdrop-filter: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* 滚动状态下的导航栏 */
.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* 滚动状态下导航链接的hover效果 */
.navbar.scrolled .nav-link:hover {
    color: var(--nav-hover);
}

.navbar.scrolled .affiliate-text:hover {
    color: var(--nav-hover);
}

.navbar.scrolled .nav-affiliate:hover .affiliate-text {
    color: var(--nav-hover);
}

/* 滚动状态下保持绿色下划线 */
.navbar.scrolled .nav-link::after {
    background-color: var(--nav-hover);
}

.navbar.scrolled .affiliate-text::after {
    background-color: var(--nav-hover);
}

/* 滚动状态下导航按钮的hover样式 */
.navbar.scrolled .nav-buttons .btn {
    /* 滚动状态下也只禁用transform，保持其他所有样式 */
    transform: none !important;
}

.navbar.scrolled .nav-buttons .btn:hover {
    /* 滚动状态下hover时也只禁用transform，保持其他所有效果 */
    transform: none !important;
}

/* 滚动状态下30%标签恢复原始设计 */
.navbar.scrolled .affiliate-badge {
    background: linear-gradient(280deg, #A7ED03 0%, #D0EB05 100%);
}

.navbar.scrolled .affiliate-badge span {
    color: var(--text-default);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 32px;
    width: 100%;
    box-sizing: border-box;
}

.nav-logo {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 185px;
    height: 40px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 72px;
}

.nav-link {
    color: black;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    transition: all var(--transition-fast);
    position: relative;
    cursor: pointer;
}

.nav-link:hover {
    color: black;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--text-primary);
    transition: width var(--transition-normal);
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link.active {
    color: var(--nav-hover);
}

.nav-link.active::after {
    width: 100%;
}

/* Affiliate Section */
.nav-affiliate {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
}

.affiliate-text {
    color: black;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    transition: all var(--transition-fast);
    cursor: pointer;
    position: relative;
}

.affiliate-text:hover {
    color: black;
}

.affiliate-text::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--text-primary);
    transition: width var(--transition-normal);
}

.affiliate-text:hover::after {
    width: 100%;
}

/* Affiliate整体悬停效果 */
.nav-affiliate:hover .affiliate-text {
    color: black;
}

.affiliate-badge {
    width: 100%;
    height: 100%;
    padding: 2px 6px;
    background: #0E1401;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.affiliate-badge span {
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* 导航栏按钮特殊样式 - 只禁用大小和位移变化 */
.nav-buttons .btn {
    /* 只禁用transform和transition，保持其他所有原始样式 */
    transform: none !important;
}

.nav-buttons .btn:hover {
    /* 只禁用transform，保持其他所有hover效果 */
    transform: none !important;
}

.nav-buttons .btn:active {
    /* 只禁用transform，保持其他所有active效果 */
    transform: none !important;
}

.nav-buttons .btn:focus {
    /* 只禁用transform，保持其他所有focus效果 */
    transform: none !important;
}

/* 导航栏中的Small Primary按钮使用Small尺寸的样式 */
.nav-buttons .btn.btn-Primary.btn-S {
    height: 32px !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
}







.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: var(--text-primary);
    transition: all var(--transition-normal);
}

/* 主要内容区域 */
main {
    box-shadow: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

/* 英雄区域 */
.hero {
    height: 728px;
    padding: calc(80px + var(--spacing-2xl)) 0 var(--spacing-2xl);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 60px;
    position: relative;
    z-index: 300;
}

.hero-title {
    font-size: 60px;
    font-family: Inter;
    font-weight: 600;
    line-height: 78px;
    margin-bottom: var(--spacing-xl);
    color: var(--text-primary);
    max-width: 1000px;
    text-align: center;
}

.highlight {
    color: var(--primary-color);
    position: relative;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: var(--primary-color);
    opacity: 0.4;
    border-radius: var(--radius-sm);
}

.hero-subtitle {
    font-size: 24px;
    color: #242424;
    margin-bottom: var(--spacing-xl);
    line-height: 32px;
    max-width: 1067px;
    text-align: center;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-xl);
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    z-index: 9999;
}

.hero-stats {
    display: flex;
    gap: var(--spacing-xl);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--primary-color);
}

.stat-label {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hero-image {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
}

.floating-card {
    position: absolute;
    background: white;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 32px 40px 48px rgba(32, 32, 35, 0.12);
    animation: float 3s ease-in-out infinite;
    border: 2px solid var(--primary-color);
    z-index: 200;
    width: fit-content;
    max-width: 320px;
}

.floating-card-content {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.company-logo {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    background: #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo .logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.job-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.job-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-time {
    font-size: 12px;
    color: #6B7280;
    line-height: 16px;
}

.card-1 {
    top: 20%;
    left: 60px;
    animation-delay: 0s;
}

.card-2 {
    top: 50%;
    right: 60px;
    animation-delay: 1s;
}

.card-3 {
    bottom: 20%;
    left: 60px;
    animation-delay: 2s;
}

/* 响应式设计 - 浮动卡片 */
@media (max-width: 1024px) {
    .floating-card {
        width: fit-content;
        max-width: 280px;
        padding: 12px;
    }
    
    .company-logo {
        width: 36px;
        height: 36px;
    }
    
    .job-title {
        font-size: 13px;
    }
    
    .job-time {
        font-size: 11px;
    }
    
    .card-1 {
        left: 40px;
    }
    
    .card-2 {
        right: 40px;
    }
    
    .card-3 {
        left: 40px;
    }
}

@media (max-width: 768px) {
    .floating-card {
        width: fit-content;
        max-width: 240px;
        padding: 10px;
    }
    
    .floating-card-content {
        gap: 8px;
    }
    
    .company-logo {
        width: 32px;
        height: 32px;
    }
    
    .job-title {
        font-size: 12px;
        line-height: 18px;
    }
    
    .job-time {
        font-size: 10px;
        line-height: 14px;
    }
    
    .card-1 {
        top: 15%;
        left: 20px;
    }
    
    .card-2 {
        top: 45%;
        right: 20px;
    }
    
    .card-3 {
        bottom: 15%;
        left: 20px;
    }
}

@media (max-width: 480px) {
    .floating-card {
        display: none;
    }
}

/* 区域标题 */
.section-header {
    text-align: center;
    margin-bottom: var(--spacing-2xl);
}

.section-title {
    font-size: var(--font-size-4xl);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
}

.section-subtitle {
    font-size: var(--font-size-lg);
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* 功能特性区域 */
.features {
    padding: var(--spacing-2xl) 0;
    background-color: var(--bg-secondary);
}

/* Banner背景 */
.hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
    overflow: visible;
}



/* 背景椭圆基础样式 */
.bg-ellipse {
    position: absolute;
    border-radius: 9999px;
    transform-origin: top left;
    z-index: 1;
}

/* 椭圆1 */
.bg-ellipse-1 {
    width: 882.16px;
    height: 389.39px;
    left: 582.19px;
    top: 79.88px;
    transform: rotate(-10deg);
    transform-origin: top left;
    background: #F3FF74;
    animation: float-ellipse-1 8s ease-in-out infinite;
    animation-delay: 0s;
}

/* 椭圆2 */
.bg-ellipse-2 {
    width: 882.16px;
    height: 389.39px;
    left: -73.24px;
    top: 239.11px;
    transform: rotate(-10deg);
    transform-origin: top left;
    background: #A8FA00;
    animation: float-ellipse-2 10s ease-in-out infinite;
    animation-delay: 1s;
}

/* 椭圆3 */
.bg-ellipse-3 {
    width: 882.16px;
    height: 389.39px;
    left: 790.72px;
    top: 266.88px;
    transform: rotate(-10deg);
    transform-origin: top left;
    background: #A2EA13;
    animation: float-ellipse-3 12s ease-in-out infinite;
    animation-delay: 2s;
}

/* 椭圆4 */
.bg-ellipse-4 {
    width: 686.87px;
    height: 450.15px;
    left: -201.28px;
    top: 153.24px;
    transform: rotate(-10deg);
    transform-origin: top left;
    background: #B4FA89;
    animation: float-ellipse-4 9s ease-in-out infinite;
    animation-delay: 3s;
}

/* 椭圆5 */
.bg-ellipse-5 {
    width: 686.66px;
    height: 302.90px;
    left: 456.53px;
    top: 85.85px;
    transform: rotate(-10deg);
    transform-origin: top left;
    background: #BCFF85;
    animation: float-ellipse-5 11s ease-in-out infinite;
    animation-delay: 4s;
}

/* 椭圆6 */
.bg-ellipse-6 {
    width: 625.57px;
    height: 275.84px;
    left: 386.49px;
    top: 14.87px;
    transform: rotate(-10deg);
    transform-origin: top left;
    background: #DBFF91;
    animation: float-ellipse-6 13s ease-in-out infinite;
    animation-delay: 5s;
}

/* 椭圆7 */
.bg-ellipse-7 {
    width: 761.20px;
    height: 335.79px;
    left: 956.45px;
    top: 118.43px;
    transform: rotate(-10deg);
    transform-origin: top left;
    background: #EAFFC2;
    animation: float-ellipse-7 7s ease-in-out infinite;
    animation-delay: 0.5s;
}

/* 椭圆8 */
.bg-ellipse-8 {
    width: 227.21px;
    height: 65.16px;
    left: 280.75px;
    top: 208.84px;
    transform: rotate(-10deg);
    transform-origin: top left;
    background: #F3FF74;
    animation: float-ellipse-8 6s ease-in-out infinite;
    animation-delay: 1.5s;
}

/* 椭圆9 */
.bg-ellipse-9 {
    width: 227.21px;
    height: 65.16px;
    left: 283.13px;
    top: 222.22px;
    transform: rotate(-10deg);
    transform-origin: top left;
    background: rgba(168, 250, 0, 0.8);
    animation: float-ellipse-9 5s ease-in-out infinite;
    animation-delay: 2.5s;
}

/* 底部同心圆 - 响应式左右居中布局 */
.concentric-circle {
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
    z-index: 50;
    /* 只实现左右居中，保持原始y轴位置 */
    left: 50%;
    transform: translateX(-50%);
}

/* 同心圆1 - 最外层 */
.circle-1 {
    width: var(--circle-1-size);
    height: var(--circle-1-size);
    top: 172px;
    opacity: 0.18;
    background: white;
    z-index: 50;
}

/* 同心圆2 - 中间层 */
.circle-2 {
    width: var(--circle-2-size);
    height: var(--circle-2-size);
    top: 241px;
    opacity: 0.30;
    background: white;
    z-index: 50;
}

/* 同心圆3 - 最内层 */
.circle-3 {
    width: var(--circle-3-size);
    height: var(--circle-3-size);
    top: 314px;
    opacity: 0.50;
    background: radial-gradient(ellipse 32.11% 54.34% at 50.09% 40.37%, rgba(255, 255, 255, 0) 0%, white 100%);
    z-index: 50;
}



/* 背景椭圆动画 */
@keyframes float-ellipse-1 {
    0%, 100% { transform: translate(0px, 0px) rotate(-10deg); }
    25% { transform: translate(150px, -120px) rotate(-15deg); }
    50% { transform: translate(-100px, -80px) rotate(-5deg); }
    75% { transform: translate(180px, -150px) rotate(-20deg); }
}

@keyframes float-ellipse-2 {
    0%, 100% { transform: translate(0px, 0px) rotate(-10deg); }
    33% { transform: translate(-140px, -100px) rotate(-15deg); }
    66% { transform: translate(160px, -120px) rotate(-5deg); }
}

@keyframes float-ellipse-3 {
    0%, 100% { transform: translate(0px, 0px) rotate(-10deg); }
    20% { transform: translate(130px, -80px) rotate(-15deg); }
    40% { transform: translate(-120px, -100px) rotate(-5deg); }
    60% { transform: translate(140px, -130px) rotate(-20deg); }
    80% { transform: translate(-150px, -90px) rotate(-8deg); }
}

@keyframes float-ellipse-4 {
    0%, 100% { transform: translate(0px, 0px) rotate(-10deg); }
    25% { transform: translate(-180px, -120px) rotate(-18deg); }
    50% { transform: translate(120px, -100px) rotate(-2deg); }
    75% { transform: translate(-160px, -140px) rotate(-22deg); }
}

@keyframes float-ellipse-5 {
    0%, 100% { transform: translate(0px, 0px) rotate(-10deg); }
    33% { transform: translate(160px, -110px) rotate(-18deg); }
    66% { transform: translate(-140px, -150px) rotate(-2deg); }
}

@keyframes float-ellipse-6 {
    0%, 100% { transform: translate(0px, 0px) rotate(-10deg); }
    20% { transform: translate(-160px, -80px) rotate(-20deg); }
    40% { transform: translate(180px, -120px) rotate(-5deg); }
    60% { transform: translate(-120px, -100px) rotate(-25deg); }
    80% { transform: translate(140px, -140px) rotate(-8deg); }
}

@keyframes float-ellipse-7 {
    0%, 100% { transform: translate(0px, 0px) rotate(-10deg); }
    25% { transform: translate(200px, -100px) rotate(-20deg); }
    50% { transform: translate(-170px, -130px) rotate(-5deg); }
    75% { transform: translate(120px, -110px) rotate(-25deg); }
}

@keyframes float-ellipse-8 {
    0%, 100% { transform: translate(0px, 0px) rotate(-10deg); }
    50% { transform: translate(120px, -100px) rotate(-20deg); }
}

@keyframes float-ellipse-9 {
    0%, 100% { transform: translate(0px, 0px) rotate(-10deg); }
    50% { transform: translate(-110px, -120px) rotate(-25deg); }
}



/* 响应式设计 - 在小屏幕上调整背景椭圆 */
@media (max-width: 1200px) {
    .bg-ellipse {
        transform: scale(0.8) rotate(-10deg);
    }
    
    /* 同心圆响应式缩放 */
    .concentric-circle {
        transform: translateX(-50%) scale(0.9);
    }
    
    /* 保持动画效果 */
    .bg-ellipse-1 { animation: float-ellipse-1 8s ease-in-out infinite; }
    .bg-ellipse-2 { animation: float-ellipse-2 10s ease-in-out infinite; }
    .bg-ellipse-3 { animation: float-ellipse-3 12s ease-in-out infinite; }
    .bg-ellipse-4 { animation: float-ellipse-4 9s ease-in-out infinite; }
    .bg-ellipse-5 { animation: float-ellipse-5 11s ease-in-out infinite; }
    .bg-ellipse-6 { animation: float-ellipse-6 13s ease-in-out infinite; }
    .bg-ellipse-7 { animation: float-ellipse-7 7s ease-in-out infinite; }
    .bg-ellipse-8 { animation: float-ellipse-8 6s ease-in-out infinite; }
    .bg-ellipse-9 { animation: float-ellipse-9 5s ease-in-out infinite; }
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding: calc(80px + var(--spacing-xl)) 0 var(--spacing-xl);
    }
    
    .bg-ellipse {
        transform: scale(0.6) rotate(-10deg);
    }
    
    /* 同心圆响应式缩放 */
    .concentric-circle {
        transform: translateX(-50%) scale(0.7);
    }
    
    .hero-background {
        filter: blur(40px);
    }
    
    /* 保持动画效果 */
    .bg-ellipse-1 { animation: float-ellipse-1 8s ease-in-out infinite; }
    .bg-ellipse-2 { animation: float-ellipse-2 10s ease-in-out infinite; }
    .bg-ellipse-3 { animation: float-ellipse-3 12s ease-in-out infinite; }
    .bg-ellipse-4 { animation: float-ellipse-4 9s ease-in-out infinite; }
    .bg-ellipse-5 { animation: float-ellipse-5 11s ease-in-out infinite; }
    .bg-ellipse-6 { animation: float-ellipse-6 13s ease-in-out infinite; }
    .bg-ellipse-7 { animation: float-ellipse-7 7s ease-in-out infinite; }
    .bg-ellipse-8 { animation: float-ellipse-8 6s ease-in-out infinite; }
    .bg-ellipse-9 { animation: float-ellipse-9 5s ease-in-out infinite; }
}

@media (max-width: 480px) {
    .bg-ellipse {
        transform: scale(0.4) rotate(-10deg);
    }
    
    /* 同心圆响应式缩放 */
    .concentric-circle {
        transform: translateX(-50%) scale(0.5);
    }
    
    .hero-background {
        filter: blur(25px);
    }
    
    /* 保持动画效果 */
    .bg-ellipse-1 { animation: float-ellipse-1 8s ease-in-out infinite; }
    .bg-ellipse-2 { animation: float-ellipse-2 10s ease-in-out infinite; }
    .bg-ellipse-3 { animation: float-ellipse-3 12s ease-in-out infinite; }
    .bg-ellipse-4 { animation: float-ellipse-4 9s ease-in-out infinite; }
    .bg-ellipse-5 { animation: float-ellipse-5 11s ease-in-out infinite; }
    .bg-ellipse-6 { animation: float-ellipse-6 13s ease-in-out infinite; }
    .bg-ellipse-7 { animation: float-ellipse-7 7s ease-in-out infinite; }
    .bg-ellipse-8 { animation: float-ellipse-8 6s ease-in-out infinite; }
    .bg-ellipse-9 { animation: float-ellipse-9 5s ease-in-out infinite; }
}

/* 超小屏幕的同心圆优化 */
@media (max-width: 360px) {
    .concentric-circle {
        transform: translateX(-50%) scale(0.4);
    }
    
    .hero-background {
        filter: blur(20px);
    }
}

/* 中等屏幕的同心圆优化 */
@media (min-width: 1201px) and (max-width: 1600px) {
    .concentric-circle {
        transform: translateX(-50%) scale(0.95);
    }
}

/* 大屏幕的同心圆优化 */
@media (min-width: 1601px) {
    .concentric-circle {
        transform: translateX(-50%) scale(1.1);
    }
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-xl);
}

.feature-card {
    background: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-normal);
    border: 1px solid var(--border-color);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--spacing-lg);
}

.feature-icon i {
    font-size: var(--font-size-2xl);
    color: var(--text-primary);
}

.feature-title {
    font-size: var(--font-size-xl);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
}

.feature-description {
    color: var(--text-secondary);
    margin-bottom: var(--spacing-lg);
    line-height: 1.6;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    color: var(--text-secondary);
    margin-bottom: var(--spacing-xs);
    position: relative;
    padding-left: var(--spacing-md);
}

.feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

/* 工作流程区域 */
.workflow {
    padding: var(--spacing-2xl) 0;
    background-color: var(--bg-primary);
}

.workflow-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-xl);
}

.workflow-step {
    text-align: center;
    position: relative;
}

/* 删除冲突的step-number样式 */

.step-content h3 {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-sm);
}

.step-content p {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* 客户案例区域 */
.testimonials {
    padding: var(--spacing-2xl) 0;
    background-color: var(--bg-secondary);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-xl);
}

.testimonial-card {
    background: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-normal);
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.testimonial-content {
    margin-bottom: var(--spacing-lg);
}

.testimonial-content p {
    font-size: var(--font-size-lg);
    color: var(--text-primary);
    font-style: italic;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h4 {
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-xs);
}

.author-info span {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
}

/* FAQs区域 */
.faqs {
    padding: var(--spacing-2xl) 0;
    background-color: var(--bg-secondary);
}

.faqs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-xl);
}

/* 旧的FAQ样式已移除，使用新的FAQ组件样式 */

/* 移除FAQ项目的hover位移效果 */

.faq-item h3 {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
}

.faq-item p {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* 价格方案区域 */
.pricing {
    padding: var(--spacing-2xl) 0;
    background-color: var(--bg-primary);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-xl);
}

.pricing-card {
    background: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-color);
    transition: all var(--transition-normal);
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.pricing-card.featured {
    border-color: var(--primary-color);
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-8px);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: var(--text-primary);
    padding: var(--spacing-xs) var(--spacing-md);
    border-radius: var(--radius-lg);
    font-size: var(--font-size-sm);
    font-weight: 600;
}

.pricing-header {
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.pricing-header h3 {
    font-size: var(--font-size-xl);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: var(--spacing-xs);
}

.currency {
    font-size: var(--font-size-lg);
    color: var(--text-secondary);
}

.amount {
    font-size: var(--font-size-4xl);
    font-weight: 700;
    color: var(--primary-color);
}

.period {
    font-size: var(--font-size-base);
    color: var(--text-secondary);
}

.pricing-features {
    list-style: none;
    margin-bottom: var(--spacing-xl);
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm) 0;
    color: var(--text-secondary);
}

.pricing-features i {
    color: var(--primary-color);
    font-size: var(--font-size-sm);
}

/* 关于我们区域 */
.about {
    padding: var(--spacing-2xl) 0;
    background-color: var(--bg-secondary);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-2xl);
    align-items: center;
}

.about-description {
    font-size: var(--font-size-lg);
    color: var(--text-secondary);
    margin-bottom: var(--spacing-xl);
    line-height: 1.7;
}

.about-stats {
    display: flex;
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
}

.about-stat {
    text-align: center;
}

.about-stat .stat-number {
    display: block;
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--primary-color);
}

.about-stat .stat-label {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
}

.about-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
}

/* 联系我们区域 */
.contact {
    padding: var(--spacing-2xl) 0;
    background-color: var(--bg-primary);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-2xl);
}

.contact-description {
    font-size: var(--font-size-lg);
    color: var(--text-secondary);
    margin-bottom: var(--spacing-xl);
    line-height: 1.7;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

.contact-method {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

.contact-method i {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    font-size: var(--font-size-lg);
}

.contact-method h4 {
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-xs);
}

.contact-method p {
    color: var(--text-secondary);
}

.contact-form {
    background: var(--bg-secondary);
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
}

.form-group {
    margin-bottom: var(--spacing-lg);
}

.form-group label {
    display: block;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: var(--spacing-xs);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: var(--spacing-sm);
    border: 2px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: var(--font-size-base);
    transition: border-color var(--transition-fast);
    background-color: white;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* 页脚 */






/* 动画 */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

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

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

/* 响应式设计 */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: var(--spacing-xl);
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: var(--spacing-xl);
    }
    
    .about-stats {
        justify-content: center;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
    }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 18px 20px;
    }
    
    .nav-menu {
        position: fixed;
        top: 76px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 76px);
        background-color: white;
        flex-direction: column;
        padding: var(--spacing-xl);
        transition: left var(--transition-normal);
        box-shadow: var(--shadow-lg);
        gap: 20px;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-buttons {
        display: none;
    }
    
    .nav-toggle {
        display: flex;
    }
    
    .nav-toggle.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    .hero-title {
        font-size: var(--font-size-4xl);
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: var(--spacing-lg);
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .workflow-steps {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .body-container {
        padding: 0 16px;
    }
    
    .container {
        padding: 0 var(--spacing-sm);
    }
    
    .hero {
        padding: calc(80px + var(--spacing-xl)) 0 var(--spacing-xl);
    }
    
    .hero-title {
        font-size: var(--font-size-3xl);
    }
    
    .section-title {
        font-size: var(--font-size-3xl);
    }
    
    .feature-card,
    .pricing-card,
    .testimonial-card {
        padding: var(--spacing-lg);
    }
    
    .floating-card {
        display: none;
    }
}

/* 工具类 */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: var(--spacing-xs); }
.mb-2 { margin-bottom: var(--spacing-sm); }
.mb-3 { margin-bottom: var(--spacing-md); }
.mb-4 { margin-bottom: var(--spacing-lg); }
.mb-5 { margin-bottom: var(--spacing-xl); }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: var(--spacing-xs); }
.mt-2 { margin-top: var(--spacing-sm); }
.mt-3 { margin-top: var(--spacing-md); }
.mt-4 { margin-top: var(--spacing-lg); }
.mt-5 { margin-top: var(--spacing-xl); }

.hidden {
    display: none;
}

.visible {
    display: block;
}

/* Worldwide 视觉元素样式 */
.worldwide-visual {
    height: 450px !important;
    background: transparent !important;
    position: relative;
    overflow: visible;
}

.worldwide-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.worldwide-main {
    width: 488px;
    height: 383px;
    position: absolute;
    left: 25px;
    top: 58px;
    object-fit: contain;
    background: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

.worldwide-overlay {
    width: 99px;
    height: 99px;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: contain;
    background: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

/* Notification Visual 样式 */
.notification-visual {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    min-height: 450px;
}

/* Alert 容器样式 */
.alert-container {
    position: relative;
    overflow: visible;
    border-radius: 12px;
}

.alert-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 订阅按钮样式 */
.subscribe-section {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
}

.subscribe-button {
    background: #151614;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
}

.subscribe-button:hover {
    transform: translateY(-2px) scale(1.05); /* 添加轻微放大效果 */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    background: #1a1a1a; /* 稍微亮一点的背景色 */
}

/* Subscribe now按钮hover时激活的放大缩小动效 */
.subscribe-button {
    transition: all 0.3s ease;
}

.step-container:hover .subscribe-button {
    animation: subscribePulse 2s ease-in-out infinite;
}

.subscribe-icon {
    background: #151614;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    overflow: visible; /* 确保铃铛底部不被裁剪 */
}



.subscribe-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    background: #1a1a1a; /* 稍微亮一点的背景色 */
}

/* 通知卡片简单动效 - 参考CodePen */
.notification-stack {
    position: relative;
}

.notification-card {
    transition: all 0.8s ease-in-out;
}

/* JavaScript控制动画，移除CSS动画 */

/* 强制启用transition */
.notification-card {
    transition: all 0.8s ease-in-out !important;
}

/* Lottie铃铛动效 - 当hover整个模块时触发 */
.step-container:hover .subscribe-icon {
    transform: scale(1.2); /* hover时铃铛按钮整体放大 */
    transition: transform 0.3s ease;
}

.step-container:hover .bell-bottom-circle {
    transform: scale(1.2); /* 底部圆也跟随放大 */
    transition: transform 0.3s ease;
}

.subscribe-icon {
    transition: transform 0.3s ease;
}

.bell-bottom-circle {
    transition: transform 0.3s ease;
}

/* 通知卡片弹出动画 */
@keyframes notificationPop1 {
    0%, 100% { 
        transform: scale(1) translateY(0); 
        opacity: 1;
    }
    25% { 
        transform: scale(1.1) translateY(-5px); 
        opacity: 0.8;
    }
    50% { 
        transform: scale(1.05) translateY(-2px); 
        opacity: 0.9;
    }
    75% { 
        transform: scale(1.15) translateY(-8px); 
        opacity: 0.7;
    }
}

@keyframes notificationPop2 {
    0%, 100% { 
        transform: scale(1) translateY(0); 
        opacity: 1;
    }
    30% { 
        transform: scale(1.2) translateY(-8px); 
        opacity: 0.7;
    }
    60% { 
        transform: scale(1.1) translateY(-4px); 
        opacity: 0.8;
    }
    90% { 
        transform: scale(1.25) translateY(-12px); 
        opacity: 0.6;
    }
}



/* Subscribe now按钮脉冲动画 */
@keyframes subscribePulse {
    0%, 100% { 
        transform: scale(1); 
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    25% { 
        transform: scale(1.02); 
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
    }
    50% { 
        transform: scale(1.05); 
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }
    75% { 
        transform: scale(1.02); 
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
    }
}

/* 通知卡片Yuda风格动画 */
@keyframes card1Move {
    0% { 
        top: 21px;
        opacity: 1;
    }
    80% { 
        top: 21px;
        opacity: 1;
    }
    100% { 
        top: 53px;
        opacity: 0.6;
    }
}

@keyframes card2Move {
    0% { 
        top: 37px;
        opacity: 0.8;
    }
    80% { 
        top: 21px;
        opacity: 1;
    }
    100% { 
        top: 37px;
        opacity: 0.8;
    }
}

@keyframes card3Move {
    0% { 
        top: 53px;
        opacity: 0.6;
    }
    80% { 
        top: 37px;
        opacity: 0.8;
    }
    100% { 
        top: 53px;
        opacity: 0.6;
    }
}

/* Pricing模块Get Started按钮交互样式 */
.pricing-section .btn-get-started {
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Basic Plan Get Started按钮hover效果 */
.pricing-section .btn-get-started.basic:hover {
    background: var(--primary-color) !important;
    color: var(--text-default) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(168, 250, 0, 0.3);
}

.pricing-section .btn-get-started.basic:hover div {
    color: var(--text-default) !important;
}

/* Pro Plan Get Started按钮hover效果 */
.pricing-section .btn-get-started.pro:hover {
    background: var(--primary-color) !important;
    color: black !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(168, 250, 0, 0.3);
}

/* Get Started按钮Pressed状态样式 */
.pricing-section .btn-get-started:active {
    background: #A0DE10 !important;
    transform: translateY(0) !important;
    box-shadow: 0 4px 12px rgba(160, 222, 16, 0.4) !important;
    transition: all 0.1s ease !important;
}

/* 更强的选择器确保Pressed状态生效 */
.pricing-section .btn-get-started.basic:active,
.pricing-section .btn-get-started.pro:active {
    background: #A0DE10 !important;
    transform: translateY(0) !important;
    box-shadow: 0 4px 12px rgba(160, 222, 16, 0.4) !important;
    transition: all 0.1s ease !important;
}

/* Basic Plan按钮Pressed状态文字颜色 */
.pricing-section .btn-get-started.basic:active div {
    color: var(--text-default) !important;
}

/* Pro Plan按钮Pressed状态文字颜色 */
.pricing-section .btn-get-started.pro:active div {
    color: black !important;
}

/* User Reviews 模块样式 - 与其他主要模块保持同级 */
.user-reviews {
    padding: 80px 0;
    background: white;
    margin-top: 80px;
}

.user-reviews-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.user-reviews-title {
    font-size: 48px;
    font-family: Inter;
    font-weight: 600;
    line-height: 72px;
    color: var(--text-primary);
    text-align: center;
    margin: 0;
}

/* 评价区域容器 - 设置固定高度和遮罩效果 */
.user-reviews-content {
    display: flex;
    flex-direction: row; /* 水平排列列 */
    gap: 24px; /* 列间距 */
    width: 100%;
    max-width: 1312px;
    box-sizing: border-box;
    height: 100vh; /* 一屏幕高度 */
    overflow: hidden; /* 隐藏溢出内容 */
    position: relative;
    
    /* 渐变遮罩效果 */
    mask: linear-gradient(
        to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%
    );
    -webkit-mask: linear-gradient(
        to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%
    );
}

/* 每一列的样式 - 无限滚动容器 */
.review-column {
    display: flex;
    flex-direction: column; /* 垂直排列卡片 */
    flex: 1; /* 每列等宽 */
    gap: 24px; /* 列内卡片间距 */
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* 第一列滚动动画 - 左侧较慢 */
.review-column:nth-child(1) {
    animation-name: scrollUp1;
    animation-duration: 60s;
}

/* 第二列滚动动画 - 中间最快 */
.review-column:nth-child(2) {
    animation-name: scrollUp2;
    animation-duration: 45s;
}

/* 第三列滚动动画 - 右侧较慢 */
.review-column:nth-child(3) {
    animation-name: scrollUp3;
    animation-duration: 55s;
}

/* 滚动动画关键帧 */
@keyframes scrollUp1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollUp2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollUp3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

/* 评价卡片样式 - 移除之前的动画 */
.review-card {
    height: auto !important;
    min-height: auto !important;
    align-self: start;
    margin: 0;
    box-sizing: border-box;
    opacity: 1; /* 始终可见 */
    transform: none; /* 移除变换 */
    flex-shrink: 0; /* 防止卡片被压缩 */
}

/* 卡片hover效果 - 暂停滚动 */
.review-column:hover {
    animation-play-state: paused;
}

/* 确保Grid项目间距一致 */
.user-reviews-content > .review-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 内容从顶部开始 */
}

/* FAQ Section Styles */
.faq-section {
    width: 100%;
    padding: 120px 0;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-container {
    width: 100%;
    max-width: 1012px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px;
    box-sizing: border-box;
}

.faq-title {
    align-self: stretch;
    text-align: center;
    color: var(--text-default, #0E1401);
    font-size: 48px;
    font-family: Inter;
    font-weight: 600;
    line-height: 72px;
    word-wrap: break-word;
    margin: 0;
}

.faq-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}



/* FAQ项目 - 基础样式，确保垂直布局 */
.faq-item {
    width: 100%;
    padding: 24px 0;
    background: white;
    border-bottom: 1px #EFEFEF solid;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: border-bottom-color 0.3s ease;
    /* 添加动画初始状态 */
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* FAQ项目 - 动画进入状态 */
.faq-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.faq-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color, #B0F809);
    transition: width 0.3s ease;
    z-index: 10;
}

.faq-item:hover::after {
    width: 100%;
}

/* FAQ项目 - 展开状态 */
.faq-item-expanded {
    border-bottom: 1px var(--text-default, #0E1401) solid;
}

/* FAQ问题容器 - 统一样式 */
.faq-question {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

/* FAQ问题文本 */
.faq-question-text {
    flex: 1;
    color: var(--text-default, #0E1401);
    font-size: 18px;
    font-family: Inter;
    font-weight: 500;
    line-height: 27px;
    word-wrap: break-word;
    margin: 0;
}

/* FAQ图标容器 */
.faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

/* FAQ Plus图标 */
.faq-arrow {
    width: 24px;
    height: 24px;
    background-image: url('Asset/plus.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 展开状态的Plus图标 - 旋转45度 */
.faq-item-expanded .faq-arrow {
    transform: rotate(45deg);
}

/* FAQ答案容器 - 简化方案，确保动画稳定 */
.faq-answer {
    width: 100%;
    padding: 0 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    position: relative;
}

/* FAQ答案文本容器 */
.faq-answer-content {
    padding: 16px 0 0 0;
}

/* FAQ答案文本 */
.faq-answer-text {
    align-self: stretch;
    color: var(--text-default, #0E1401);
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

/* ==================== CTA Section Styles ==================== */

/* CTA区域 */
.cta-section {
    width: 100%;
    height: 560px;
    position: relative;
    background: linear-gradient(180deg, transparent 0%, #A8FA00 50%, #B0F809 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    
    /* 动画初始状态 */
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cta-section.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* CTA容器 */
.cta-container {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    padding: 0 64px;
    box-sizing: border-box;
}

/* CTA内容 */
.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
}

/* CTA标题 */
.cta-title {
    color: var(--text-default, #0E1401);
    font-size: 48px;
    font-family: Inter;
    font-weight: 600;
    line-height: 72px;
    word-wrap: break-word;
    margin: 0;
}

/* CTA按钮特殊样式 */
.cta-section .btn-Primary {
    padding: 14px 32px !important;
    width: auto !important;
    min-width: 200px;
    border: 2px solid transparent;
    box-sizing: border-box;
}

/* CTA按钮hover状态 - 默认文字颜色边框，白色背景 */
.cta-section .btn-Primary:hover {
    background: white !important;
    color: var(--text-default, #0E1401) !important;
    border: 2px solid var(--text-default, #0E1401) !important;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* CTA按钮active状态 */
.cta-section .btn-Primary:active {
    background: white !important;
    color: var(--text-default, #0E1401) !important;
    border: 2px solid var(--text-default, #0E1401) !important;
    transform: translateY(0);
}

/* 确保CTA按钮内的图标在hover状态下颜色正确 */
.cta-section .btn-Primary:hover img,
.cta-section .btn-Primary:hover svg {
    filter: brightness(0) saturate(100%) invert(5%) sepia(6%) saturate(7471%) hue-rotate(63deg) brightness(99%) contrast(97%);
}

.cta-section .btn-Primary:active img,
.cta-section .btn-Primary:active svg {
    filter: brightness(0) saturate(100%) invert(5%) sepia(6%) saturate(7471%) hue-rotate(63deg) brightness(99%) contrast(97%);
}

/* CTA椭圆背景 - 与hero区相反方向 */
.cta-bg-ellipse {
    position: absolute;
    border-radius: 50%;
    transform-origin: center center;
    z-index: 1;
    opacity: 0.4;
    filter: blur(20px);
}

/* CTA椭圆1 - 大椭圆 */
.cta-ellipse-1 {
    width: 400px;
    height: 250px;
    right: 10%;
    bottom: 20%;
    background: radial-gradient(ellipse, #F3FF74, #A8FA00);
    animation: cta-float-ellipse-1 12s ease-in-out infinite;
}

/* CTA椭圆2 - 大椭圆 */
.cta-ellipse-2 {
    width: 350px;
    height: 220px;
    left: 5%;
    bottom: 15%;
    background: radial-gradient(ellipse, #A8FA00, #B0F809);
    animation: cta-float-ellipse-2 15s ease-in-out infinite;
}

/* CTA椭圆3 - 中椭圆 */
.cta-ellipse-3 {
    width: 300px;
    height: 180px;
    right: 30%;
    bottom: 10%;
    background: radial-gradient(ellipse, #A2EA13, #BCFF85);
    animation: cta-float-ellipse-3 18s ease-in-out infinite;
}

/* CTA椭圆4 - 大椭圆 */
.cta-ellipse-4 {
    width: 450px;
    height: 280px;
    left: -5%;
    bottom: 35%;
    background: radial-gradient(ellipse, #B4FA89, #DBFF91);
    animation: cta-float-ellipse-4 14s ease-in-out infinite;
}

/* CTA椭圆5 - 中椭圆 */
.cta-ellipse-5 {
    width: 250px;
    height: 150px;
    right: 40%;
    bottom: 5%;
    background: radial-gradient(ellipse, #BCFF85, #EAFFC2);
    animation: cta-float-ellipse-5 16s ease-in-out infinite;
}

/* CTA椭圆6 - 中椭圆 */
.cta-ellipse-6 {
    width: 280px;
    height: 170px;
    left: 25%;
    bottom: 25%;
    background: radial-gradient(ellipse, #DBFF91, #F3FF74);
    animation: cta-float-ellipse-6 20s ease-in-out infinite;
}

/* CTA椭圆7 - 大椭圆 */
.cta-ellipse-7 {
    width: 380px;
    height: 230px;
    right: -10%;
    bottom: 8%;
    background: radial-gradient(ellipse, #EAFFC2, rgba(168, 250, 0, 0.6));
    animation: cta-float-ellipse-7 11s ease-in-out infinite;
}

/* CTA椭圆8 - 小椭圆 */
.cta-ellipse-8 {
    width: 120px;
    height: 80px;
    left: 35%;
    bottom: 50%;
    background: radial-gradient(ellipse, #F3FF74, rgba(243, 255, 116, 0.8));
    animation: cta-float-ellipse-8 9s ease-in-out infinite;
}

/* CTA椭圆9 - 小椭圆 */
.cta-ellipse-9 {
    width: 100px;
    height: 60px;
    right: 35%;
    bottom: 60%;
    background: radial-gradient(ellipse, rgba(168, 250, 0, 0.8), rgba(162, 234, 19, 0.6));
    animation: cta-float-ellipse-9 8s ease-in-out infinite;
}

/* CTA椭圆动画 - 从底部向上缓慢浮动，与hero区相反 */
@keyframes cta-float-ellipse-1 {
    0%, 100% { transform: translate(0px, 0px) scale(1) rotate(0deg); }
    25% { transform: translate(-30px, -40px) scale(1.05) rotate(2deg); }
    50% { transform: translate(40px, -60px) scale(0.95) rotate(-1deg); }
    75% { transform: translate(-20px, -50px) scale(1.02) rotate(1deg); }
}

@keyframes cta-float-ellipse-2 {
    0%, 100% { transform: translate(0px, 0px) scale(1) rotate(0deg); }
    33% { transform: translate(50px, -45px) scale(1.08) rotate(-2deg); }
    66% { transform: translate(-40px, -55px) scale(0.92) rotate(3deg); }
}

@keyframes cta-float-ellipse-3 {
    0%, 100% { transform: translate(0px, 0px) scale(1) rotate(0deg); }
    20% { transform: translate(-25px, -35px) scale(1.03) rotate(1deg); }
    40% { transform: translate(35px, -50px) scale(0.97) rotate(-1deg); }
    60% { transform: translate(-30px, -65px) scale(1.06) rotate(2deg); }
    80% { transform: translate(45px, -40px) scale(0.94) rotate(-2deg); }
}

@keyframes cta-float-ellipse-4 {
    0%, 100% { transform: translate(0px, 0px) scale(1) rotate(0deg); }
    25% { transform: translate(60px, -50px) scale(0.96) rotate(-1deg); }
    50% { transform: translate(-50px, -40px) scale(1.04) rotate(2deg); }
    75% { transform: translate(40px, -60px) scale(0.98) rotate(-1deg); }
}

@keyframes cta-float-ellipse-5 {
    0%, 100% { transform: translate(0px, 0px) scale(1) rotate(0deg); }
    33% { transform: translate(-45px, -45px) scale(1.07) rotate(3deg); }
    66% { transform: translate(35px, -55px) scale(0.93) rotate(-2deg); }
}

@keyframes cta-float-ellipse-6 {
    0%, 100% { transform: translate(0px, 0px) scale(1) rotate(0deg); }
    20% { transform: translate(40px, -30px) scale(1.05) rotate(-1deg); }
    40% { transform: translate(-60px, -50px) scale(0.95) rotate(2deg); }
    60% { transform: translate(30px, -40px) scale(1.02) rotate(-2deg); }
    80% { transform: translate(-35px, -60px) scale(0.98) rotate(1deg); }
}

@keyframes cta-float-ellipse-7 {
    0%, 100% { transform: translate(0px, 0px) scale(1) rotate(0deg); }
    25% { transform: translate(-65px, -40px) scale(0.94) rotate(2deg); }
    50% { transform: translate(55px, -55px) scale(1.06) rotate(-3deg); }
    75% { transform: translate(-40px, -45px) scale(1.01) rotate(1deg); }
}

@keyframes cta-float-ellipse-8 {
    0%, 100% { transform: translate(0px, 0px) scale(1) rotate(0deg); }
    50% { transform: translate(-40px, -45px) scale(1.15) rotate(-2deg); }
}

@keyframes cta-float-ellipse-9 {
    0%, 100% { transform: translate(0px, 0px) scale(1) rotate(0deg); }
    50% { transform: translate(35px, -50px) scale(1.12) rotate(3deg); }
}

/* ==================== Footer Styles ==================== */

/* Footer主容器 */
.footer {
    width: 100%;
    padding: 120px 64px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #151614;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px;
    box-sizing: border-box;
    
    /* 动画初始状态 */
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Footer容器 */
.footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

/* Footer主要内容区域 */
.footer-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

/* Footer Logo */
.footer-logo {
    flex-shrink: 0;
}

.footer-logo-img {
    width: 267.65px;
    height: 54px;
    object-fit: contain;
}

/* Footer各个区域 */
.footer-sections {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px;
}

/* Footer单个区域 */
.footer-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Contact区域 */
.footer-contact {
    width: 201px;
    height: 212px;
    justify-content: space-between;
    gap: 0;
}

.footer-address,
.footer-contact-info {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

/* Navigation区域 */
.footer-navigation {
    width: 125px;
    gap: 24px;
}

.footer-nav-links {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

/* Help区域 */
.footer-help {
    gap: 30px;
}

.footer-help-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

/* Footer文字样式 */
.footer-section-title {
    color: white;
    font-size: 24px;
    font-family: Inter;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
    margin: 0;
}

.footer-address-text,
.footer-email,
.footer-nav-link {
    color: #EFEFEF;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    margin: 0;
    text-decoration: none;
}

.footer-email {
    font-family: Lexend;
    line-height: 25.60px;
}

.footer-nav-link:hover {
    color: white;
    transition: color 0.3s ease;
}

/* QR码 */
.footer-qr-code {
    width: 146.33px;
    height: 145.58px;
    object-fit: contain;
}

/* Footer分隔线 */
.footer-divider {
    align-self: stretch;
    height: 0px;
    border-bottom: 1px solid #666765;
}

/* Footer底部 */
.footer-bottom {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-copyright p {
    color: #F3F4F6;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 18.20px;
    letter-spacing: 0.20px;
    word-wrap: break-word;
    margin: 0;
}

/* 社交媒体图标 */
.footer-social {
    width: 198px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 34px;
}

.social-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-icon svg {
    width: 24px;
    height: 24px;
    transition: fill 0.3s ease;
}

.social-icon:hover svg path {
    fill: white;
}

/* ==================== Section Animations ==================== */

/* 通用区域动画样式 */
.section-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section-animate.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* How it works 标题动画 */
.how-it-works-title {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.how-it-works-title.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Step容器独立动画 */
.step-container {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.step-container.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* 连接线生长动画 - 从上到下 */
.connection-line {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.connection-line.animate-in {
    opacity: 1;
    clip-path: inset(0 0 0 0);
}

/* 连接线渐进显示动画 */
.connection-line.growing {
    clip-path: inset(0 0 0 0);
    transition: clip-path 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* User Reviews 区域动画 */
.user-reviews {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.user-reviews.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* FAQ 区域动画 */
.faq-section {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq-section.animate-in {
    opacity: 1;
    transform: translateY(0);
}





/* ==================== Pricing Cards Animation ==================== */

/* Pricing卡片动画样式 */
.pricing-card {
    /* 初始状态 - 隐藏 */
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 显示动画 */
.pricing-card.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* 统一的hover样式 */
.pricing-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Basic Plan hover */
.pricing-card.basic-plan:hover {
    outline-color: var(--primary-color, #B0F809);
}

/* Pro Plan hover */
.pricing-card.pro-plan:hover {
    box-shadow: 0 16px 48px rgba(168, 250, 0, 0.2);
}


