.navbar-bankground-icon {
    background-image: url("../images/web/menu.svg") !important;
}

@media (min-width: 1200px) {
    .dropdown_pc {
        margin-left: 48%;
    }
}

@media (max-width: 1000px) {
    .dropdown_pc {
        position: absolute;
        right: 10%;
        display: none;
    }
}

body {
    background-color: #f7f9fd;
}

.trade-panel {
    background: #fff;
    border: 1px solid #ebf1fb;
    border-radius: 10px;
    padding: 24px;
}

.trade-panel + .trade-panel {
    margin-top: 24px;
}

.trade-title {
    color: #5198f8;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 16px;
}

.trade-stat-card {
    border: 1px solid #e7eefc;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    background-color: #fff;
    height: 100%;
}

.trade-feature-card {
    border: 1px solid #edf2fd;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    height: 100%;
}

.trade-feature-section-title {
    text-align: center;
    color: #5198f8;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.trade-feature-section-subtitle {
    text-align: center;
    color: #7b8798;
    font-size: 16px;
    margin-bottom: 26px;
}

.trade-feature-grid-card {
    border: 1px solid #e9eeff;
    border-radius: 14px;
    background: #fff;
    padding: 22px 22px 20px 22px;
    height: 100%;
}

.trade-feature-head {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.trade-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #5198f8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 18px;
}

.trade-feature-grid-title {
    margin: 0;
    color: #232d3f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.trade-feature-grid-desc {
    margin: 0;
    color: #4d5b70;
    font-size: 16px;
    line-height: 1.65;
}

.trade-agent-card {
    border: 1px solid #edf2fd;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    height: 100%;
    text-align: center;
}

.trade-agent-avatar {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.trade-team-title {
    text-align: center;
    color: #5198f8;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.trade-team-subtitle {
    text-align: center;
    color: #7b8798;
    font-size: 16px;
    margin-bottom: 24px;
}

.trade-team-card {
    border: 1px solid #e9eeff;
    border-radius: 14px;
    background: #fff;
    padding: 24px 22px 20px 22px;
    height: 100%;
}

.trade-team-head {
    text-align: center;
    margin-bottom: 14px;
}

.trade-team-avatar {
    width: 112px;
    height: 112px;
    border-radius: 56px;
    object-fit: cover;
    border: 2px solid #e8eeff;
    margin-bottom: 12px;
}

.trade-team-name {
    margin: 0;
    color: #1f2937;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.trade-team-role {
    margin: 8px 0 0 0;
    color: #5198f8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.trade-team-list {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
}

.trade-team-list li {
    position: relative;
    padding: 10px 0 10px 24px;
    border-top: 1px solid #eef3ff;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
}

.trade-team-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 10px;
    color: #35c28a;
    font-weight: 700;
}

.trade-value-card {
    border: 1px solid #edf2fd;
    border-radius: 8px;
    background: #fff;
    padding: 18px 12px;
    height: 100%;
    text-align: center;
}

.trade-value-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    margin: 0 auto 10px auto;
    color: #fff;
    background: #5198f8;
}

.trade-value-title {
    text-align: center;
    color: #5198f8;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.trade-value-subtitle {
    text-align: center;
    color: #7b8798;
    font-size: 16px;
    margin-bottom: 24px;
}

.trade-value-grid-card {
    border: 1px solid #e9eeff;
    border-radius: 14px;
    background: #fff;
    padding: 24px 16px 18px 16px;
    text-align: center;
    height: 100%;
}

.trade-value-grid-icon {
    width: 66px;
    height: 66px;
    border-radius: 33px;
    margin: 0 auto 14px auto;
    background: #5198f8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.trade-value-grid-title {
    margin: 0;
    color: #1f2937;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.trade-value-grid-desc {
    margin: 10px 0 0 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.5;
}

.trade-hero-panel {
    padding: 26px;
}

.trade-team-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.trade-team-grid > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.trade-hero-image-wrap {
    background: #ffffff;
    border: 1px solid #edf2fd;
    border-radius: 10px;
    padding: 10px;
}

.trade-hero-title {
    color: #5198f8;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}

.trade-hero-desc {
    font-size: 16px;
    line-height: 1.8;
}

.trade-stat-inline-row {
    margin-top: 24px;
}

.trade-stat-inline {
    border-left: 3px solid #dfe8ff;
    padding-left: 16px;
}

.trade-stat-value {
    color: #1f2937;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.trade-stat-label {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .trade-hero-title {
        font-size: 28px;
        margin-top: 18px;
    }

    .trade-hero-desc {
        font-size: 14px;
    }

    .trade-stat-value {
        font-size: 30px;
    }

    .trade-stat-label {
        font-size: 14px;
    }

    .trade-feature-section-title {
        font-size: 24px;
    }

    .trade-feature-section-subtitle {
        font-size: 14px;
    }

    .trade-feature-grid-title {
        font-size: 16px;
    }

    .trade-feature-grid-desc {
        font-size: 14px;
    }

    .trade-team-title {
        font-size: 24px;
    }

    .trade-team-subtitle {
        font-size: 14px;
    }

    .trade-team-avatar {
        width: 86px;
        height: 86px;
    }

    .trade-team-name {
        font-size: 18px;
    }

    .trade-team-role {
        font-size: 14px;
    }

    .trade-team-list li {
        font-size: 12px;
    }

    .trade-value-title {
        font-size: 24px;
    }

    .trade-value-subtitle {
        font-size: 14px;
    }

    .trade-value-grid-title {
        font-size: 16px;
    }

    .trade-value-grid-desc {
        font-size: 13px;
    }
}
