/* 背景装饰 */
.kZlXwYm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.jQvNzFc {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(255, 215, 0, 0.1);
    animation: float1 15s linear infinite;
}

.sTpLqRo {
    position: absolute;
    bottom: 15%;
    right: 15%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(255, 215, 0, 0.1);
    animation: float2 20s linear infinite;
}

/* 主按钮样式 */
.uDvEfRh {
    text-align: center;
}

.gHjKbVc {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 30px;
    letter-spacing: 1px;
    background: linear-gradient(90deg, var(--accent-primary) 0%, #FF8C00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.eTqYxOa {
    font-size: 20px;
    color: #ddd;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 1.7;
}

/* 唤醒按钮 - 黄色风格 */
.dNcFsXa {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent-primary) 0%, #FF8C00 100%);
    color: #000;
    border: none;
    padding: 18px 50px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    letter-spacing: 1px;
}

.dNcFsXa:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.5);
}

/* 弹窗容器 - 随机类名确保样式隔离 */
.cRvZbMl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.cRvZbMl.active {
    opacity: 1;
    visibility: visible;
}

/* 弹窗主体样式 - 黄色边框元素 */
.cRvZbMl .bTfLqWm {
    position: relative;
    width: 460px;
    background: rgba(0, 0, 0, 0.95);
    border-radius: 12px;
    box-shadow: 0 0 0 2px var(--gold-dark), 0 0 30px var(--gold-primary);
    /* background: linear-gradient(135deg, var(--accent-primary), #34e8d8); */
    overflow: hidden;
}

/* 弹窗头部 */
.cRvZbMl .wXyYzPq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    background: rgba(30, 30, 40, 0.9);
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
}

.cRvZbMl .oApKbNq {
    font-size: 24px;
    font-weight: 700;
    color: var(--gold-dark);
    ;
    letter-spacing: 1px;
}

.cRvZbMl .rFsEdCh {
    width: 32px;
    height: 32px;
    background: rgba(255, 215, 0, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.cRvZbMl .rFsEdCh:hover {
    background: rgba(255, 215, 0, 0.4);
    transform: rotate(90deg);
}

.cRvZbMl .mVnJhKl {
    position: relative;
    width: 18px;
    height: 18px;
    color: var(--accent-primary);
    ;
    font-size: 24px;
    line-height: 18px;
    font-weight: 700;
}

/* 弹窗内容区域 */
.cRvZbMl .dOgYvQs {
    padding: 30px 40px;
}

.cRvZbMl .wIbUxPc {
    font-size: 18px;
    color: #f0f0f0;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* 服务标签样式 */
.cRvZbMl .aLpZuNs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.cRvZbMl .qRsTuGf {
    background: rgba(255, 215, 0, 0.1);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    color: var(--gold-dark);
    border: 1px solid rgba(255, 215, 0, 0.3);
}

/* 服务优势区域 */
.cRvZbMl .fGtJhKd {
    background: rgba(255, 215, 0, 0.1);
    padding: 10px;
    border-radius: 8px;
    margin: 30px 0;
    border: 1px dashed rgba(255, 215, 0, 0.3);
}

.cRvZbMl .uYgVbTc {
    color: var(--gold-dark);
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    padding-left: 30px;
}

.cRvZbMl .uYgVbTc::before {
    content: "•";
    position: absolute;
    left: 15px;
    color: var(--accent-primary);
    ;
    font-size: 24px;
    top: -2px;
}

/* 弹窗底部按钮 */
.cRvZbMl .vCfGhJk {
    display: block;
    width: 100%;
    /* background: linear-gradient(135deg, var(--accent-primary); 0%, #FFA500 100%); */
    background: linear-gradient(135deg, var(--gold-dark), var(--gold-primary));
    color: #000;
    border: none;
    padding: 18px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.3);
}


/* 响应式调整 */
@media (max-width: 500px) {
    .cRvZbMl .bTfLqWm {
        width: 90%;
    }

    .cRvZbMl .gHjKbVc {
        font-size: 36px;
    }

    .cRvZbMl .dNcFsXa {
        font-size: 18px;
        padding: 14px 30px;
    }

    .cRvZbMl .vCfGhJk {
        font-size: 18px;
        padding: 14px;
    }

    .cRvZbMl .aLpZuNs {
        gap: 10px;
    }

    .cRvZbMl .qRsTuGf {
        font-size: 14px;
        padding: 8px 16px;
    }
}

/* 动画 */
@keyframes float1 {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
    }

    100% {
        transform: translateY(0) rotate(360deg);
    }
}

@keyframes float2 {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(30px) rotate(180deg);
    }

    100% {
        transform: translateY(0) rotate(360deg);
    }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(15, 23, 42, 0.95); */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.popup-container {
    max-width: 600px;
    width: 90%;
    background: linear-gradient(to bottom, #1a2539, #0f172a);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    box-shadow:
        0 10px 50px rgba(0, 0, 0, 0.7),
        0 0 0 1px rgba(255, 215, 0, 0.15);
    position: relative;
    overflow: hidden;
    animation: floatIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    transform: scale(0.8);
    opacity: 0;
}

.popup-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #2a6bff, #ffd700);
}

.popup-container::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.15) 0%, transparent 70%);
    animation: float 8s ease-in-out infinite;
}

.popup-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
}

.popup-subtitle {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #e2e8f0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    font-size: 1.25rem;
    font-weight: 600;
    background: linear-gradient(to right, #2a6bff, #ffd700);
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(42, 107, 255, 0.5);
    z-index: 2;
}

.cta-button i {
    margin-right: 12px;
    font-size: 1.3rem;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: 0.5s;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(42, 107, 255, 0.7);
}

.cta-button:hover::before {
    left: 100%;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(42, 107, 255, 0.15);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.close-btn:hover {
    color: white;
    background: rgba(255, 215, 0, 0.25);
    transform: rotate(90deg);
}

.floating-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-icon {
    position: absolute;
    font-size: 2rem;
    opacity: 0.1;
    color: white;
    animation: floatIcon 10s linear infinite;
}

.floating-icon:nth-child(1) {
    top: 20%;
    left: 15%;
}

.floating-icon:nth-child(2) {
    top: 65%;
    left: 80%;
}

.floating-icon:nth-child(3) {
    top: 40%;
    left: 5%;
}

.floating-icon:nth-child(4) {
    top: 75%;
    left: 70%;
}

.floating-icon:nth-child(5) {
    top: 10%;
    left: 85%;
}

/* Animations */
@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.8);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(20px, -10px) rotate(180deg);
    }
}

@keyframes floatIcon {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0.1;
    }

    50% {
        transform: translate(30px, -15px) rotate(180deg);
        opacity: 0.15;
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
        opacity: 0.1;
    }
}

@media (max-width: 768px) {
    .popup-container {
        padding: 40px 30px;
    }

    .popup-title {
        font-size: 2rem;
    }

    .popup-subtitle {
        font-size: 1.1rem;
        margin-bottom: 35px;
    }

    .cta-button {
        padding: 16px 35px;
        font-size: 1.1rem;
    }

    .dFrTgHv, .vBnMgTf,.qAzSxEd .qAzSxEd{
        grid-template-columns: 1fr
    }
}

/* 右侧浮动按钮 */
.contact-buttons {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 999;
}

.contact-btn {
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.tg-btn {
    color: white;
    background: linear-gradient(135deg, var(--gold-primary), #ffd700);
    color: #000;
}

.wa-btn {
    background: linear-gradient(45deg, #25D366, #128C7E);
    color: white;
}

.contact-btn:hover {
    transform: translateX(-10px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .contact-buttons {
    }
    .contact-btn {
        font-size: .85rem;
        padding: .5rem 1rem;
    }
}