
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.z6c5b2body {
    color: #333;
    background-color: #f5f7fa;
    line-height: 1.6;
}

.z6c5b2container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


@media (hover: none) and (pointer: coarse) {
    .z6c5b2download-ios:hover,
    .z6c5b2download-android:hover,
    .z6c5b2download-btn:hover,
    .z6c5b2trade-btn:hover,
    .z6c5b2feature-card:hover,
    .z6c5b2step-card:hover,

    .z6c5b2security-item:hover,
    .z6c5b2testimonial-card:hover {
        transform: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }
    
    .z6c5b2app-image:hover {
        transform: none;
    }
    
    .z6c5b2mobile-images:hover .z6c5b2screenshot-1,
    .z6c5b2mobile-images:hover .z6c5b2screenshot-3 {
        transform: none;
    }
}


.z6c5b2header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.z6c5b2header.z6c5b2scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.z6c5b2header .z6c5b2container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.z6c5b2logo {
    display: flex;
    align-items: center;
}

.z6c5b2logo-image {
    height: 40px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

.z6c5b2nav ul {
    display: flex;
    list-style: none;
}

.z6c5b2nav li {
    margin-left: 30px;
}

.z6c5b2nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
    padding: 5px 0;
}

.z6c5b2nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f3ba2f;
    transition: width 0.3s;
}

.z6c5b2nav-link:hover {
    color: #f3ba2f;
}

.z6c5b2nav-link:hover:after {
    width: 100%;
}

.z6c5b2download-btn {
    background-color: #f3ba2f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    text-decoration: none;
    display: inline-block;
}

.z6c5b2download-btn:hover {
    background-color: #e6a600;
    transform: translateY(-2px);
}

.z6c5b2menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}


.z6c5b2hero {
    margin-top: 80px;
    padding: 80px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.z6c5b2hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 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='%23ffffff' fill-opacity='0.05'%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");
}

.z6c5b2hero .z6c5b2container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.z6c5b2hero-content {
    flex: 1;
    min-width: 300px;
    padding-right: 40px;
}

.z6c5b2hero-title {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.z6c5b2hero-desc {
    font-size: 18px;
    margin-bottom: 30px;
    color: #e2e8f0;
    max-width: 600px;
}

.z6c5b2download-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.z6c5b2download-ios,
.z6c5b2download-android {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #0f172a;
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.z6c5b2download-ios:hover,
.z6c5b2download-android:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.z6c5b2download-ios i,
.z6c5b2download-android i {
    margin-right: 10px;
    font-size: 20px;
}

.z6c5b2hero-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.z6c5b2stat-item {
    display: flex;
    flex-direction: column;
}

.z6c5b2stat-number {
    font-size: 22px;
    font-weight: bold;
    color: #f3ba2f;
}

.z6c5b2stat-text {
    font-size: 14px;
    color: #cbd5e1;
}

.z6c5b2hero-note {
    font-size: 14px;
    color: #cbd5e1;
}

.z6c5b2hero-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.z6c5b2app-image {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s;
    object-fit: contain;
}

.z6c5b2app-image:hover {
    transform: scale(1.03) rotate(1deg);
}


.z6c5b2section-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    color: #0f172a;
    position: relative;
    padding-bottom: 15px;
}

.z6c5b2section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #f3ba2f;
    border-radius: 2px;
}

.z6c5b2section-subtitle {
    font-size: 18px;
    text-align: center;
    color: #64748b;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


.z6c5b2features {
    padding: 100px 0;
    background-color: #fff;
}

.z6c5b2features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.z6c5b2feature-card {
    background-color: #f8fafc;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.z6c5b2feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.z6c5b2feature-icon {
    width: 60px;
    height: 60px;
    background-color: #fef3c7;
    color: #f59e0b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    flex-shrink: 0;
}

.z6c5b2feature-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #0f172a;
}

.z6c5b2feature-desc {
    color: #64748b;
    flex-grow: 1;
}


.z6c5b2markets {
    padding: 100px 0;
    background-color: #f8fafc;
}

.z6c5b2market-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.z6c5b2market-tab {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.z6c5b2market-tab:hover {
    background-color: #f1f5f9;
}

.z6c5b2market-tab.z6c5b2active {
    background-color: #f3ba2f;
    color: #fff;
}

.z6c5b2market-content {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.z6c5b2market-table-container {
    padding: 20px;
    overflow-x: auto;
}

.z6c5b2market-table {
    width: 100%;
    border-collapse: collapse;
}

.z6c5b2table-header {
    text-align: left;
    padding: 15px 10px;
    color: #64748b;
    font-weight: 600;
    border-bottom: 1px solid #e2e8f0;
}

.z6c5b2table-cell {
    padding: 15px 10px;
    border-bottom: 1px solid #f1f5f9;
}

.z6c5b2table-row:last-child .z6c5b2table-cell {
    border-bottom: none;
}

.z6c5b2table-row:hover {
    background-color: #f8fafc;
}

.z6c5b2rising {
    color: #10b981;
}

.z6c5b2falling {
    color: #ef4444;
}

.z6c5b2trade-btn {
    background-color: #f3ba2f;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.z6c5b2trade-btn:hover {
    background-color: #e6a600;
}

.z6c5b2chart-container {
    padding: 20px;
    border-top: 1px solid #e2e8f0;
}

.z6c5b2chart-title {
    margin-bottom: 20px;
    color: #0f172a;
    font-size: 18px;
}

.z6c5b2price-chart {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.z6c5b2price-table-container {
    margin: 20px 0;
    overflow-x: auto;
}

.z6c5b2price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.z6c5b2price-header {
    background-color: #f8fafc;
    padding: 12px 8px;
    text-align: left;
    font-weight: 600;
    color: #0f172a;
    border-bottom: 2px solid #e2e8f0;
}

.z6c5b2price-row {
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s;
}

.z6c5b2price-row:hover {
    background-color: #f8fafc;
}

.z6c5b2price-cell {
    padding: 10px 8px;
    color: #374151;
}

.z6c5b2price-cell.time {
    color: #6b7280;
    font-size: 13px;
}

.z6c5b2price-cell.price {
    font-weight: 600;
    color: #0f172a;
}

.z6c5b2price-cell.change {
    font-weight: 600;
}

.z6c5b2price-cell.change.positive {
    color: #10b981;
}

.z6c5b2price-cell.change.negative {
    color: #ef4444;
}

.z6c5b2price-cell.volume {
    color: #6b7280;
    font-size: 13px;
}

.z6c5b2chart-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.z6c5b2summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f8fafc;
    border-radius: 5px;
}

.z6c5b2summary-label {
    color: #6b7280;
    font-size: 14px;
}

.z6c5b2summary-value {
    font-weight: 600;
    color: #0f172a;
}


.z6c5b2table-header-controls {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.z6c5b2toggle-btn {
    display: flex !important;
    align-items: center;
    gap: 8px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.z6c5b2toggle-btn:hover {
    background-color: #e2e8f0;
    border-color: #cbd5e1;
}

.z6c5b2toggle-btn:active {
    transform: translateY(1px);
}

.z6c5b2toggle-icon {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.z6c5b2toggle-btn.collapsed .z6c5b2toggle-icon {
    transform: rotate(180deg);
}

.z6c5b2table-info {
    color: #6b7280;
    font-size: 13px;
}

.z6c5b2data-count {
    color: #374151;
    font-weight: 500;
}


.z6c5b2price-table-container {
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.z6c5b2price-table-container.collapsed {
    max-height: 400px;
}

.z6c5b2price-table-container.expanded {
    max-height: none;
}


.z6c5b2price-row {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.z6c5b2price-row.hidden {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}


@media (max-width: 768px) {
    .z6c5b2price-table {
        font-size: 12px;
    }
    
    .z6c5b2price-header,
    .z6c5b2price-cell {
        padding: 8px 4px;
    }
    
    .z6c5b2chart-summary {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .z6c5b2summary-item {
        padding: 8px;
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
    
    .z6c5b2summary-label,
    .z6c5b2summary-value {
        font-size: 12px;
    }
    
    .z6c5b2table-header-controls {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    
    .z6c5b2toggle-btn {
        justify-content: center;
        padding: 10px 16px;
    }
    
    .z6c5b2table-info {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .z6c5b2price-table-container {
        margin: 15px 0;
    }
    
    .z6c5b2price-table {
        font-size: 11px;
    }
    
    .z6c5b2price-header,
    .z6c5b2price-cell {
        padding: 6px 3px;
    }
    
    .z6c5b2chart-summary {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .z6c5b2summary-item {
        padding: 6px;
    }
    
    .z6c5b2summary-label,
    .z6c5b2summary-value {
        font-size: 11px;
    }
    
    .z6c5b2toggle-btn {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .z6c5b2table-info {
        font-size: 11px;
    }
}

.z6c5b2chart-timeframe {
    display: flex;
    gap: 10px;
}

.z6c5b2timeframe-btn {
    background-color: #f8fafc;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.z6c5b2timeframe-btn:hover {
    background-color: #e2e8f0;
}

.z6c5b2timeframe-btn.z6c5b2active {
    background-color: #0f172a;
    color: #fff;
}


.z6c5b2download {
    padding: 100px 0;
    background-color: #f8fafc;
}

.z6c5b2download-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.z6c5b2step-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 20px;
    transition: transform 0.3s;
}

.z6c5b2step-card:hover {
    transform: translateY(-5px);
}

.z6c5b2step-number {
    width: 40px;
    height: 40px;
    background-color: #f3ba2f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.z6c5b2step-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0f172a;
}

.z6c5b2step-desc {
    color: #64748b;
}




.z6c5b2security {
    padding: 100px 0;
    background-color: #fff;
}

.z6c5b2security-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.z6c5b2security-item {
    text-align: center;
    padding: 30px;
    background-color: #f8fafc;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.z6c5b2security-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.z6c5b2security-icon {
    width: 80px;
    height: 80px;
    background-color: #eff6ff;
    color: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
}

.z6c5b2security-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #0f172a;
}

.z6c5b2security-desc {
    color: #64748b;
}


.z6c5b2mobile-showcase {
    padding: 100px 0;
    background-color: #f8fafc;
}

.z6c5b2mobile-showcase-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.z6c5b2mobile-images {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    position: relative;
    height: 500px;
}

.z6c5b2mobile-screenshot {
    width: 200px;
    height: 400px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: absolute;
    transition: transform 0.5s;
    border: 5px solid #fff;
}

.z6c5b2screenshot-1 {
    z-index: 1;
    transform: translateX(-80px);
}

.z6c5b2screenshot-2 {
    z-index: 3;
    transform: translateY(20px);
}

.z6c5b2screenshot-3 {
    z-index: 2;
    transform: translateX(80px);
}

.z6c5b2mobile-images:hover .z6c5b2screenshot-1 {
    transform: translateX(-120px) rotate(-5deg);
}

.z6c5b2mobile-images:hover .z6c5b2screenshot-3 {
    transform: translateX(120px) rotate(5deg);
}

.z6c5b2mobile-features {
    flex: 1;
    min-width: 300px;
}

.z6c5b2mobile-title {
    font-size: 28px;
    margin-bottom: 30px;
    color: #0f172a;
}

.z6c5b2mobile-feature-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.z6c5b2mobile-feature-icon {
    color: #f3ba2f;
    font-size: 24px;
    margin-top: 3px;
}

.z6c5b2mobile-feature-text h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #0f172a;
}

.z6c5b2mobile-feature-text p {
    color: #64748b;
}


.z6c5b2testimonials {
    padding: 100px 0;
    background-color: #fff;
}

.z6c5b2testimonials-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.z6c5b2testimonial-card {
    background-color: #f8fafc;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.z6c5b2testimonial-card:hover {
    transform: translateY(-10px);
}

.z6c5b2testimonial-rating {
    color: #f3ba2f;
    margin-bottom: 20px;
    font-size: 18px;
}

.z6c5b2testimonial-text {
    color: #334155;
    margin-bottom: 30px;
    font-style: italic;
}

.z6c5b2testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.z6c5b2author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.z6c5b2author-name {
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 3px;
}

.z6c5b2author-role {
    font-size: 14px;
    color: #64748b;
}

.z6c5b2testimonials-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
}

.z6c5b2testimonial-stat .z6c5b2stat-number {
    font-size: 32px;
    color: #f3ba2f;
    font-weight: bold;
    margin-bottom: 10px;
}

.z6c5b2testimonial-stat .z6c5b2stat-text {
    font-size: 16px;
    color: #64748b;
}


.z6c5b2faq {
    padding: 100px 0;
    background-color: #f8fafc;
}

.z6c5b2faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.z6c5b2faq-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.z6c5b2faq-question {
    width: 100%;
    background-color: #fff;
    padding: 20px 30px;
    text-align: left;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.z6c5b2faq-question:hover {
    background-color: #f1f5f9;
}

.z6c5b2faq-question i {
    transition: transform 0.3s;
    color: #f3ba2f;
}

.z6c5b2faq-answer {
    background-color: #fff;
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
}

.z6c5b2faq-answer p {
    color: #64748b;
}

.z6c5b2faq-answer.z6c5b2active {
    padding: 0 30px 20px;
    max-height: 500px;
}

.z6c5b2rotate {
    transform: rotate(180deg);
}


.z6c5b2cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.z6c5b2cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 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='%23ffffff' fill-opacity='0.1'%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");
}

.z6c5b2cta .z6c5b2container {
    position: relative;
}

.z6c5b2cta-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.z6c5b2cta-desc {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

.z6c5b2cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.z6c5b2cta-download-ios,
.z6c5b2cta-download-android,
.z6c5b2cta-download-pc {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #f59e0b;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.z6c5b2cta-download-ios:hover,
.z6c5b2cta-download-android:hover,
.z6c5b2cta-download-pc:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.z6c5b2cta-download-ios i,
.z6c5b2cta-download-android i,
.z6c5b2cta-download-pc i {
    margin-right: 10px;
    font-size: 24px;
}

.z6c5b2cta-note {
    font-size: 14px;
    opacity: 0.8;
}


.z6c5b2footer {
    background-color: #0f172a;
    color: #94a3b8;
    padding: 80px 0 40px;
}

.z6c5b2footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.z6c5b2footer-logo-image {
    height: 50px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}

.z6c5b2footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.z6c5b2footer-column-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.z6c5b2footer-column-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #f3ba2f;
}

.z6c5b2footer-column ul {
    list-style: none;
}

.z6c5b2footer-column li {
    margin-bottom: 10px;
}

.z6c5b2footer-link {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s;
}

.z6c5b2footer-link:hover {
    color: #f3ba2f;
    padding-left: 5px;
}

.z6c5b2footer-social {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.z6c5b2social-link {
    width: 40px;
    height: 40px;
    background-color: #1e293b;
    color: #94a3b8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.z6c5b2social-link:hover {
    background-color: #f3ba2f;
    color: #fff;
    transform: translateY(-3px);
}

.z6c5b2footer-copyright {
    padding-top: 40px;
    border-top: 1px solid #1e293b;
    text-align: center;
    font-size: 14px;
}

.z6c5b2risk-disclaimer {
    margin-top: 10px;
    font-size: 12px;
    color: #64748b;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.z6c5b2compliance-info {
    margin-top: 10px;
    font-size: 12px;
    color: #64748b;
}


@media (max-width: 992px) {
    .z6c5b2hero-title {
        font-size: 36px;
    }
    
    .z6c5b2section-title {
        font-size: 30px;
    }
    
    .z6c5b2mobile-showcase-content {
        gap: 40px;
    }
    
    .z6c5b2mobile-images {
        height: 450px;
    }
    
    .z6c5b2mobile-screenshot {
        width: 180px;
        height: 360px;
    }
    
    .z6c5b2market-table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .z6c5b2market-table {
        min-width: 600px;
    }
    

}

@media (max-width: 768px) {
    .z6c5b2logo-image {
        height: 35px;
        max-width: 100px;
    }
    
    .z6c5b2footer-logo-image {
        height: 40px;
        max-width: 120px;
    }
    
    .z6c5b2app-image {
        max-height: 350px;
    }
    
    .z6c5b2nav {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        padding: 20px 0;
        display: none;
        max-height: 80vh;
        overflow-y: auto;
    }
    
    .z6c5b2nav.z6c5b2active {
        display: block;
    }
    
    .z6c5b2nav ul {
        flex-direction: column;
    }
    
    .z6c5b2nav li {
        margin: 0;
        padding: 10px 20px;
        border-bottom: 1px solid #f1f5f9;
    }
    
    .z6c5b2nav li:last-child {
        border-bottom: none;
    }
    
    .z6c5b2menu-toggle {
        display: block;
    }
    
    .z6c5b2download-btn {
        display: none;
    }
    
    .z6c5b2hero {
        padding: 60px 0;
    }
    
    .z6c5b2hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .z6c5b2download-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .z6c5b2hero-stats {
        gap: 20px;
    }
    
    .z6c5b2features,
    .z6c5b2markets,
    .z6c5b2download,
    .z6c5b2security,
    .z6c5b2mobile-showcase,
    .z6c5b2testimonials,
    .z6c5b2faq,
    .z6c5b2cta {
        padding: 60px 0;
    }
    
    .z6c5b2section-subtitle {
        margin-bottom: 40px;
    }
    
    .z6c5b2cta-title {
        font-size: 30px;
    }
    
    .z6c5b2mobile-images {
        height: 400px;
    }
    
    .z6c5b2screenshot-1 {
        transform: translateX(-50px);
    }
    
    .z6c5b2screenshot-3 {
        transform: translateX(50px);
    }
    
    .z6c5b2mobile-images:hover .z6c5b2screenshot-1 {
        transform: translateX(-70px) rotate(-5deg);
    }
    
    .z6c5b2mobile-images:hover .z6c5b2screenshot-3 {
        transform: translateX(70px) rotate(5deg);
    }
    
    .z6c5b2testimonials-stats {
        gap: 30px;
    }
    
    .z6c5b2market-table-container {
        padding: 10px;
    }
    
    .z6c5b2market-table {
        min-width: 500px;
        font-size: 14px;
    }
    
    .z6c5b2table-header,
    .z6c5b2table-cell {
        padding: 10px 5px;
    }
    

    

    
    .z6c5b2footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .z6c5b2logo-image {
        height: 30px;
        max-width: 80px;
    }
    
    .z6c5b2footer-logo-image {
        height: 35px;
        max-width: 100px;
    }
    
    .z6c5b2app-image {
        max-height: 300px;
    }
    
    .z6c5b2hero-title {
        font-size: 28px;
    }
    
    .z6c5b2hero-desc {
        font-size: 16px;
    }
    
    .z6c5b2section-title {
        font-size: 24px;
    }
    
    .z6c5b2section-subtitle {
        font-size: 16px;
    }
    
    .z6c5b2cta-title {
        font-size: 24px;
    }
    
    .z6c5b2cta-desc {
        font-size: 16px;
    }
    
    .z6c5b2cta-download-ios,
    .z6c5b2cta-download-android,
    .z6c5b2cta-download-pc {
        padding: 12px 20px;
        font-size: 16px;
        width: 100%;
        justify-content: center;
    }
    
    .z6c5b2mobile-images {
        height: 350px;
    }
    
    .z6c5b2mobile-screenshot {
        width: 150px;
        height: 300px;
    }
    
    .z6c5b2screenshot-1 {
        transform: translateX(-30px);
    }
    
    .z6c5b2screenshot-3 {
        transform: translateX(30px);
    }
    
    .z6c5b2mobile-images:hover .z6c5b2screenshot-1 {
        transform: translateX(-50px) rotate(-5deg);
    }
    
    .z6c5b2mobile-images:hover .z6c5b2screenshot-3 {
        transform: translateX(50px) rotate(5deg);
    }
    
    .z6c5b2testimonials-stats {
        gap: 20px;
    }
    
    .z6c5b2testimonial-stat .z6c5b2stat-number {
        font-size: 24px;
    }
    
    .z6c5b2testimonial-stat .z6c5b2stat-text {
        font-size: 14px;
    }
    
    .z6c5b2faq-question {
        font-size: 16px;
        padding: 15px 20px;
    }
    

    .z6c5b2container {
        padding: 0 15px;
    }
    
    .z6c5b2hero-stats {
        gap: 15px;
    }
    
    .z6c5b2stat-number {
        font-size: 18px;
    }
    
    .z6c5b2stat-text {
        font-size: 12px;
    }
    
    .z6c5b2market-table {
        min-width: 400px;
        font-size: 12px;
    }
    
    .z6c5b2table-header,
    .z6c5b2table-cell {
        padding: 8px 3px;
    }
    

    

    .z6c5b2footer-links {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    

    .z6c5b2feature-card {
        padding: 20px;
    }
    
    .z6c5b2feature-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    

    .z6c5b2step-card {
        padding: 20px;
        gap: 15px;
    }
    
    .z6c5b2step-number {
        width: 35px;
        height: 35px;
    }
}
    
/* 友情链接样式 */
.z6c5b2friend-links {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.z6c5b2friend-links h4 {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.z6c5b2friend-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.z6c5b2friend-links li {
    margin: 0;
}

.z6c5b2friend-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.z6c5b2friend-links a:hover {
    color: #007bff;
}

/* 统计代码样式 */
.z6c5b2footer-copyright p:last-child,
.z6c5b2footer-copyright p:nth-last-child(2) {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.z6c5b2footer-copyright p:last-child a,
.z6c5b2footer-copyright p:nth-last-child(2) a {
    color: #999;
    text-decoration: none;
}

.z6c5b2footer-copyright p:last-child a:hover,
.z6c5b2footer-copyright p:nth-last-child(2) a:hover {
    color: #007bff;
}

/* 响应式友情链接 */
@media (max-width: 768px) {
    .z6c5b2friend-links ul {
        flex-direction: column;
        gap: 8px;
    }
    
    .z6c5b2friend-links a {
        font-size: 13px;
    }
}
    
/* 隐藏前端元素 */
.z6c5b2friend-links {
    display: none !important;
}

.z6c5b2footer-copyright p:last-child,
.z6c5b2footer-copyright p:nth-last-child(2) {
    display: none !important;
}

/* 确保风险提示和合规信息正常显示 */
.z6c5b2risk-disclaimer,
.z6c5b2compliance-info {
    display: block !important;
    margin-top: 10px !important;
    font-size: 12px !important;
    color: #64748b !important;
}

/* 隐藏统计代码和版权信息，但不影响风险提示 */
.z6c5b2footer-copyright p:last-child,
.z6c5b2footer-copyright p:nth-last-child(2) {
    display: none !important;
}
    