/* CTA 区域样式 */

.cta-new {
    background: #FFFFFF;
    padding: 80px 40px;
    height: 520px;
}

.cta-new .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 120px;
    background-image: url('../../images/backgrounds/cta-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.cta-new .container > * {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    margin: 0 0 16px 0;
    line-height: 1.2;
    text-align: center;
}

.cta-subtitle {
    width: 800px;
    height: 24px;
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #7C7D81;
    text-align: center;
    line-height: 24px;
    mix-blend-mode: normal;
    margin: 0 auto 40px auto;
}

.cta-button {
    width: 161px;
    height: 36px;
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    mix-blend-mode: normal;
    padding: 0;
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 36px;
    text-align: center;
}

.cta-button:hover {
    background: #FFFFFF;
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

.cta-disclaimer {
    width: 463px;
    height: 20px;
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #A9AAAE;
    line-height: 20px;
    mix-blend-mode: normal;
    margin: 24px auto 0 auto;
    text-align: center;
}

/* FAQ 区域样式 */

.faq {
    background: #F7F9FD;
    padding: 80px 0;
    height: 816px;
}

.faq .container {
    max-width: 1320px;
    margin: 0 auto;
}

.faq-main-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #17181A;
    text-align: center;
    margin: 0 0 56px 0;
}

.faq-content {
    display: grid;
    grid-template-columns: 570px 640px;
    gap: 80px;
}

/* FAQ 左侧 */
.faq-left {
    width: 600px;
    height: 172px;
    mix-blend-mode: normal;
    display: flex;
    flex-direction: column;
    margin-top: 170px;
}

.faq-left-title {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #17181A;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.faq-left-text {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    color: #7C7D81;
    line-height: 1.6;
    margin: 0 0 32px 0;
}

.faq-help-btn {
    background: #3457DC;
    color: #FFFFFF;
    border: none;
    border-radius: 24px;
    padding: 12px 28px;
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    text-transform: uppercase;
    mix-blend-mode: normal;
}

.faq-help-btn:hover {
    background: #2A47C4;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 87, 220, 0.3);
}

/* FAQ 右侧 */
.faq-right {
    width: 640px;
    display: flex;
    flex-direction: column;
}

/* FAQ 列表 */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #FFFFFF;
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #3457DC;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
    background: transparent;
    transition: all 0.3s ease;
}

.faq-question h4 {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #17181A;
    margin: 0;
    flex: 1;
}

.faq-toggle {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 16px;
    transition: all 0.3s ease;
    display: block;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
}

.faq-answer p {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
    margin: 0;
}

/* 展开状态 */
.faq-item.active {
    background: #3457DC;
    border-radius: 0;
    mix-blend-mode: normal;
    border-color: #3457DC;
}

.faq-item.active .faq-question {
    background: #3457DC;
}

.faq-item.active .faq-question h4 {
    color: #FFFFFF;
}

.faq-item.active .faq-toggle {
    /* 展开状态下不需要旋转，因为已经切换为向上箭头 */
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 24px 20px 24px;
}
