.top-p{
    color:rgba(87, 85, 231, 1);
    font-weight: 600;
}
.border-div{
    border: 1px solid rgba(221, 220, 239, 1);border-radius: 16px;
}
.top-pn{
    background: linear-gradient(to right, rgba(90, 118, 247, 1), rgba(156, 107, 255, 1));
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.top-pnp{
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    line-height: 30px;
}
.how-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.how-title{
    color:rgba(87, 85, 231, 1);
    margin-top: 15px;
    font-weight: 600;
}
.how-title-s{
    color: rgba(28, 28, 28, 1);
    font-weight: 800;
    margin: 10px 0;
}
.how-desc{
    text-align: center;
    color: rgba(102, 102, 102, 1);
}
.security-list{
    display: flex;
    align-items: center;
}
.security-info{
    margin-left: 15px;
}
.security-title{
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 13px;
}
.security-list{
    margin-bottom: 38px;
}
.footer__title-flex{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer__title-title{
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.b-title{
    font-weight: 600;
    font-size: 26px;
    color: rgba(28, 28, 28, 1);
    margin-bottom: 25px;
}
.b-text{
    margin-bottom: 25px;
    color: rgba(102, 102, 102, 1);
}
.n-title{
    font-weight: 600;
    font-size: 26px;
    color: rgba(28, 28, 28, 1);
    margin-bottom: 25px;
}
.faq-title-top{
    font-size: 36px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    margin-bottom: 25px;
}
.data-top-flex{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.data-top-list{
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.data-top-img{
    margin-right: 5px;
}
.data-delete-all {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.delete-form-container {
    width: 100%;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.delete-form {
    display: flex;
    flex-direction: column;
}
.form-group {
    margin-bottom: 25px;
}
.form-label {
    display: block;
    font-weight: 600;
    color: #0B2239;
    font-size: 14px;
    margin-bottom: 10px;
}
.form-input {
    width: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 8px;
    background: rgba(248, 247, 252, 1);
    font-size: 15px;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
}
.form-input::placeholder {
    color: rgba(150, 148, 160, 1);
}
.form-input:focus {
    background: rgba(238, 236, 250, 1);
    box-shadow: 0 0 0 2px rgba(87, 85, 231, 0.2);
}
.form-hint {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    margin-top: 8px;
    line-height: 1.5;
}
.captcha-group {
    display: flex;
    align-items: center;
    gap: 12px;
}
.captcha-input {
    flex: 1;
}
.captcha-refresh-btn {
    padding: 14px 24px;
    background: rgba(87, 85, 231, 1);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.captcha-refresh-btn:hover {
    background: rgba(70, 68, 200, 1);
    transform: translateY(-1px);
}
.checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
.form-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: rgba(87, 85, 231, 1);
}
.checkbox-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}
.submit-btn {
    width: 100%;
    padding: 16px;
    background: rgba(87, 85, 231, 1);
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}
.submit-btn:hover {
    background: rgba(70, 68, 200, 1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(87, 85, 231, 0.3);
}
.submit-btn:active {
    transform: translateY(0);
}
@media (max-width: 768px) {
    .delete-form-container {
        padding: 25px;
        margin: 0 15px;
    }
    .captcha-group {
        flex-direction: column;
    }
    .captcha-input {
        width: 100%;
    }
    .captcha-refresh-btn {
        width: 100%;
    }
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.modal {
    background: #ffffff !important;
    border-radius: 16px;
    padding: 40px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    transform: scale(0.8) translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 60px rgba(87, 85, 231, 0.3);
    position: relative;
    z-index: 999999;
    color: #333 !important;
}
.modal-overlay.active .modal {
    transform: scale(1) translateY(0);
    opacity: 1;
}
.modal-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
    font-size: 36px;
    color: #ffffff;
    background: rgba(87, 85, 231, 1);
    animation: modalIconBounce 0.6s ease;
}
@keyframes modalIconBounce {
    0% { transform: scale(0); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.modal-title {
    font-size: 24px;
    font-weight: 700;
    color: rgba(87, 85, 231, 1);
    margin-bottom: 15px;
    animation: modalTitleSlide 0.5s ease 0.2s both;
}
@keyframes modalTitleSlide {
    0% { opacity: 0; transform: translateY(-10px); }
    100% { opacity: 1; transform: translateY(0); }
}
.modal-message {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    animation: modalMessageFade 0.5s ease 0.3s both;
}
@keyframes modalMessageFade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.modal-btn {
    padding: 14px 40px;
    background: rgba(87, 85, 231, 1);
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: modalBtnSlide 0.5s ease 0.4s both;
}
@keyframes modalBtnSlide {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}
.modal-btn:hover {
    background: rgba(70, 68, 200, 1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(87, 85, 231, 0.4);
}
.modal-btn:active {
    transform: translateY(0);
}
.modal-error .modal-icon {
    background: rgba(87, 85, 231, 1);
}
.modal-error .modal-title {
    color: rgba(87, 85, 231, 1);
}
.modal-error .modal-btn {
    background: rgba(87, 85, 231, 1);
}
.modal-error .modal-btn:hover {
    background: rgba(70, 68, 200, 1);
    box-shadow: 0 6px 20px rgba(87, 85, 231, 0.4);
}

/* ======== 炫酷鼠标跟随效果 ======== */
.mouse-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
}

.mouse-cursor::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle, 
        transparent 0%, 
        transparent 38%, 
        rgba(139, 179, 178, 0.4) 40%, 
        rgba(139, 179, 178, 0.6) 50%, 
        rgba(139, 179, 178, 0.4) 60%, 
        transparent 62%, 
        transparent 100%
    );
}

.mouse-cursor::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 
        0 0 20px rgba(139, 179, 178, 0.5),
        0 0 40px rgba(139, 179, 178, 0.3),
        0 0 60px rgba(139, 179, 178, 0.2);
}

.mouse-trail {
    position: fixed;
    pointer-events: none;
    z-index: 999998;
    border-radius: 50%;
    background: rgba(139, 179, 178, 0.25);
    box-shadow: 0 0 15px rgba(139, 179, 178, 0.3);
    animation: trail-fade 0.8s ease-out forwards;
}

@keyframes trail-fade {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

/* ======== 导航栏炫酷Hover效果 ======== */
.header__bottom .area .menu ul li a {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header__bottom .area .menu ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(87, 85, 231, 1), rgba(156, 107, 255, 1));
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 2px;
}

.header__bottom .area .menu ul li a:hover::before {
    width: 80%;
    box-shadow: 0 0 15px rgba(87, 85, 231, 0.5);
}

.header__bottom .area .menu ul li a:hover {
    color: rgba(87, 85, 231, 1) !important;
    transform: translateY(-2px);
    text-shadow: 0 2px 10px rgba(87, 85, 231, 0.3);
}

.header__bottom .area .menu ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(87, 85, 231, 0.1), transparent);
    transition: all 0.6s ease;
}

.header__bottom .area .menu ul li a:hover::after {
    left: 100%;
}

/* ======== Feature卡片炫酷Hover效果 ======== */
.feature--one .feature__item {
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 16px;
}

.feature--one .feature__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(87, 85, 231, 0.05), transparent);
    transition: all 0.6s ease;
    z-index: 1;
}

.feature--one .feature__item:hover::before {
    left: 150%;
}

.feature--one .feature__item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(87, 85, 231, 0.15);
}

.feature--one .feature__thumb {
    position: relative;
    transition: all 0.5s ease;
}

.feature--one .feature__thumb img {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature--one .feature__item:hover .feature__thumb img {
    transform: scale(1.1) rotate(3deg);
}

.feature--one .feature__item:hover .feature__content h5 {
    transform: translateY(-5px);
}

.feature--one .feature__item:hover .feature__content p {
    color: rgba(87, 85, 231, 1);
}

/* ======== Why Choose卡片炫酷Hover效果 ======== */
.feature--three .feature__item {
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature--three .feature__item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(87, 85, 231, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 50%;
}

.feature--three .feature__item:hover::before {
    width: 300%;
    height: 300%;
}

.feature--three .feature__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(87, 85, 231, 0.12);
    border-color: rgba(87, 85, 231, 0.3);
}

.feature--three .feature__item:hover .feature__thumb img {
    transform: scale(1.15);
    filter: drop-shadow(0 10px 20px rgba(87, 85, 231, 0.3));
}

.feature--three .feature__item:hover .feature__content h5 {
    color: rgba(87, 85, 231, 1);
    animation: text-pop 0.3s ease;
}

@keyframes text-pop {
    0% { transform: scale(0.9); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* ======== How It Works卡片炫酷效果 ======== */
.how-list {
    position: relative;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 30px;
    border-radius: 16px;
}

.how-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(87, 85, 231, 1), rgba(156, 107, 255, 1));
    border-radius: 16px 16px 0 0;
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.how-list:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.how-list:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(87, 85, 231, 0.1);
}

.how-list:hover .how-img img {
    animation: bounce 0.6s ease;
}

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

.how-list:hover .how-title {
    color: rgba(156, 107, 255, 1);
    text-shadow: 0 0 10px rgba(156, 107, 255, 0.4);
}

/* ======== Security列表炫酷效果 ======== */
.security-list {
    position: relative;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.security-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(87, 85, 231, 0.05), transparent);
    transition: all 0.6s ease;
}

.security-list:hover::before {
    left: 100%;
}

.security-list:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(87, 85, 231, 0.1);
}

.security-list:hover .security-img img {
    animation: pulse 0.6s ease;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.security-list:hover .security-title {
    color: rgba(87, 85, 231, 1);
}

/* ======== Footer链接炫酷Hover效果 ======== */
.footer__community ul li a {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.footer__community ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 2px;
    background: rgba(87, 85, 231, 1);
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.footer__community ul li a:hover::before {
    left: 0;
}

.footer__community ul li a:hover {
    padding-left: 10px;
    color: rgba(87, 85, 231, 1) !important;
}

.footer__community ul li a i {
    transition: all 0.3s ease;
}

.footer__community ul li a:hover i {
    transform: scale(1.2) rotate(15deg);
    color: rgba(156, 107, 255, 1);
}

/* ======== Privacy Policy 页面炫酷样式 ======== */
.privacy-page {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.privacy-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.privacy-title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(87, 85, 231, 1), rgba(156, 107, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.privacy-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(87, 85, 231, 1), transparent);
    animation: title-line-glow 2s ease-in-out infinite;
}

@keyframes title-line-glow {
    0%, 100% { opacity: 0.5; width: 100px; }
    50% { opacity: 1; width: 150px; }
}

.privacy-subtitle {
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    margin-top: 20px;
    opacity: 0;
    animation: fadeSlideUp 0.8s ease forwards 0.3s;
}

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

.privacy-divider {
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(87, 85, 231, 0.5), transparent);
    margin: 30px auto;
    position: relative;
    overflow: hidden;
}

.privacy-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(87, 85, 231, 1), transparent);
    animation: divider-flow 2s linear infinite;
}

@keyframes divider-flow {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* 卡片基础样式 */
.privacy-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 40px rgba(87, 85, 231, 0.08);
}

.privacy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(87, 85, 231, 0.05), transparent);
    transition: all 0.6s ease;
}

.privacy-card:hover::before {
    left: 100%;
}

.privacy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(87, 85, 231, 0.15);
}

.privacy-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(87, 85, 231, 0.1), rgba(156, 107, 255, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    transition: all 0.5s ease;
}

.privacy-card-icon i {
    font-size: 36px;
    background: linear-gradient(135deg, rgba(87, 85, 231, 1), rgba(156, 107, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.privacy-card:hover .privacy-card-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 10px 30px rgba(87, 85, 231, 0.2);
}

/* 章节样式 */
.privacy-section {
    margin-bottom: 50px;
    position: relative;
}

.section-number {
    font-size: 72px;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(87, 85, 231, 0.1), rgba(156, 107, 255, 0.1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -20px;
    right: 20px;
    opacity: 0.5;
    transition: all 0.5s ease;
}

.privacy-section:hover .section-number {
    opacity: 1;
    transform: scale(1.1) rotate(-5deg);
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: rgba(28, 28, 28, 1);
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 4px solid rgba(87, 85, 231, 1);
    position: relative;
    transition: all 0.3s ease;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, rgba(87, 85, 231, 0.1), transparent);
    transition: all 0.5s ease;
}

.privacy-section:hover .section-title {
    transform: translateX(10px);
}

.privacy-section:hover .section-title::before {
    width: 100%;
}

.section-desc {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 25px;
    padding-left: 20px;
}

/* 信息卡片网格 */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1200px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.info-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(221, 220, 239, 1);
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(87, 85, 231, 1), rgba(156, 107, 255, 1));
    transform: scaleX(0);
    transition: all 0.5s ease;
}

.info-card:hover::before {
    transform: scaleX(1);
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(87, 85, 231, 0.15);
    border-color: rgba(87, 85, 231, 0.3);
}

.info-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.info-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(87, 85, 231, 0.1), rgba(156, 107, 255, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.info-icon i {
    font-size: 24px;
    color: rgba(87, 85, 231, 1);
}

.info-card:hover .info-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(87, 85, 231, 1), rgba(156, 107, 255, 1));
}

.info-card:hover .info-icon i {
    color: white;
}

.info-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(28, 28, 28, 1);
    transition: all 0.3s ease;
}

.info-card:hover h3 {
    color: rgba(87, 85, 231, 1);
}

/* 列表样式 */
.privacy-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.privacy-list li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.privacy-list li i {
    color: rgba(87, 85, 231, 1);
    font-size: 20px;
    transition: all 0.3s ease;
}

.privacy-list li:hover {
    transform: translateX(10px);
}

.privacy-list li:hover i {
    transform: scale(1.2);
}

.highlight-text {
    background: linear-gradient(135deg, rgba(87, 85, 231, 0.1), rgba(156, 107, 255, 0.1));
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid rgba(87, 85, 231, 1);
    margin-top: 20px;
}

/* 高亮框 */
.highlight-box {
    background: linear-gradient(135deg, rgba(87, 85, 231, 0.1), rgba(156, 107, 255, 0.05));
    padding: 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.highlight-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transition: all 0.6s ease;
}

.highlight-box:hover::before {
    left: 100%;
}

.highlight-box i {
    font-size: 40px;
    background: linear-gradient(135deg, rgba(87, 85, 231, 1), rgba(156, 107, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex-shrink: 0;
}

/* 安全网格 */
.security-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.security-item {
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(221, 220, 239, 1);
    position: relative;
    overflow: hidden;
}

.security-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(87, 85, 231, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    border-radius: 50%;
}

.security-item:hover::before {
    width: 300%;
    height: 300%;
}

.security-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(87, 85, 231, 0.15);
    border-color: rgba(87, 85, 231, 0.3);
}

.security-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(87, 85, 231, 0.15), rgba(156, 107, 255, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.security-icon i {
    font-size: 22px;
    color: rgba(87, 85, 231, 1);
}

.security-item:hover .security-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(87, 85, 231, 1), rgba(156, 107, 255, 1));
}

.security-item:hover .security-icon i {
    color: white;
}

/* 警告卡片 */
.warning-card {
    background: linear-gradient(135deg, rgba(255, 245, 230, 0.95), rgba(255, 250, 240, 0.95));
    border: 2px solid rgba(255, 152, 0, 0.3);
}

.warning-card::before {
    background: linear-gradient(90deg, transparent, rgba(255, 152, 0, 0.1), transparent);
}

.warning-icon {
    text-align: center;
    margin-bottom: 20px;
}

.warning-icon i {
    font-size: 48px;
    color: rgba(255, 152, 0, 1);
    animation: warning-pulse 1.5s ease-in-out infinite;
}

@keyframes warning-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

/* 权限网格 */
.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 25px 0;
}

.right-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(87, 85, 231, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.right-item:hover {
    background: rgba(87, 85, 231, 0.1);
    transform: translateX(5px);
}

.right-item i {
    font-size: 22px;
    color: rgba(87, 85, 231, 1);
}

/* 联系卡片 */
.contact-card {
    background: linear-gradient(135deg, rgba(87, 85, 231, 0.05), rgba(156, 107, 255, 0.05));
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(87, 85, 231, 0.1) 0%, transparent 70%);
    animation: contact-bg-rotate 20s linear infinite;
}

@keyframes contact-bg-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.contact-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(87, 85, 231, 1), rgba(156, 107, 255, 1));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}

.contact-icon i {
    font-size: 36px;
    color: white;
}

.contact-card:hover .contact-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 15px 40px rgba(87, 85, 231, 0.4);
}

.contact-email {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 15px 30px;
    border-radius: 50px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(87, 85, 231, 0.1);
}

.contact-email:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(87, 85, 231, 0.2);
}

.contact-email i {
    font-size: 20px;
    color: rgba(87, 85, 231, 1);
}

.contact-email a {
    font-size: 18px;
    font-weight: 600;
    color: rgba(87, 85, 231, 1);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-email:hover a {
    color: rgba(156, 107, 255, 1);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .privacy-title {
        font-size: 32px;
    }
    
    .section-number {
        font-size: 48px;
        top: -10px;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .privacy-card {
        padding: 25px;
    }
}

/* ======== Footer自定义布局样式 ======== */
.footer__community .footer__links {
    columns: 2;
    column-gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer__community .footer__links li {
    break-inside: avoid;
    margin-bottom: 10px;
}

.footer__community .footer__support {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__community .footer__support-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer__community .footer__support-item img {
    width: 24px;
    height: 24px;
}

.footer__community .footer__support-item div:last-child {
    color: white !important;
    font-size: 14px;
    font-weight: 500;
}

/* ======== Logo炫酷动画效果 ======== */
.header__bottom .area .logo {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header__bottom .area .logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header__bottom .area .logo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(87, 85, 231, 0.15) 0%, rgba(156, 107, 255, 0.1) 50%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 50%;
}

.header__bottom .area .logo:hover::before {
    width: 200%;
    height: 200%;
}

.header__bottom .area .logo img {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
}

.header__bottom .area .logo:hover img {
    transform: scale(1.15) rotate(5deg);
    filter: drop-shadow(0 5px 15px rgba(87, 85, 231, 0.4));
}

.header__bottom .area .logo span {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.header__bottom .area .logo span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(87, 85, 231, 1), rgba(156, 107, 255, 1));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header__bottom .area .logo:hover span {
    color: rgba(87, 85, 231, 1) !important;
    text-shadow: 0 0 10px rgba(87, 85, 231, 0.3);
}

.header__bottom .area .logo:hover span::before {
    width: 100%;
}

/* Logo流光效果 */
.header__bottom .area .logo::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    transition: all 0.8s ease;
    transform: skewX(-20deg);
}

.header__bottom .area .logo:hover::after {
    left: 150%;
}

/* ======== FAQ和Service图片炫酷动画效果 ======== */
/* FAQ图片动画 */
.faq-img-container {
    position: relative;
    animation: faq-float 6s ease-in-out infinite;
}

@keyframes faq-float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(2deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(-15px) rotate(-2deg);
    }
}

.faq-img-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(87, 85, 231, 0.2) 0%, rgba(156, 107, 255, 0.1) 50%, transparent 70%);
    border-radius: 50%;
    animation: faq-glow 4s ease-in-out infinite;
}

@keyframes faq-glow {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.faq-img-container img {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 20px 40px rgba(87, 85, 231, 0.3));
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.faq-img-container:hover img {
    transform: scale(1.05) rotate(3deg);
    filter: drop-shadow(0 30px 60px rgba(87, 85, 231, 0.5));
}

/* Service图片动画 */
.service-img-container {
    position: relative;
    animation: service-pulse 4s ease-in-out infinite;
}

@keyframes service-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.service-img-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(87, 85, 231, 0.3) 0%, transparent 60%);
    border-radius: 50%;
    animation: service-ring 3s ease-out infinite;
}

@keyframes service-ring {
    0% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.8);
    }
}

.service-img-container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(156, 107, 255, 0.2) 0%, transparent 60%);
    border-radius: 50%;
    animation: service-ring 3s ease-out infinite 1.5s;
}

.service-img-container img {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 15px 35px rgba(156, 107, 255, 0.3));
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-img-container:hover img {
    transform: scale(1.1);
    filter: drop-shadow(0 25px 50px rgba(156, 107, 255, 0.5));
}

/* ======== 页面背景粒子效果 ======== */
.particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(87, 85, 231, 0.3);
    animation: particle-float 15s infinite linear;
}

@keyframes particle-float {
    0% {
        transform: translateY(100vh) translateX(0) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
        transform: translateY(90vh) translateX(20px) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: translateY(50vh) translateX(-30px) scale(0.8);
    }
    90% {
        opacity: 0.2;
        transform: translateY(10vh) translateX(10px) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translateY(-10vh) translateX(0) scale(0);
    }
}