﻿/* ========================================
   黑客24小时在线接单网站 - 奢华暗金皇家风
   百变模板前缀: css365jz
   主题色: 金色 #d4af37 → #f59e0b → #fbbf24
   背景色: 深邃藏青 #0f172a → #1e293b
   ======================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Serif SC", serif;
    font-size: 15px;
    line-height: 1.8;
    color: #cbd5e1;
    background: #0f172a;
    overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
img { max-width: 100%; border: none; display: block; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }

.css365jz-lux-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== 金色通用 ===== */
.css365jz-lux-gold {
    background: linear-gradient(135deg, #fcd34d, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.css365jz-lux-sec-label {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #d97706;
    margin-bottom: 14px;
}
.css365jz-lux-sec-title {
    text-align: center;
    font-size: 38px;
    color: #f8fafc;
    margin-bottom: 16px;
    font-weight: 800;
    line-height: 1.3;
}
.css365jz-lux-sec-desc {
    text-align: center;
    font-size: 16px;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.9;
}
.css365jz-lux-sec-head { margin-bottom: 56px; }

/* ===== 金色按钮 ===== */
.css365jz-lux-btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 30px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.35);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.css365jz-lux-btn-gold::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}
.css365jz-lux-btn-gold:hover::before { left: 100%; }
.css365jz-lux-btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.5);
}
.css365jz-lux-btn-gold i { font-style: normal; transition: transform 0.3s ease; }
.css365jz-lux-btn-gold:hover i { transform: translateX(4px); }
.css365jz-lux-btn-lg { padding: 16px 36px; font-size: 16px; }
.css365jz-lux-btn-full { width: 100%; padding: 16px; font-size: 16px; }

.css365jz-lux-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    background: transparent;
    color: #d4af37;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.css365jz-lux-btn-outline:hover {
    background: rgba(212, 175, 55, 0.1);
    border-color: #d4af37;
    color: #fcd34d;
}

/* ===== 顶部通知栏 ===== */
.css365jz-lux-topbar {
    background: #0a0f1a;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    font-size: 12px;
    color: #64748b;
    padding: 8px 0;
}
.css365jz-lux-topbar .css365jz-lux-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.css365jz-lux-topbar-left { color: #d97706; font-weight: 500; }
.css365jz-lux-topbar-right { display: flex; align-items: center; gap: 12px; }
.css365jz-lux-divider { color: rgba(255, 255, 255, 0.1); }

/* ===== 顶部导航 ===== */
.css365jz-lux-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
.css365jz-lux-header-inner {
    display: flex;
    align-items: center;
    height: 78px;
    gap: 30px;
}
.css365jz-lux-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.css365jz-lux-logo-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 50%;
    font-size: 22px;
    color: #1a1a2e;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}
.css365jz-lux-logo-text strong {
    display: block;
    font-size: 18px;
    color: #f8fafc;
    font-weight: 800;
    line-height: 1.2;
}
.css365jz-lux-logo-text span {
    font-size: 10px;
    color: #d4af37;
    letter-spacing: 2px;
    margin-top: 3px;
    display: block;
    font-weight: 600;
}
.css365jz-lux-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}
.css365jz-lux-nav-list {
    display: flex;
    gap: 4px;
}
.css365jz-lux-nav-item a {
    display: block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #94a3b8;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}
.css365jz-lux-nav-item a:hover {
    color: #fcd34d;
}
.css365jz-lux-nav-item.css365jz-lux-active a {
    color: #fcd34d;
}
.css365jz-lux-nav-item.css365jz-lux-active a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: linear-gradient(90deg, #f59e0b, #d97706);
    border-radius: 2px;
}
.css365jz-lux-header-btn { flex-shrink: 0; }
.css365jz-lux-menu-btn {
    display: none;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 6px;
    cursor: pointer;
    padding: 0;
}
.css365jz-lux-menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #d4af37;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ===== Hero 主视觉 ===== */
.css365jz-lux-hero {
    position: relative;
    padding: 100px 0 0;
    overflow: hidden;
    background: linear-gradient(180deg, #0a0f1a 0%, #0f172a 100%);
}
.css365jz-lux-hero-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
}
.css365jz-lux-hero-pattern {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image:
        linear-gradient(rgba(212, 175, 55, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212, 175, 55, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.6;
}
.css365jz-lux-hero-light {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
}
.css365jz-light1 {
    width: 500px; height: 500px;
    top: -100px; right: 10%;
    background: #f59e0b;
}
.css365jz-light2 {
    width: 400px; height: 400px;
    bottom: 0; left: 0;
    background: #7c3aed;
    opacity: 0.15;
}

.css365jz-lux-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    padding-bottom: 60px;
}
.css365jz-lux-hero-left { min-width: 0; }
.css365jz-lux-hero-label {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    color: #d4af37;
    font-weight: 500;
    margin-bottom: 28px;
    letter-spacing: 1px;
}
.css365jz-lux-hero-line {
    flex: 0 0 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4af37);
}
.css365jz-lux-hero-line:last-child {
    background: linear-gradient(90deg, #d4af37, transparent);
}
.css365jz-lux-hero-title {
    margin-bottom: 14px;
    line-height: 1.2;
}
.css365jz-lux-hero-title1 {
    display: block;
    font-size: 48px;
    color: #f8fafc;
    font-weight: 800;
    margin-bottom: 6px;
}
.css365jz-lux-hero-title2 {
    display: block;
    font-size: 56px;
    background: linear-gradient(135deg, #fcd34d, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 2px;
}
.css365jz-lux-hero-subtitle {
    font-size: 13px;
    color: #64748b;
    letter-spacing: 4px;
    margin-bottom: 24px;
    font-weight: 500;
}
.css365jz-lux-hero-desc {
    font-size: 15px;
    color: #94a3b8;
    line-height: 2;
    margin-bottom: 36px;
}
.css365jz-lux-hero-btns {
    display: flex;
    gap: 14px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}
.css365jz-lux-hero-stats {
    display: flex;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}
.css365jz-lux-stat {
    flex: 1;
    text-align: center;
}
.css365jz-lux-stat-num {
    font-size: 30px;
    font-weight: 900;
    background: linear-gradient(135deg, #fcd34d, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 6px;
}
.css365jz-lux-stat-num span { font-size: 16px; }
.css365jz-lux-stat-label {
    font-size: 12px;
    color: #64748b;
}
.css365jz-lux-stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.2), transparent);
}

/* Hero 右侧 */
.css365jz-lux-hero-right {
    position: relative;
}
.css365jz-lux-hero-frame {
    position: relative;
    padding: 20px;
}
.css365jz-lux-frame-corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: #d4af37;
    border-style: solid;
    z-index: 3;
}
.css365jz-frame-tl { top: 0; left: 0; border-width: 2px 0 0 2px; }
.css365jz-frame-tr { top: 0; right: 0; border-width: 2px 2px 0 0; }
.css365jz-frame-bl { bottom: 0; left: 0; border-width: 0 0 2px 2px; }
.css365jz-frame-br { bottom: 0; right: 0; border-width: 0 2px 2px 0; }
.css365jz-lux-hero-imgbox {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.css365jz-lux-hero-img {
    width: 100%;
    display: block;
}
.css365jz-lux-hero-img-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 15, 26, 0.8) 100%);
}
.css365jz-lux-hero-badge {
    position: absolute;
    top: 40px;
    right: -10px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1a1a2e;
    padding: 8px 20px 8px 16px;
    border-radius: 4px 0 0 4px;
    z-index: 5;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
    text-align: center;
}
.css365jz-lux-hero-badge strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}
.css365jz-lux-hero-badge span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.css365jz-lux-hero-float {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    z-index: 4;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}
.css365jz-float-a {
    bottom: 80px;
    left: -20px;
}
.css365jz-float-b {
    top: 100px;
    right: -10px;
}
.css365jz-lux-float-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 8px;
    font-size: 20px;
    flex-shrink: 0;
}
.css365jz-lux-float-text strong {
    display: block;
    font-size: 14px;
    color: #f8fafc;
    font-weight: 700;
    line-height: 1.3;
}
.css365jz-lux-float-text span {
    font-size: 12px;
    color: #d4af37;
    font-weight: 600;
}

/* Hero 底部信任栏 */
.css365jz-lux-hero-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    padding: 24px 0;
    background: rgba(10, 15, 26, 0.6);
}
.css365jz-lux-trust-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.css365jz-lux-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}
.css365jz-lux-trust-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1a1a2e;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
}

/* ===== 核心服务 ===== */
.css365jz-lux-service {
    padding: 100px 0;
    position: relative;
    background: #0f172a;
}
.css365jz-lux-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.css365jz-lux-svc-card {
    position: relative;
    padding: 40px 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    transition: all 0.4s ease;
}
.css365jz-lux-svc-card:hover {
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.css365jz-lux-svc-card:hover .css365jz-lux-svc-icn {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1a1a2e;
}
.css365jz-lux-svc-featured {
    border-color: rgba(212, 175, 55, 0.3);
    background: linear-gradient(180deg, rgba(245, 158, 11, 0.05), rgba(255,255,255,0));
}
.css365jz-lux-svc-badge {
    position: absolute;
    top: 20px;
    right: -5px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1a1a2e;
    padding: 4px 14px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px 0 0 4px;
    z-index: 2;
}
.css365jz-lux-svc-icon {
    position: relative;
    margin-bottom: 24px;
}
.css365jz-lux-svc-num {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 60px;
    font-weight: 900;
    color: rgba(212, 175, 55, 0.08);
    line-height: 1;
}
.css365jz-lux-svc-icn {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    font-size: 30px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}
.css365jz-lux-svc-card h3 {
    font-size: 20px;
    color: #f8fafc;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}
.css365jz-lux-svc-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 16px;
}
.css365jz-lux-svc-list {
    margin-bottom: 20px;
}
.css365jz-lux-svc-list li {
    font-size: 13px;
    color: #94a3b8;
    padding: 5px 0 5px 16px;
    position: relative;
}
.css365jz-lux-svc-list li::before {
    content: '◆';
    position: absolute;
    left: 0;
    top: 5px;
    color: #d4af37;
    font-size: 8px;
}
.css365jz-lux-svc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #d4af37;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.css365jz-lux-svc-link span { transition: transform 0.3s ease; }
.css365jz-lux-svc-link:hover { color: #fcd34d; }
.css365jz-lux-svc-link:hover span { transform: translateX(4px); }

/* ===== 广告位 ===== */
.css365jz-lux-ad {
    padding: 0 0 40px;
    background: #0f172a;
}
.css365jz-lux-ad-inner {
    padding: 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 13px;
}

/* ===== 追款服务 ===== */
.css365jz-lux-recover {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f172a, #0a0f1a);
    position: relative;
}
.css365jz-lux-recover-row {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}
.css365jz-lux-recover-img {
    position: relative;
}
.css365jz-lux-recover-frame {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(212, 175, 55, 0.2);
}
.css365jz-lux-recover-frame img {
    width: 100%;
    display: block;
}
.css365jz-lux-recover-shine {
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    animation: css365jz-luxShine 4s ease-in-out infinite;
}
@keyframes css365jz-luxShine {
    0% { left: -100%; }
    50%, 100% { left: 150%; }
}
.css365jz-lux-recover-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 16px;
}
.css365jz-lux-recstat {
    text-align: center;
    padding: 18px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
}
.css365jz-lux-recstat strong {
    display: block;
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(135deg, #fcd34d, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4px;
}
.css365jz-lux-recstat span {
    font-size: 11px;
    color: #64748b;
}

.css365jz-lux-recover-title {
    font-size: 36px;
    color: #f8fafc;
    margin: 12px 0 20px;
    font-weight: 800;
    line-height: 1.3;
}
.css365jz-lux-recover-content { min-width: 0; }
.css365jz-lux-recover-desc {
    font-size: 15px;
    color: #94a3b8;
    line-height: 2;
    margin-bottom: 28px;
}
.css365jz-lux-recover-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 32px;
}
.css365jz-lux-rec-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    transition: all 0.3s ease;
}
.css365jz-lux-rec-item:hover {
    border-color: rgba(212, 175, 55, 0.3);
    background: rgba(245, 158, 11, 0.05);
}
.css365jz-lux-rec-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 6px;
    font-size: 20px;
    flex-shrink: 0;
}
.css365jz-lux-rec-item h4 {
    font-size: 14px;
    color: #e2e8f0;
    margin-bottom: 2px;
}
.css365jz-lux-rec-item p {
    font-size: 12px;
    color: #64748b;
}
.css365jz-lux-recover-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* ===== 定位找人 ===== */
.css365jz-lux-locate {
    padding: 100px 0;
    background: #0a0f1a;
    position: relative;
}
.css365jz-lux-locate-main {
    padding: 50px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
}
.css365jz-lux-locate-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.css365jz-lux-loc-card {
    text-align: center;
    padding: 28px 18px;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    transition: all 0.3s ease;
}
.css365jz-lux-loc-card:hover {
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-4px);
}
.css365jz-lux-loc-icon {
    font-size: 36px;
    margin-bottom: 14px;
}
.css365jz-lux-loc-card h4 {
    font-size: 16px;
    color: #f8fafc;
    margin-bottom: 6px;
}
.css365jz-lux-loc-card p {
    font-size: 12px;
    color: #64748b;
    line-height: 1.7;
}
.css365jz-lux-locate-info {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
}
.css365jz-lux-locate-info h3 {
    font-size: 24px;
    color: #f8fafc;
    margin-bottom: 14px;
}
.css365jz-lux-locate-info p {
    font-size: 15px;
    color: #94a3b8;
    line-height: 2;
    max-width: 700px;
    margin: 0 auto 24px;
}

/* ===== 服务流程 ===== */
.css365jz-lux-process {
    padding: 100px 0;
    background: #0f172a;
    position: relative;
}
.css365jz-lux-process-steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
.css365jz-lux-step {
    flex: 1;
    text-align: center;
}
.css365jz-lux-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1a1a2e;
    font-size: 18px;
    font-weight: 900;
    border-radius: 50%;
    margin-bottom: 16px;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
    position: relative;
    z-index: 2;
}
.css365jz-lux-step-card {
    padding: 22px 18px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    height: calc(100% - 68px);
}
.css365jz-lux-step-card h4 {
    font-size: 16px;
    color: #f8fafc;
    margin-bottom: 8px;
}
.css365jz-lux-step-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.8;
}
.css365jz-lux-step-line {
    display: flex;
    align-items: center;
    padding: 0 8px;
    padding-top: 26px;
}
.css365jz-lux-step-line span {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.4), rgba(212, 175, 55, 0.1));
    position: relative;
}
.css365jz-lux-step-line span::after {
    content: '›';
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    color: #d4af37;
    font-size: 16px;
    font-weight: 900;
}

/* ===== 成功案例 ===== */
.css365jz-lux-case {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f172a, #0a0f1a);
    position: relative;
}
.css365jz-lux-case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.css365jz-lux-case-card {
    padding: 28px 26px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    transition: all 0.4s ease;
}
.css365jz-lux-case-card:hover {
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.css365jz-lux-case-tag {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 4px;
    font-size: 11px;
    color: #d4af37;
    font-weight: 600;
    margin-bottom: 14px;
}
.css365jz-lux-case-card h3 {
    font-size: 17px;
    color: #f8fafc;
    margin-bottom: 10px;
    line-height: 1.5;
}
.css365jz-lux-case-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 16px;
}
.css365jz-lux-case-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 12px;
    color: #475569;
    align-items: center;
}
.css365jz-lux-case-status {
    margin-left: auto;
    padding: 3px 10px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 4px;
    color: #4ade80;
    font-size: 11px;
    font-weight: 600;
}

/* ===== 客户评价 ===== */
.css365jz-lux-review {
    padding: 100px 0;
    background: #0a0f1a;
    position: relative;
}
.css365jz-lux-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.css365jz-lux-review-card {
    padding: 30px 28px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    transition: all 0.3s ease;
}
.css365jz-lux-review-card:hover {
    border-color: rgba(212, 175, 55, 0.25);
    transform: translateY(-4px);
}
.css365jz-lux-review-stars {
    color: #d4af37;
    margin-bottom: 16px;
    letter-spacing: 3px;
    font-size: 14px;
}
.css365jz-lux-review-text {
    font-size: 14px;
    color: #94a3b8;
    line-height: 2;
    margin-bottom: 22px;
}
.css365jz-lux-review-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.css365jz-lux-review-avatar {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1a1a2e;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
}
.css365jz-lux-review-user strong {
    display: block;
    font-size: 14px;
    color: #e2e8f0;
    margin-bottom: 2px;
}
.css365jz-lux-review-user span {
    font-size: 12px;
    color: #64748b;
}

/* ===== 常见问题 ===== */
.css365jz-lux-faq {
    padding: 100px 0;
    background: #0f172a;
    position: relative;
}
.css365jz-lux-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
}
.css365jz-lux-faq-item {
    padding: 22px 26px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    transition: all 0.3s ease;
}
.css365jz-lux-faq-item:hover {
    border-color: rgba(212, 175, 55, 0.25);
}
.css365jz-lux-faq-item h4 {
    font-size: 15px;
    color: #e2e8f0;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
}
.css365jz-lux-faq-q {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1a1a2e;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
}
.css365jz-lux-faq-a {
    flex-shrink: 0;
    color: #d97706;
    font-weight: 700;
    display: none;
}
.css365jz-lux-faq-item p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.9;
    padding-left: 32px;
}

/* ===== 联系我们 ===== */
.css365jz-lux-contact {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f172a, #0a0f1a);
    position: relative;
}
.css365jz-lux-contact-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.css365jz-lux-contact-info { position: relative; }
.css365jz-lux-contact-form {
    padding: 44px 40px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}
.css365jz-lux-contact-title {
    font-size: 28px;
    color: #f8fafc;
    margin: 12px 0 8px;
    font-weight: 800;
}
.css365jz-lux-contact-desc {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 28px;
}
.css365jz-lux-form { display: block; }
.css365jz-lux-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}
.css365jz-lux-field { margin-bottom: 14px; }
.css365jz-lux-field label {
    display: block;
    font-size: 13px;
    color: #cbd5e1;
    font-weight: 500;
    margin-bottom: 8px;
}
.css365jz-lux-field input,
.css365jz-lux-field select,
.css365jz-lux-field textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    font-size: 14px;
    color: #e2e8f0;
    transition: all 0.3s ease;
    outline: none;
    font-family: inherit;
}
.css365jz-lux-field input:focus,
.css365jz-lux-field select:focus,
.css365jz-lux-field textarea:focus {
    border-color: #d4af37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
    background: rgba(255, 255, 255, 0.05);
}
.css365jz-lux-field select option {
    background: #1e293b;
    color: #e2e8f0;
}
.css365jz-lux-field textarea {
    resize: vertical;
    min-height: 100px;
}
.css365jz-lux-form-tip {
    text-align: center;
    font-size: 12px;
    color: #64748b;
    margin-top: 14px;
}

.css365jz-lux-info-card {
    padding: 40px 34px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    height: 100%;
}
.css365jz-lux-info-card h3 {
    font-size: 22px;
    color: #f8fafc;
    margin-bottom: 6px;
}
.css365jz-lux-info-sub {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 28px;
}
.css365jz-lux-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}
.css365jz-lux-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    background: rgba(15, 23, 42, 0.6);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.css365jz-lux-info-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 8px;
    font-size: 20px;
    flex-shrink: 0;
}
.css365jz-lux-info-item h4 {
    font-size: 14px;
    color: #e2e8f0;
    margin-bottom: 2px;
}
.css365jz-lux-info-item span {
    font-size: 12px;
    color: #d4af37;
    font-weight: 500;
}
.css365jz-lux-info-warn {
    padding: 18px;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 8px;
    font-size: 13px;
    color: #fcd34d;
    line-height: 1.8;
}
.css365jz-lux-info-warn strong {
    display: block;
    margin-bottom: 4px;
    color: #fbbf24;
}

/* ===== 底部 ===== */
.css365jz-lux-footer {
    padding: 60px 0 24px;
    background: #070a12;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}
.css365jz-lux-footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.css365jz-lux-footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.css365jz-lux-footer-logo strong {
    font-size: 18px;
    color: #f8fafc;
    font-weight: 800;
}
.css365jz-lux-footer-desc {
    font-size: 13px;
    color: #475569;
    line-height: 2;
}
.css365jz-lux-footer-col h4 {
    font-size: 15px;
    color: #e2e8f0;
    margin-bottom: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
.css365jz-lux-footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #d4af37, transparent);
}
.css365jz-lux-footer-col ul li {
    margin-bottom: 10px;
}
.css365jz-lux-footer-col ul a {
    font-size: 13px;
    color: #475569;
    transition: all 0.3s ease;
}
.css365jz-lux-footer-col ul a:hover {
    color: #d4af37;
    padding-left: 4px;
}
.css365jz-lux-footer-flink {
    font-size: 12px;
    line-height: 2.2;
    margin-bottom: 24px;
}
.css365jz-lux-footer-flink a {
    color: #334155;
    margin-right: 8px;
    transition: color 0.3s ease;
}
.css365jz-lux-footer-flink a:hover { color: #d4af37; }
.css365jz-lux-footer-rel { margin-top: 24px; }

.css365jz-lux-footer-bottom {
    padding-top: 24px;
    text-align: center;
}
.css365jz-lux-footer-bottom p {
    font-size: 12px;
    color: #334155;
    margin-bottom: 6px;
}
.css365jz-lux-footer-bottom a { color: #d4af37; }
.css365jz-lux-footer-bottom strong { color: #d4af37; }
.css365jz-lux-footer-keywords {
    font-size: 11px !important;
    color: #1e293b !important;
    margin-top: 14px !important;
    line-height: 1.8 !important;
    word-break: break-all;
}

/* ===== 返回顶部 ===== */
.css365jz-lux-gotop {
    position: fixed;
    right: 24px;
    bottom: 30px;
    z-index: 90;
}
.css365jz-lux-gotop-btn {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1a1a2e;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.35);
}
.css365jz-lux-gotop-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.5);
}

/* ===== 响应式 - 1200px ===== */
@media (max-width: 1200px) {
    .css365jz-lux-service-grid { grid-template-columns: repeat(2, 1fr); }
    .css365jz-lux-case-grid { grid-template-columns: repeat(2, 1fr); }
    .css365jz-lux-review-grid { grid-template-columns: repeat(2, 1fr); }
    .css365jz-lux-locate-grid { grid-template-columns: repeat(2, 1fr); }
    .css365jz-lux-hero-title1 { font-size: 40px; }
    .css365jz-lux-hero-title2 { font-size: 48px; }
    .css365jz-lux-sec-title { font-size: 32px; }
}

/* ===== 响应式 - 992px ===== */
@media (max-width: 992px) {
    .css365jz-lux-topbar { display: none; }
    .css365jz-lux-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(15, 23, 42, 0.98);
        backdrop-filter: blur(20px);
        padding: 16px 24px;
        border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    }
    .css365jz-lux-nav.css365jz-lux-show { display: block; }
    .css365jz-lux-nav-list {
        flex-direction: column;
        gap: 4px;
    }
    .css365jz-lux-nav-item a { padding: 12px 16px; }
    .css365jz-lux-nav-item.css365jz-lux-active a::after { display: none; }
    .css365jz-lux-menu-btn { display: flex; margin-left: auto; }
    .css365jz-lux-header-btn { display: none; }
    .css365jz-lux-header-inner { height: 68px; }
    .css365jz-lux-hero { padding: 60px 0 0; }
    .css365jz-lux-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 50px;
    }
    .css365jz-lux-hero-right { max-width: 450px; margin: 0 auto; }
    .css365jz-lux-hero-title1,
    .css365jz-lux-hero-title2 { text-align: center; }
    .css365jz-lux-hero-subtitle { text-align: center; }
    .css365jz-lux-hero-desc { text-align: center; }
    .css365jz-lux-hero-btns { justify-content: center; }
    .css365jz-lux-hero-label { justify-content: center; }
    .css365jz-lux-recover-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .css365jz-lux-recover-img { max-width: 450px; margin: 0 auto; }
    .css365jz-lux-contact-main {
        grid-template-columns: 1fr;
    }
    .css365jz-lux-footer-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .css365jz-lux-process-steps {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .css365jz-lux-step { width: 100%; max-width: 400px; }
    .css365jz-lux-step-card { height: auto; }
    .css365jz-lux-step-line {
        transform: rotate(90deg);
        padding: 0;
        width: 60px;
        height: 20px;
    }
    .css365jz-lux-faq-grid { grid-template-columns: 1fr; }
    .css365jz-lux-service,
    .css365jz-lux-recover,
    .css365jz-lux-locate,
    .css365jz-lux-process,
    .css365jz-lux-case,
    .css365jz-lux-review,
    .css365jz-lux-faq,
    .css365jz-lux-contact { padding: 70px 0; }
    .css365jz-lux-trust-row { gap: 20px; }
}

/* ===== 响应式 - 768px ===== */
@media (max-width: 768px) {
    .css365jz-lux-service-grid { grid-template-columns: 1fr; }
    .css365jz-lux-case-grid { grid-template-columns: 1fr; }
    .css365jz-lux-review-grid { grid-template-columns: 1fr; }
    .css365jz-lux-recover-grid { grid-template-columns: 1fr; }
    .css365jz-lux-hero-title1 { font-size: 32px; }
    .css365jz-lux-hero-title2 { font-size: 38px; }
    .css365jz-lux-sec-title { font-size: 28px; }
    .css365jz-lux-recover-title { font-size: 28px; }
    .css365jz-lux-hero-stats { flex-wrap: wrap; gap: 16px; }
    .css365jz-lux-stat { flex: 0 0 calc(50% - 8px); }
    .css365jz-lux-stat-divider { display: none; }
    .css365jz-lux-locate-main { padding: 32px 24px; }
    .css365jz-lux-contact-form { padding: 32px 28px; }
    .css365jz-lux-info-card { padding: 32px 28px; }
    .css365jz-lux-form-row { grid-template-columns: 1fr; gap: 0; }
    .css365jz-lux-hero-float { display: none; }
    .css365jz-lux-locate-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== 响应式 - 480px ===== */
@media (max-width: 480px) {
    .css365jz-lux-wrap { padding: 0 16px; }
    .css365jz-lux-header-inner { height: 60px; gap: 12px; }
    .css365jz-lux-logo-icon { width: 40px; height: 40px; font-size: 18px; }
    .css365jz-lux-logo-text strong { font-size: 15px; }
    .css365jz-lux-logo-text span { font-size: 9px; letter-spacing: 1px; }
    .css365jz-lux-menu-btn { width: 36px; height: 36px; }
    .css365jz-lux-hero { padding: 40px 0 0; }
    .css365jz-lux-hero-title1 { font-size: 28px; }
    .css365jz-lux-hero-title2 { font-size: 32px; }
    .css365jz-lux-hero-inner { gap: 30px; padding-bottom: 40px; }
    .css365jz-lux-sec-title { font-size: 24px; }
    .css365jz-lux-recover-title { font-size: 24px; }
    .css365jz-lux-hero-btns { flex-direction: column; }
    .css365jz-lux-hero-btns .css365jz-lux-btn-gold,
    .css365jz-lux-hero-btns .css365jz-lux-btn-outline { width: 100%; }
    .css365jz-lux-recover-btns { flex-direction: column; }
    .css365jz-lux-recover-btns .css365jz-lux-btn-gold,
    .css365jz-lux-recover-btns .css365jz-lux-btn-outline { width: 100%; }
    .css365jz-lux-locate-grid { grid-template-columns: 1fr; }
    .css365jz-lux-footer-main { grid-template-columns: 1fr; gap: 28px; }
    .css365jz-lux-luxstat-num { font-size: 24px; }
    .css365jz-lux-hero-frame { padding: 14px; }
    .css365jz-lux-frame-corner { width: 22px; height: 22px; }
    .css365jz-lux-hero-badge { padding: 6px 16px 6px 12px; }
    .css365jz-lux-hero-badge strong { font-size: 16px; }
    .css365jz-lux-hero-badge span { font-size: 10px; }
    .css365jz-lux-locate-main { padding: 28px 20px; }
    .css365jz-lux-contact-form { padding: 28px 22px; }
    .css365jz-lux-info-card { padding: 28px 22px; }
    .css365jz-lux-gotop { right: 16px; bottom: 20px; }
    .css365jz-lux-gotop-btn { width: 40px; height: 40px; border-radius: 6px; }
    .css365jz-lux-faq-item { padding: 18px 20px; }
    .css365jz-lux-faq-item p { padding-left: 0; }
    .css365jz-lux-lux-trust-row { gap: 14px; }
    .css365jz-lux-trust-item { font-size: 12px; gap: 6px; }
    .css365jz-lux-trust-icon { width: 18px; height: 18px; font-size: 10px; }
}