/* ============================================================
   轩澜·昂游万界之旅 — 联系我页专属样式
   ============================================================ */

/* ---------- 主体内容容器（联系页收紧更美观） ---------- */
.container {
    max-width: 800px;
    margin: 120px auto 100px auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

/* ---------- 全息名片舱 ---------- */
.contact-panel {
    background: var(--glass-bg);
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 3.5rem 2.5rem;
    text-align: center;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.5),
        inset 0 1px 2px rgba(255, 255, 255, 0.1),
        inset 0 10px 30px rgba(0, 180, 255, 0.05);
    transform-style: preserve-3d;
    perspective: 1000px;
}

/* 高级拉丝光圈头像包裹仓 */
.avatar-wrapper {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 1.5rem auto;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.5), rgba(180, 120, 255, 0.3));
    box-shadow: 0 0 30px rgba(0, 180, 255, 0.25);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s;
}
.avatar-wrapper:hover {
    transform: scale(1.06) rotate(3deg);
    box-shadow: 0 0 40px rgba(0, 212, 255, 0.45), 0 0 70px rgba(180, 120, 255, 0.2);
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #060b19;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.contact-title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
    background: linear-gradient(to right, #ffffff, #bbf0ff, #e3b6ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 2px;
}

.contact-desc {
    font-size: 1rem;
    color: var(--text-sub);
    max-width: 550px;
    margin: 0 auto 3rem auto;
    line-height: 1.7;
    letter-spacing: 0.5px;
}

/* 脉冲跳转链路矩阵 */
.link-matrix {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    max-width: 500px;
    margin: 0 auto;
}

.matrix-link-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 2rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    color: var(--text-main);
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 1px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.02);
}

/* 悬停时的共通高级流光板式 */
.matrix-link-btn:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.04);
    box-shadow:
        0 15px 30px rgba(0, 0, 0, 0.4),
        inset 0 1px 2px rgba(255, 255, 255, 0.1);
}

/* 侧边高光微标线 */
.matrix-link-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}
.matrix-link-btn:hover::after {
    opacity: 1;
}

/* 按钮内各元素的排版 */
.btn-left-content {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* 量子就绪态脉冲点 */
.pulse-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
}
.pulse-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulseWave 1.8s infinite;
}

@keyframes pulseWave {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(3.5); opacity: 0; }
}

.btn-arrow {
    font-size: 0.9rem;
    color: var(--text-sub);
    transition: transform 0.3s, color 0.3s;
}
.matrix-link-btn:hover .btn-arrow {
    transform: translateX(5px);
    color: #fff;
}

/* 各品牌独立色彩调校 (内敛不失华丽) */
/* QQ */
.btn-qq:hover { border-color: rgba(0, 170, 255, 0.35); }
.btn-qq::after { background: #00aaff; }
.btn-qq .pulse-dot, .btn-qq .pulse-dot::before { background: #00aaff; }
/* QQ群 */
.btn-qq-group:hover { border-color: rgba(0, 220, 200, 0.35); }
.btn-qq-group::after { background: #00dcc8; }
.btn-qq-group .pulse-dot, .btn-qq-group .pulse-dot::before { background: #00dcc8; }
/* B站 */
.btn-bilibili:hover { border-color: rgba(255, 102, 153, 0.35); }
.btn-bilibili::after { background: #ff6699; }
.btn-bilibili .pulse-dot, .btn-bilibili .pulse-dot::before { background: #ff6699; }
/* 抖音 */
.btn-tiktok:hover { border-color: rgba(255, 255, 255, 0.25); }
.btn-tiktok::after { background: #ffffff; }
.btn-tiktok .pulse-dot, .btn-tiktok .pulse-dot::before {
    background: #ffffff;
    box-shadow: -1px -1px 0 #ff0050, 1px 1px 0 #00f2fe;
}

.contact-panel, .footer-bar {
    user-select: text;
}

/* ---------- 本页响应式 ---------- */
@media (max-width: 768px) {
    .container { margin-top: 100px; }
    .contact-panel { padding: 2.5rem 1.5rem; }
    .contact-title { font-size: 1.8rem; }
    .contact-desc { font-size: 0.95rem; margin-bottom: 2rem; }
    .matrix-link-btn { padding: 1rem 1.5rem; font-size: 0.95rem; }
}
