.btn-primary2 {
    background: #05A0FF;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}

.btn-primary2:hover {
    background: #05A0FF;
    transform: translateY(-2px);
}

.btn-primary3 {
    background: #05A0FF;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
}

.btn-primary3:hover {
    background: #05A0FF;
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    position: relative;
    overflow: hidden;
}

.hero-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 160px;
    background-image: url("../image/4/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-mt {
    padding: 180px 260px 10px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4;
    color: #16145e;
}

.hero-md {
    padding: 0px 20px 20px 260px;
    font-size: 24px;
    line-height: 2;
    color: #16145e;
    max-width: 1120px;
}

.hero-btn {
    margin-left: 260px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 200px;
    background: linear-gradient(89.32deg, rgba(75, 87, 253, 1) 0.48%, rgba(5, 160, 255, 1) 99.71%);
    border-radius: 10px;
    padding: 6px 24px;
    text-decoration: none;
}

.hero-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* Product Overview Section */
.product-overview-section {
    padding: 80px 0;
    background-color: #fff;
}

.section-title {
    font-size: 40px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 20px;
    text-align: center;
}

.overview-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.overview-text {
    flex: 1;
    text-align: center;
}

.overview-image {
    flex: 1;
    text-align: right;
}

.overview-image img {
    max-width: 100%;
    height: auto;
}

/* Agent Pool Section */
.agent-pool-section {
    padding: 80px 0;
    background-color: #F2F9FF;
}

.maas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 20px;
}

.model-market-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

.market-link {
    font-size: 16px;
    color: #05A0FF;
    text-decoration: none;
    font-weight: 500;
}

.market-link:hover {
    text-decoration: underline;
}

.model-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.model-card {
    background-color: #f9fcff;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.model-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.model-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.model-header img {
    width: 42px;
    height: 42px;
}

.model-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.model-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.tag {
    background-color: #e6f2ff;
    color: #05A0FF;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.model-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.model-btn {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.model-btn:hover {
    background-color: #05A0FF;
}

/* Model Platform Section */
.model-platform-section {
    padding: 80px 0;
    background-color: #f9fcff;
}

.model-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.category h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.model-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.model-item {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.model-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.model-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.btn-secondary {
    background-color: white;
    color: #05A0FF;
    border: 1px solid #05A0FF;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
}

.btn-secondary:hover {
    background-color: #05A0FF;
    color: white;
    transform: translateY(-2px);
}

/* Model Comparison Section */
.model-comparison-section {
    padding: 80px 0;
    background-color: white;
}

.comparison-table {
    background-color: #F9FCFF;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
}

.model-tabs {
    margin-top: 60px;
    display: flex;
    background-color: #F9FCFF;
    border: 1px solid #EFEFF4;
    margin-bottom: 20px;
    border-radius: 10px;
}

.model-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.model-tab:hover {
    background-color: #f0f0f0;
}

.tab-content {
    padding: 13px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid transparent;
    padding-bottom: 13px;
    transition: all 0.3s ease;
}

.model-tab.active .tab-content {
    border-bottom-color: #05A0FF;
    font-weight: 600;
    color: #05A0FF;
}

.model-tab img {
    width: 42px;
    height: 42px;
}

.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #ECF5FF;
    padding: 15px 20px;
    font-weight: 600;
    color: #333;
    border-radius: 10px;
}

.header-item {
    padding: 0 40px;
    text-align: center;
}

.header-item2 {
    display: none;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.table-row.table-row-12 {
    grid-template-columns: 1fr 2fr;
}

.table-row-nbb {
    border-bottom: 0px solid #f0f0f0;
}

.table-row:hover {
    background-color: #f9fcff;
}

.row-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.row-item:first-child {
    justify-content: flex-start;
}

.model-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.model-name img {
    width: 30px;
    height: 30px;
}

/* Service Process Section */
.service-process-section {
    padding: 100px 0;
    background-color: #f0f8ff;
}

.service-process-section .section-title {
    font-size: 40px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 60px;
    text-align: center;
}

.compute-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 40px;
}

.service-card {
    background-color: white;
    border-radius: 10px;
    padding: 30px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 2px solid #05A0FF;
}


.service-card.more-compute {
    background-color: #05A0FF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 300px;
}

.service-card.more-compute::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../image/4/019.png');
    background-size: 313px 261px;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
    background-repeat: no-repeat;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0 30px;
}

.service-header img {
    width: 42px;
    height: 42px;
}

.service-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.service-card.more-compute .service-header h3 {
    color: white;
}

.service-description {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
    line-height: 1.6;
    padding: 0 30px;
}

.service-card.more-compute .service-description {
    color: white;
}

.service-config {
    margin-bottom: 30px;
    padding: 10px 30px;
    background-color: #F2F6FF;
}

.config-item {
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.config-item strong {
    font-size: 16px;
    color: #999;
}

.service-card.more-compute .config-item {
    color: white;
}

.service-card.more-compute .config-item strong {
    color: white;
}

.btn-consult {
    display: block;
    width: 84%;
    margin: 0 auto;
    background-color: #05A0FF;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-consult:hover {
    background-color: #0488d1;
}

.more-compute-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.diamond-icon {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../image/4/019.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.diamond-icon .diamond-icon-span {
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.more-compute-btn {
    display: none;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .hero-mt {
        padding: 120px 40px 0px;
    }

    .hero-md {
        padding: 0px 40px 40px;
        max-width: 680px;
    }

    .hero-btn {
        margin-left: 40px;
    }
}

@media (max-width: 768px) {

    .hero-mt {
        padding: 60px 30px 0px;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.4;
        color: #16145e;
    }

    .hero-md {
        padding: 0px 30px 40px;
        font-size: 16px;
        line-height: 2;
        color: #16145e;
    }

    .hero-btn {
        margin-left: 30px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 200px;
        background: linear-gradient(89.32deg, rgba(75, 87, 253, 1) 0.48%, rgba(5, 160, 255, 1) 99.71%);
        border-radius: 10px;
        padding: 6px 24px;
        text-decoration: none;
    }

    .hero-content {
        max-width: 100%;
        padding-bottom: 40px;
    }

    .hero-content img {
        height: 210px;
        width: auto;
    }

    .section-title {
        font-size: 20px;
    }

    .product-overview-section {
        padding: 40px 0;
    }

    .btn-primary3 {
        padding: 6px 12px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .agent-pool-section {
        padding: 40px 0;
    }

    .maas-header {
        font-size: 14px;
        padding: 10px 0;
    }

    .market-link {
        font-size: 10px;
    }

    .model-cards {
        grid-template-columns: 1fr;
    }

    .model-header img {
        width: 36px;
        height: 36px;
    }

    .model-header h3 {
        font-size: 14px;
    }

    .tag {
        font-size: 10px;
        padding: 4px 7px;
    }

    .model-description {
        font-size: 10px;
    }

    .btn-primary2 {
        font-size: 12px;
        padding: 10px 12px;
    }

    .model-header {
        gap: 10px;
    }

    .model-card {
        padding: 30px 20px;
    }

    .model-comparison-section {
        padding: 40px 0;
        background-color: #ECF5FF;
    }

    .model-tabs {
        margin-top: 30px;
        font-size: 14px;
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }

    .model-tab img {
        width: 24px;
        height: 24px;
    }

    .model-tab {
        padding: 0 0 0 10px;
    }

    .tab-content {
        gap: 2px;
    }

    .comparison-table {
        font-size: 10px;
    }

    .comparison-table {
        padding: 10px;
    }

    .table-header {
        padding: 10px;
    }

    .header-item {
        padding: 0;
        display: none;
    }

    .header-item2 {
        padding-left: 30px;
        display: block;
    }

    .table-row {
        padding: 10px;
    }

    .row-item {
        padding: 0;
    }

    .service-process-section {
        padding: 40px 0;
    }

    .service-process-section .section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .compute-services {
        grid-template-columns: 1fr;
    }

    .service-header {
        padding: 0 20px;
    }

    .service-header h3 {
        font-size: 16px;
    }

    .service-description {
        font-size: 12px;
        padding: 0 20px;
    }

    .config-item {
        font-size: 12px;
    }

    .btn-consult {
        font-size: 10px;
    }

    .config-item strong {
        font-size: 12px;
    }

    .service-config {
        padding: 10px 20px;
    }

}