.metadata-hero {
    background: 
        linear-gradient(135deg, 
            rgba(238, 242, 255, 0.95) 0%, 
            rgba(224, 231, 255, 0.92) 25%, 
            rgba(199, 210, 254, 0.88) 50%, 
            rgba(224, 231, 255, 0.92) 75%, 
            rgba(238, 242, 255, 0.95) 100%),
        url('/static/images/metadata/kv_bg.png') center/cover no-repeat;
    position: relative;
}

.metadata-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 50%, rgba(79, 70, 229, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 80% 30%, rgba(124, 58, 237, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 50% 80%, rgba(165, 180, 252, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse 40% 30% at 70% 60%, rgba(79, 70, 229, 0.04) 0%, transparent 40%);
    pointer-events: none;
    z-index: 1;
    animation: metadataGlowPulse 6s ease-in-out infinite;
}

@keyframes metadataGlowPulse {
    0%, 100% { opacity: 0.85; }
    50% { opacity: 1; }
}

.metadata-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(160deg, rgba(238, 242, 255, 0.1) 0%, rgba(224, 231, 255, 0.08) 20%, rgba(199, 210, 254, 0.05) 45%, rgba(224, 231, 255, 0.08) 70%, rgba(238, 242, 255, 0.1) 100%);
    pointer-events: none;
    z-index: 0;
}

.metadata-hero .hero-vignette {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, transparent 30%, rgba(79, 70, 229, 0.05) 100%);
    pointer-events: none;
    z-index: 2;
}

.metadata-hero .hero-light-rays {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60%;
    height: 140%;
    background: conic-gradient(
        from 200deg at 50% 0%,
        transparent 0deg,
        rgba(79, 70, 229, 0.04) 10deg,
        transparent 20deg,
        rgba(79, 70, 229, 0.03) 35deg,
        transparent 45deg,
        rgba(124, 58, 237, 0.03) 55deg,
        transparent 65deg,
        rgba(79, 70, 229, 0.04) 75deg,
        transparent 85deg,
        rgba(165, 180, 252, 0.03) 100deg,
        transparent 110deg,
        rgba(79, 70, 229, 0.03) 130deg,
        transparent 140deg
    );
    pointer-events: none;
    z-index: 1;
    animation: metadataLightRaysRotate 30s linear infinite;
}

@keyframes metadataLightRaysRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.metadata-hero .hero-grid-bg {
    background-image:
        linear-gradient(rgba(79, 70, 229, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(79, 70, 229, 0.06) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 70%);
    z-index: 1;
}

.metadata-hero .hero-particle {
    background: var(--primary);
    box-shadow: 0 0 8px rgba(79, 70, 229, 0.6);
}

.metadata-hero .hero-content {
    position: relative;
    z-index: 3;
}

.metadata-hero .col-lg-6 {
    position: relative;
    z-index: 3;
}

.metadata-hero .hero-badge {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.15), rgba(124, 58, 237, 0.12));
    border-color: rgba(79, 70, 229, 0.3);
    color: #3730a3;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 40px rgba(79, 70, 229, 0.15), 0 6px 20px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 12px 28px;
    font-size: 0.9375rem;
}

.metadata-hero .hero-badge i {
    filter: drop-shadow(0 0 8px rgba(79, 70, 229, 0.4));
    color: #4f46e5;
}

.metadata-hero .hero-title {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 15%, #3730a3 30%, #4f46e5 50%, #6366f1 70%, #4f46e5 85%, #3730a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-weight: 800;
}

.metadata-hero .hero-desc {
    color: #1e293b;
    font-size: clamp(1.0625rem, 2.4vw, 1.3125rem);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    line-height: 2;
    letter-spacing: 0.025em;
    font-weight: 500;
}

.metadata-hero .hero-system-info {
    color: #1e293b;
    font-size: 0.875rem;
    margin-top: 20px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.08), rgba(124, 58, 237, 0.06));
    padding: 10px 18px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(79, 70, 229, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-weight: 500;
}

.metadata-hero .hero-system-info i {
    color: #4f46e5;
    filter: drop-shadow(0 0 10px rgba(79, 70, 229, 0.3));
}

.metadata-hero .btn-hero-primary {
    background: linear-gradient(135deg, #4f46e5, #3730a3);
    box-shadow: 0 8px 40px rgba(79, 70, 229, 0.25), 0 0 60px rgba(79, 70, 229, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 40px;
    font-size: 1.0625rem;
}

.metadata-hero .btn-hero-primary:hover {
    box-shadow: 0 12px 60px rgba(79, 70, 229, 0.35), 0 0 80px rgba(79, 70, 229, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.metadata-hero .btn-hero-primary i {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}

.metadata-hero .btn-hero-secondary {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(124, 58, 237, 0.1));
    border-color: rgba(79, 70, 229, 0.3);
    color: #3730a3;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 40px rgba(79, 70, 229, 0.1), 0 6px 20px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 18px 40px;
    font-size: 1.0625rem;
}

.metadata-hero .btn-hero-secondary:hover {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.2), rgba(124, 58, 237, 0.15));
    border-color: rgba(79, 70, 229, 0.4);
    color: #312e81;
    box-shadow: 0 0 50px rgba(79, 70, 229, 0.15), 0 8px 25px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.metadata-hero .btn-hero-secondary i {
    filter: drop-shadow(0 0 6px rgba(79, 70, 229, 0.3));
}

.metadata-feature-icon {
    background: linear-gradient(135deg, rgba(79,70,229,0.2), rgba(124,58,237,0.15));
}

.metadata-hero .dashboard-preview {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(79, 70, 229, 0.15);
    border-radius: 20px;
    padding: 32px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    animation: fadeInUp 0.6s ease-out;
}

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

.dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(79, 70, 229, 0.1);
}

.dashboard-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
}

.dashboard-title i {
    font-size: 1.5rem;
    color: #4f46e5;
}

.dashboard-badge {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.dashboard-metric-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(79, 70, 229, 0.04);
    border: 1px solid rgba(79, 70, 229, 0.08);
    border-radius: 12px;
    transition: all 0.3s;
    animation: fadeInLeft 0.6s ease-out both;
}

.dashboard-metric-item:nth-child(1) {
    animation-delay: 0.3s;
}

.dashboard-metric-item:nth-child(2) {
    animation-delay: 0.4s;
}

.dashboard-metric-item:nth-child(3) {
    animation-delay: 0.5s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.dashboard-metric-item:hover {
    background: rgba(79, 70, 229, 0.08);
    border-color: rgba(79, 70, 229, 0.15);
    transform: translateY(-2px);
}

.metric-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1), rgba(124, 58, 237, 0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    color: #4f46e5;
    flex-shrink: 0;
    animation: pulse 2s ease-in-out infinite;
}

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

.metric-content {
    flex: 1;
}

.metric-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #4f46e5;
    line-height: 1;
    margin-bottom: 4px;
}

.metric-suffix {
    font-size: 1rem;
    font-weight: 600;
}

.metric-label {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
}

.dashboard-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 12px;
    background: rgba(79, 70, 229, 0.04);
    border: 1px solid rgba(79, 70, 229, 0.08);
    border-radius: 12px;
    transition: all 0.3s;
    cursor: pointer;
    animation: fadeInUp 0.6s ease-out both;
}

.feature-item:nth-child(1) {
    animation-delay: 0.6s;
}

.feature-item:nth-child(2) {
    animation-delay: 0.7s;
}

.feature-item:nth-child(3) {
    animation-delay: 0.8s;
}

.feature-item:nth-child(4) {
    animation-delay: 0.9s;
}

.feature-item:hover {
    background: rgba(79, 70, 229, 0.08);
    border-color: rgba(79, 70, 229, 0.15);
    transform: translateY(-2px);
}

.feature-item i {
    font-size: 1.5rem;
    color: #4f46e5;
    transition: transform 0.3s ease;
}

.feature-item:hover i {
    animation: bounce 0.6s ease;
}

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

.feature-item span {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
}

.dashboard-metadata-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.metadata-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: rgba(79, 70, 229, 0.02);
    border-radius: 10px;
    animation: fadeInScale 0.6s ease-out both;
}

.metadata-type:nth-child(1) {
    animation-delay: 1s;
}

.metadata-type:nth-child(2) {
    animation-delay: 1.1s;
}

.metadata-type:nth-child(3) {
    animation-delay: 1.2s;
}

.type-tag {
    padding: 6px 16px;
    border-radius: 16px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.type-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);
}

.type-tag.exif {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.15), rgba(79, 70, 229, 0.1));
    color: #4f46e5;
}

.type-tag.iptc {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.15), rgba(124, 58, 237, 0.1));
    color: #7c3aed;
}

.type-tag.xmp {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(99, 102, 241, 0.1));
    color: #6366f1;
}

.type-desc {
    font-size: 0.6875rem;
    color: #64748b;
    font-weight: 500;
}

.dashboard-preview-image {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(79, 70, 229, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    animation: fadeInScale 0.8s ease-out 0.2s both;
    position: relative;
}

.dashboard-preview-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 3s infinite;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.dashboard-preview-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.dashboard-preview-image:hover img {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .dashboard-metrics {
        grid-template-columns: 1fr;
    }
    
    .dashboard-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dashboard-metadata-types {
        grid-template-columns: 1fr;
    }
}

.section-features {
    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

.section-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 50% 30% at 50% 0%, rgba(79, 70, 229, 0.03), transparent),
        radial-gradient(ellipse 40% 20% at 80% 100%, rgba(124, 58, 237, 0.02), transparent);
    pointer-events: none;
}

.section-features::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(rgba(79, 70, 229, 0.015) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

.section-features .section-badge {
    background: rgba(79, 70, 229, 0.08);
    border-color: rgba(79, 70, 229, 0.15);
    color: #4f46e5;
}

.section-features .section-title {
    background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(79, 70, 229, 0.05));
}

.section-features .section-subtitle {
    color: #64748b;
}

.tagcloud-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.tagcloud-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(79, 70, 229, 0.1);
    border-radius: 20px;
    padding: 32px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.tagcloud-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.tagcloud-card:hover {
    transform: translateY(-6px);
    border-color: rgba(79, 70, 229, 0.2);
    box-shadow: 0 12px 40px rgba(79, 70, 229, 0.08);
}

.tagcloud-card:hover::before {
    opacity: 1;
}

.tagcloud-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.tagcloud-card p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 16px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.tagcloud-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(79, 70, 229, 0.08);
    border: 1px solid rgba(79, 70, 229, 0.15);
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 0.75rem;
    color: #4f46e5;
    transition: all 0.3s;
}

.tag-item:hover {
    background: rgba(79, 70, 229, 0.12);
    transform: translateY(-2px);
}

.steps-section {
    background: #f1f5f9;
    position: relative;
    overflow: hidden;
}

.steps-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 60% 40% at 50% 50%, rgba(79, 70, 229, 0.02), transparent);
    pointer-events: none;
}

.steps-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(rgba(79, 70, 229, 0.008) 1px, transparent 1px),
        linear-gradient(90deg, rgba(79, 70, 229, 0.008) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
}

.steps-section .section-badge {
    background: rgba(79, 70, 229, 0.08);
    border-color: rgba(79, 70, 229, 0.15);
    color: #4f46e5;
}

.steps-section .section-title {
    background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(79, 70, 229, 0.05));
}

.steps-grid {
    display: flex;
    align-items: stretch;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.step-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(79, 70, 229, 0.1);
    border-radius: 20px;
    padding: 40px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    flex: 1;
    min-width: 250px;
    max-width: 320px;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(79, 70, 229, 0.2);
    box-shadow: 0 16px 48px rgba(79, 70, 229, 0.08);
}

.step-card:hover::before {
    opacity: 1;
}

.step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--gradient-end));
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.3);
    position: relative;
}

.step-number::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(79, 70, 229, 0.2);
    animation: metadataStepPulse 2s ease-in-out infinite;
}

@keyframes metadataStepPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0; }
}

.step-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(79, 70, 229, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.5rem;
    color: var(--primary-light);
}

.step-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.step-card p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.step-connector {
    display: flex;
    align-items: center;
    color: rgba(79, 70, 229, 0.3);
    font-size: 1.5rem;
}

.section-dark {
    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

.section-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 50% 40% at 20% 50%, rgba(79, 70, 229, 0.03), transparent),
        radial-gradient(ellipse 40% 30% at 80% 50%, rgba(124, 58, 237, 0.02), transparent);
    pointer-events: none;
}

.section-dark::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 85%, rgba(79, 70, 229, 0.015) 0%, transparent 40%),
        radial-gradient(circle at 85% 15%, rgba(124, 58, 237, 0.01) 0%, transparent 40%);
    pointer-events: none;
}

.section-dark .section-badge {
    background: rgba(79, 70, 229, 0.08);
    border-color: rgba(79, 70, 229, 0.15);
    color: #4f46e5;
}

.section-dark .section-title {
    background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(79, 70, 229, 0.05));
}

.showcase-row {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 80px;
    padding: 40px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(79, 70, 229, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.showcase-row:last-child {
    margin-bottom: 0;
}

.showcase-row:hover {
    border-color: rgba(79, 70, 229, 0.15);
    box-shadow: 0 8px 40px rgba(79, 70, 229, 0.05);
}

.showcase-row.reverse {
    flex-direction: row-reverse;
}

.showcase-text h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 30%, #3730a3 60%, #4f46e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.showcase-text p {
    font-size: 1.0625rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.showcase-text ul {
    list-style: none;
    padding: 0;
}

.showcase-text ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #64748b;
    font-size: 0.9375rem;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.showcase-text ul li i {
    color: var(--primary);
    margin-top: 4px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 4px rgba(79, 70, 229, 0.2));
}

.showcase-img {
    flex-shrink: 0;
    max-width: 480px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(79, 70, 229, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    position: relative;
}

.showcase-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.05), transparent 50%);
    pointer-events: none;
    border-radius: 16px;
}

.showcase-row:hover .showcase-img {
    box-shadow: 0 12px 48px rgba(79, 70, 229, 0.1), 0 0 60px rgba(79, 70, 229, 0.03);
    transform: scale(1.02);
}

.showcase-img img {
    width: 100%;
    height: auto;
    display: block;
}

.advantages-section {
    background: #f1f5f9;
    position: relative;
    overflow: hidden;
}

.advantages-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 60% 40% at 30% 30%, rgba(79, 70, 229, 0.03), transparent),
        radial-gradient(ellipse 50% 30% at 70% 70%, rgba(124, 58, 237, 0.02), transparent);
    pointer-events: none;
}

.advantages-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(rgba(79, 70, 229, 0.012) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.advantages-section .section-badge {
    background: rgba(79, 70, 229, 0.08);
    border-color: rgba(79, 70, 229, 0.15);
    color: #4f46e5;
}

.advantages-section .section-title {
    background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(79, 70, 229, 0.05));
}

.advantages-section .section-subtitle {
    color: #64748b;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.advantage-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(79, 70, 229, 0.1);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.advantage-card:hover {
    transform: translateY(-6px);
    border-color: rgba(79, 70, 229, 0.2);
    box-shadow: 0 12px 40px rgba(79, 70, 229, 0.08);
}

.advantage-card:hover::before {
    opacity: 1;
}

.advantage-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1), rgba(124, 58, 237, 0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem;
    color: #4f46e5;
    flex-shrink: 0;
    transition: all 0.4s;
}

.advantage-card:hover .advantage-icon {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.15), rgba(124, 58, 237, 0.12));
    box-shadow: 0 0 20px rgba(79, 70, 229, 0.15);
    transform: scale(1.05);
}

.advantage-card h3 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.advantage-card p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.stats-section {
    background: linear-gradient(135deg, #eef2ff, #e0e7ff, #c7d2fe);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234f46e5' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.stats-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 50% 60% at 20% 50%, rgba(79, 70, 229, 0.04), transparent),
        radial-gradient(ellipse 40% 50% at 80% 30%, rgba(79, 70, 229, 0.03), transparent),
        radial-gradient(ellipse 30% 40% at 50% 80%, rgba(79, 70, 229, 0.02), transparent);
    pointer-events: none;
}

.stat-item {
    text-align: center;
    color: #1e293b;
    padding: 28px 20px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(79, 70, 229, 0.1);
    border-radius: 18px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: all 0.3s;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #4f46e5;
}

.stat-label {
    font-size: 0.9375rem;
    opacity: 0.95;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    color: #64748b;
}

.reviews-section {
    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

.reviews-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 50% 30% at 50% 0%, rgba(79, 70, 229, 0.03), transparent);
    pointer-events: none;
}

.reviews-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(rgba(79, 70, 229, 0.005) 1px, transparent 1px),
        linear-gradient(90deg, rgba(79, 70, 229, 0.005) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.reviews-section .section-badge {
    background: rgba(79, 70, 229, 0.08);
    border-color: rgba(79, 70, 229, 0.15);
    color: #4f46e5;
}

.reviews-section .section-title {
    background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(79, 70, 229, 0.05));
}

.reviews-section .section-subtitle {
    color: #64748b;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.review-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(79, 70, 229, 0.1);
    border-radius: 20px;
    padding: 36px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.review-card::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.08), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(79, 70, 229, 0.15);
    box-shadow: 0 12px 40px rgba(79, 70, 229, 0.08);
}

.review-stars {
    margin-bottom: 16px;
}

.review-stars i {
    color: #fbbf24;
    font-size: 0.9375rem;
    margin-right: 2px;
    filter: drop-shadow(0 0 4px rgba(251, 191, 36, 0.3));
}

.review-text {
    font-size: 1rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.review-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--gradient-end));
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.3);
}

.review-name {
    font-weight: 700;
    color: #1e293b;
    font-size: 0.9375rem;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.review-role {
    font-size: 0.8125rem;
    color: #64748b;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.faq-section {
    background: #f1f5f9;
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 50% 30% at 50% 0%, rgba(79, 70, 229, 0.02), transparent);
    pointer-events: none;
}

.faq-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 10% 90%, rgba(79, 70, 229, 0.01) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgba(124, 58, 237, 0.01) 0%, transparent 40%);
    pointer-events: none;
}

.faq-section .section-badge {
    background: rgba(79, 70, 229, 0.08);
    border-color: rgba(79, 70, 229, 0.15);
    color: #4f46e5;
}

.faq-section .section-title {
    background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(79, 70, 229, 0.05));
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(79, 70, 229, 0.1);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.3s;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item:hover {
    border-color: rgba(79, 70, 229, 0.15);
}

.faq-item.active {
    border-color: rgba(79, 70, 229, 0.2);
    box-shadow: 0 4px 20px rgba(79, 70, 229, 0.05);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-question:hover {
    background: rgba(79, 70, 229, 0.02);
}

.faq-question h3 {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0;
    padding-right: 16px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.faq-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(79, 70, 229, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
    transition: all 0.3s;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle {
    background: var(--primary);
    color: #ffffff;
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-inner {
    padding: 0 24px 24px;
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.download-section {
    background: #eef2ff;
    position: relative;
    overflow: hidden;
}

.download-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(160deg, #eef2ff 0%, #e0e7ff 30%, #c7d2fe 50%, #e0e7ff 70%, #eef2ff 100%);
    pointer-events: none;
}

.download-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 50%, rgba(79, 70, 229, 0.05), transparent),
        radial-gradient(ellipse 40% 30% at 30% 30%, rgba(124, 58, 237, 0.03), transparent),
        radial-gradient(ellipse 40% 30% at 70% 70%, rgba(79, 70, 229, 0.02), transparent);
    pointer-events: none;
}

.download-box {
    text-align: center;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(79, 70, 229, 0.1);
    border-radius: 24px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.download-box h3 {
    font-size: clamp(1.875rem, 4.2vw, 2.875rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 20%, #3730a3 45%, #4f46e5 70%, #6366f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.download-box p {
    font-size: clamp(1rem, 2.2vw, 1.1875rem);
    color: #475569;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.download-box .btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #4f46e5, #3730a3);
    color: #ffffff;
    padding: 18px 44px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1.0625rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 30px rgba(79, 70, 229, 0.25), 0 0 40px rgba(79, 70, 229, 0.1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.download-box .btn-hero-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 40px rgba(79, 70, 229, 0.35), 0 0 60px rgba(79, 70, 229, 0.15);
    color: #ffffff;
}

.download-info {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.download-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 0.875rem;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.download-info-item i {
    color: #4f46e5;
    filter: drop-shadow(0 0 4px rgba(79, 70, 229, 0.2));
}

[data-theme="metadata"] .downTop {
    background: rgba(238, 242, 255, 0.95);
    border-bottom-color: rgba(79, 70, 229, 0.08);
}

[data-theme="metadata"] .downTopDowmload {
    background: linear-gradient(135deg, #4f46e5, #3730a3);
}

[data-theme="metadata"] .downTopDowmload:hover {
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
}

[data-theme="metadata"] .tech-header {
    background: rgba(238, 242, 255, 0.95);
    border-bottom-color: rgba(79, 70, 229, 0.08);
}

[data-theme="metadata"] .nav-link {
    color: #64748b;
}

[data-theme="metadata"] .nav-link:hover,
[data-theme="metadata"] .nav-link.active {
    color: #1e293b;
}

[data-theme="metadata"] .nav-link::after {
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
}

.metadata-cta {
    background: linear-gradient(135deg, #312e81, #3730a3);
}

.metadata-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.metadata-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(79,70,229,0.06);
    border: 1px solid rgba(79,70,229,0.12);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8125rem;
    color: #4f46e5;
    transition: all 0.3s;
}

.metadata-tag:hover {
    background: rgba(79,70,229,0.1);
    transform: translateY(-2px);
}

.metadata-data-line {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(79, 70, 229, 0.05);
}

.metadata-data-line .label {
    color: #64748b;
    font-size: 0.875rem;
    min-width: 120px;
}

.metadata-data-line .value {
    color: #1e293b;
    font-size: 0.875rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .steps-grid {
        flex-direction: column;
    }
    
    .step-connector {
        transform: rotate(90deg);
    }
    
    .showcase-row {
        flex-direction: column !important;
        gap: 32px;
    }
    
    .showcase-img {
        max-width: 100%;
    }
}

/* ========== Metadata 主题支付页面样式覆盖 ========== */
[data-theme="metadata"] .home-payment-top {
    background: linear-gradient(135deg, #2f46e5, #3730a3);
    box-shadow: 0 4px 20px rgba(79, 70, 229, 0.3);
}

[data-theme="metadata"] .home-vip-model {
    background: #ffffff;
    border-color: rgba(79, 70, 229, 0.1);
}

[data-theme="metadata"] .home-vip-left {
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
    border-right-color: rgba(79, 70, 229, 0.1);
}

[data-theme="metadata"] .home-vip-left::before {
    background: radial-gradient(circle, rgba(79, 70, 229, 0.08) 0%, transparent 70%);
}

[data-theme="metadata"] .home-vip-left::after {
    background: radial-gradient(circle, rgba(79, 70, 229, 0.05) 0%, transparent 70%);
}

[data-theme="metadata"] .home-vip-left .v-logo {
    border-color: #a5b4fc;
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.2);
}

[data-theme="metadata"] .home-vip-left .v-name {
    background: linear-gradient(90deg, #4f46e5, #3730a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="metadata"] .home-vip-left .vip-status-badge {
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}

[data-theme="metadata"] .home-vip-left .vip-status-time {
    color: #4f46e5;
}

[data-theme="metadata"] .home-vip-left .vip-interest {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(79, 70, 229, 0.1);
}

[data-theme="metadata"] .home-vip-left .vip-title {
    background: linear-gradient(90deg, #4f46e5, #3730a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="metadata"] .home-vip-left .vip-interest p:hover {
    color: #4f46e5;
}

[data-theme="metadata"] .home-vip-item {
    border-color: #e2e8f0;
    background: #ffffff;
}

[data-theme="metadata"] .home-vip-item::before {
    background: linear-gradient(90deg, #4f46e5, #a5b4fc);
}

[data-theme="metadata"] .home-vip-item:hover {
    border-color: #a5b4fc;
}

[data-theme="metadata"] .home-vip-item.active {
    background: linear-gradient(179deg, #faf5ff 0%, #f5f3ff 44%, #ede9fe 100%);
    border-color: #4f46e5;
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.25);
}

[data-theme="metadata"] .home-vip-item .super-vip {
    background: linear-gradient(90deg, #4f46e5, #8b5cf6);
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.3);
}

[data-theme="metadata"] .home-vip-item .vip-name {
    color: #1e293b;
}

[data-theme="metadata"] .home-vip-item .price-value {
    color: #ef4444;
}

[data-theme="metadata"] .home-vip-tips {
    background: #f1f5f9;
    border-left-color: #4f46e5;
}

[data-theme="metadata"] .home-pay-section {
    background: linear-gradient(135deg, #f1f5f9, #ffffff);
    border-color: rgba(79, 70, 229, 0.1);
}

[data-theme="metadata"] .home-pay-money {
    color: #ef4444;
}

[data-theme="metadata"] .home-pay-qr {
    background: #ffffff;
    border-color: rgba(79, 70, 229, 0.1);
}

[data-theme="metadata"] .home-pay-desc span {
    color: #4f46e5;
    background: rgba(79, 70, 229, 0.08);
}

[data-theme="metadata"] .home-pay-agreement a {
    color: #4f46e5;
}

[data-theme="metadata"] .home-pay-success-icon {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}

[data-theme="metadata"] .home-pay-success-btn {
    background: linear-gradient(90deg, #4f46e5, #3730a3);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}

[data-theme="metadata"] .home-pay-success-btn:hover {
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4);
}

[data-theme="metadata"] .home-agreement-modal .modal-title {
    color: #1e293b;
}

[data-theme="metadata"] .home-agreement-modal .modal-body .font-600 {
    color: #1e293b;
}

[data-theme="metadata"] .spinner-border.text-primary {
    color: #4f46e5 !important;
}

[data-theme="metadata"] .btn-secondary {
    background: linear-gradient(90deg, #4f46e5, #3730a3);
    border-color: #4f46e5;
}

[data-theme="metadata"] .btn-secondary:hover {
    background: linear-gradient(90deg, #3730a3, #312e81);
    border-color: #3730a3;
}
