/* 底部转化区 start */
.footer-cta {
    /*padding: 100px 0;*/
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #002b5c;
}

.footer-desc {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 500;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info {
    margin-top: 15px;
    font-size: 16px;
    opacity: 0.9;
}

.qrcode-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.qrcode-placeholder {
    width: 120px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    border-radius: 8px;
}

.contact-info p {
    font-size: clamp(14px, 1.8vw, 14px);
    color: #e0ebff;
    line-height: 1.5;
    margin: 0.5vw 0;
    font-weight: 600;
}

.contact-info p span {
    font-size: clamp(32px, 1.8vw, 14px);
    color: white;
}

/* 底部转化区 end */
