@font-face {
    font-family: 'DouyuZhuiGuang';
    src: url('./font/斗鱼追光体2_min.ttf');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    background-color: #030506 ;
    color: #ffffff;
    line-height: 1.6;

}
/* Header */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 100;
}
.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.header-inner {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    height: 60px;
}

.logo-text {
    margin-left: 30px;
    font-weight: bold;
    font-size: 36px;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Navigation */
.main-nav {
    margin-left: auto;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 40px;
    margin: 0;
    padding: 0;
    transform: translateY(-17%);
}

.main-nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
}

.main-nav a:hover,
.main-nav a.active {
    color: #FED800;
}

.main-nav a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FED800;
}

@media (max-width: 768px) {
    .header-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .main-nav {
        width: 100%;
        margin-left: 0;
        overflow-x: auto; /* Allow horizontal scroll if needed */
    }

    .main-nav ul {
        justify-content: space-between;
        gap: 20px;
        min-width: 300px; /* Ensure minimum width */
    }

    .logo-text {
        font-size: 18px;
        margin-left: 15px;
    }

    .logo {
        height: auto;
        padding: 5px 0;
    }

    .logo img {
        height: 40px;
    }
}


/* Hero区域 */
.hero-section {
    padding: 80px 0 0px;
    position: relative;
    overflow: hidden;
}

.hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
}

.hero-left {
    flex: 1;
    padding-top: 70px;
}

.hero-right {
    width: 67%;
    /* flex: 1; */
}
.hero-right-img{
    width: 100%;
    height: 100%;
}

.logo {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-subtitle {
    font-size: 28px;
    color: #FE9711;
    font-weight: 400;
}

.platform-title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
}

.slogans {
    margin-bottom: 25px;
}

.slogan-main {
    font-family: 'DouyuZhuiGuang';
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 400;

}
.mb-60 {
    margin-bottom: 60px;
}
.mb-86{
    margin-bottom: 80px;
}


.hero-description {
    font-size: 30px;
    color: #FFD315;
    font-weight: bold;


}
.hero-description-p {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 48px;
}


.hero-description-sub {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
}

.hero-download-buttons {
    display: flex;
    gap: 100px;
    transform: translateY(-50px);
}

/* 下载按钮 */
.btn-container{
    display: flex;
    justify-content: center;
}

.download-btn {
    padding: 15px 35px;
    width: 300px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}
.app-btn{
    background: rgba(254,216,0,0.14);
    border: 1px solid #FED800;
    color: #FED800;
}
.pc-btn{
    background: rgba(61,213,127,0);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.download-icon {
    font-size: 24px;
}
.invite-btn{
    width: 233px;
}
.invite-icon{
    width: 20px;
    height: 20px;
}



/* 通用区块标题 */
.section-title {
    font-size: 36px;
    color: #FE9711;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.section-subtitle {
    font-size: 16px;
    color: #888888;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.8;
}

.section-title-decorative {
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.decorative-text {
    font-size: 72px;
    /* color: #FDD01F; */ /* 后备颜色 */
    opacity: 0.4;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    z-index: 0;
    white-space: nowrap;
    background: linear-gradient(to bottom, #FDD01F 0%, #030506 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 8px;
}

.main-text {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin: 0 20px;
    letter-spacing: 4px;
}

/* 重新定义智能服务派单模式 */
.redefine-section {
    padding: 100px 0;
    background-color: #030506 ;
}

.redefine-content {
    display: flex;
    gap: 140px;
    align-items: flex-start;
}
.redefine-section-title{
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
.redefine-section-subtitle{
    font-size: 14px;
    color: #888888;
    margin-top: 10px;
    margin-bottom: 60px;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

.redefine-image-placeholder {
    flex: 0 0 600px;
    height: 500px;
    max-width: 46%;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}
.img-bg{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.redefine-image-placeholder p {
    margin: 5px 0;
    font-size: 14px;
}

.redefine-text {
    flex: 1;
    padding-top: 25px;
}
.redefine-section-title{
    font-size: 48px;
    letter-spacing: 6px;
}
.redefine-section-subtitle{
    letter-spacing: 0.3px;
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    opacity: 0.3;
}

.key-points {
    list-style: none;
}

.key-points li {
    max-width: 100%;
    font-weight: 400;
    font-size: 30px;
    color: #9a9b9b;
    line-height: 48px;
    margin-bottom: 76px;
    padding-left: 26px;
    position: relative;
}

.key-points li::before {
    content: "•";
    color: #ffffff;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: -5px;
}
.key-points li:last-child {
    margin-bottom: 0;
}

/* 产品核心 */
.core-product-section {
    padding: 80px 0;
    background-color: #030506 ;
}

.core-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* .core-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #030506;
    border-radius: 35px;
    padding: 110px 20px 40px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    width: 360px;
    height: 360px;
} */
.core-card{
    position: relative;
    width: 100%;
    height: 360px;
    max-width: 360px;
    border-radius: 20px;

    /* Layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(
      180deg,
      #19160b 0%,
      #0a0a09 100%
    );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
      inset 0 1px 0 0 rgba(255, 255, 255, 0.08),
      0 10px 20px rgba(0, 0, 0, 0.3);
    padding: 1px;
    padding-top: 114px;
  }

  .core-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    -webkit-mask:
       linear-gradient(#fff 0 0) content-box,
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
    z-index: 2;
  }
.left-top-border::before {
    background: radial-gradient(circle at top left, #fed800 0%,  transparent 60%);
  }
  .right-bottom-border::before {
    background: radial-gradient(circle at bottom right, #fed800 0%,  transparent 60%);
  }



.core-card:hover {
    border-color: #FE9711;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}

.core-icon-placeholder {
    /* width: 100px;
    height: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    top: -40px;

}
.line{
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, #FE9711 0%, #FED800 100%);
    margin-top: 34px;
    margin-bottom: 36px;
}
.core-content{
    width: 250px;
    height: 52px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.6;
}

.core-card h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
}

/* 平台功能 */
.platform-features-section {
    padding: 80px 0 0;
    background-color: #030506 ;
}

.platform-features-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.features-list {
    max-width: 100%;
}

.feature-item {
    height: 140px;
    line-height: 140px;
    width: 400px;
    margin-bottom: 30px;
    background: linear-gradient(90deg, #100d01 0%, #090909 100%);
    border: 1px solid #393939;
    border-radius: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    padding-left: 37px;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 215, 0, 0.3);
}

.feature-item.active {
    background: linear-gradient(90deg, #FFC015 0%, #fed800 100%);
    border-color: #FFFFFF;
    color: #333333!important;

}
.feature-item-text{
    margin-left: 25px;
    z-index: 1;
}
.feature-img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.1;
}

.feature-item.active .feature-img {
    opacity: 1;
}



.feature-icon-small {
    font-size: 24px;
}

.platform-screenshots {
    flex: 1;
    display: flex;
    justify-content: center;
    padding-top: 72px;
    height: 740px;
    margin-left: 200px;
}

.platform-screenshots .feature-img {
    position: static;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 1;
    z-index: 1;
}





/* 应用场景 */
.translate-200{
    transform: translateY(-200px);
}
.scenarios-header-section {
    height: 646px;
    padding: 400px 0 60px;
    background-color: #030506;
    background-image: url('img/场景bg.png');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.scenarios-content-section {
    background-color: #030506;
    padding-bottom: 0;
}

.scenarios-header-section .section-title {
    text-align: left;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 30px;
}

.scenarios-header-section .section-subtitle {
    text-align: left;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: 400;
}

.scenarios-header-section .section-subtitle span {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.scenario-cards-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.scenario-card {
    position: relative;
    height: 600px;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.scenario-card:last-child {
    border-right: none;
}

.scenario-card:hover {
    transform: none;
    box-shadow: none;
}

.scenario-card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 114px 20px 40px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    transition: all 0.3s ease;
}

.scenario-card:hover .scenario-card-content {
    background: rgba(0, 0, 0, 0.1);
}

.scenario-card-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.scenario-card-icon {
    font-size: 24px;
    color: #ffffff;
}

.scenario-card-icon-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.scenario-card h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.scenario-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    width: 233px;
    margin: 0;
    padding: 0 10px;
    text-align: left;
}

/* 用户评价 */
.customer-reviews-section {
    padding: 80px 0;
    background-color: #030506;
}
.customer-review-description{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
.reviews-stats {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.yellow{
    color: #FED800;
}

.stat-label {
    font-size: 16px;
    color: #888888;
    letter-spacing: 1px;
}

.testimonials-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    overflow: hidden;
}

.testimonials-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.testimonials-row.row-2 {
    transform: translateX(30px); /* 简单的交错效果 */
}

.testimonial-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-avatar-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.testimonial-bubble {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 15px 30px;
    transition: all 0.3s ease;
    color:#FFFFFF;
}

.testimonial-item:hover .testimonial-bubble {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.testimonial-text {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 0;
    white-space: nowrap;
}

/* 响应式调整 */
@media (max-width: 1024px) {
    .testimonial-text {
        white-space: normal;
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .reviews-stats {
        gap: 40px;
    }

    .stat-number {
        font-size: 36px;
    }

    .testimonials-row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .testimonials-row.row-2 {
        transform: none;
    }

    .testimonial-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .testimonial-bubble {
        border-radius: 20px;
        padding: 15px;
    }

    .testimonial-text {
        white-space: normal;
        max-width: 100%;
    }
}

/* 合作伙伴 */
.partners-section {
    padding: 80px 0;
    background-color: #000000;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* gap: 40px; */
    margin-bottom: 80px;
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
}
.partners-grid img{
    width: 1560px;
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.partner-logo-item img {
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
    filter: brightness(1.2);
    transition: all 0.3s ease;
}

.partner-logo-item:hover img {
    filter: brightness(1.5);
    transform: scale(1.05);
}

.partners-cta {
    text-align: center;
    margin-bottom: 50px;
}

.cta-title {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 48px;
    letter-spacing: 2px;
}

.cta-subtitle {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 48px;
    opacity: 0.6;
}

.cooperation-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.cooperation-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 120px;
    background: rgb(8, 10, 11);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;

}

.cooperation-card:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

.cooperation-icon {
    height: 30px;
    margin-right: 30px;
}

.cooperation-card span {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
}

.cooperation-card:hover span {
    color: #ffffff;
}

.consult-btn-wrapper {
    text-align: center;
}

.consult-btn {
    width: 300px;
    padding: 12px 40px;
    background-color: transparent;
    border: 1px solid #FED800;
    color: #FED800;
    border-radius: 100px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.consult-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.consult-btn .arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.consult-btn:hover .arrow {
    transform: translateX(5px);
}

/* 响应式调整 */
@media (max-width: 1024px) {
    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cooperation-card {
        width: 100%;
        justify-content: center;
    }
}

/* 底部区域 */
.footer-section {
    padding: 40px 0 20px;
    background: #030506;
    color: #ffffff;
}

.footer-content-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 82px;
    margin-bottom: 26px;
}

.footer-qr-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.qr-code-item {
    text-align: center;
}

.qr-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 6px;
    margin-bottom: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.qr-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.qr-code-item p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

.footer-info-section {
    text-align: left;
    padding-top: 10px;
}

.footer-title {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 60px;
    margin-bottom: 50px;
}

.footer-phone {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.footer-phone-icon {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.phone-icon {
    width:100%;
    height: 100%;

}

.footer-phone-number {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.footer-contact-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
    row-gap: 10px;
}

.contact-detail-item {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 18px;
    color: #cccccc;
    min-width: 0;
}

.detail-label {
    color: #FFFFFF;
}

.detail-text {
    color: #FFFFFF;
    min-width: 0;
    word-break: break-word;
}

.footer-slogan-bar {
    padding: 20px 0 16px;
    text-align: center;
    margin: 0 0 16px;
    position: relative;
}

.footer-slogan-bar::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #D36300 0%, #FED800 100%);
    margin: 39px auto 0;
}

.footer-slogan-bar p {
    font-weight: bolder;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1.5px;
    background: linear-gradient(179deg, #f69f5d 0%, #f89266 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-copyright {
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 48px;
}

.footer-copyright a {
    color: #FFFFFF;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.footer-copyright .beian-link {
    margin-left: 12px;
    padding-left: 12px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .footer-content-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .footer-info-section {
        text-align: center;
    }

    .footer-phone {
        justify-content: center;
    }

    .footer-phone-number {
        font-size: 22px;
    }

    .footer-contact-details {
        grid-template-columns: 1fr;
        row-gap: 10px;
        justify-items: center;
    }

    .footer-slogan-bar p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .hero-wrapper {
        flex-direction: column;
        gap: 32px;
        margin-top: 48px;
    }

    .hero-left {
        padding-top: 30px;
    }

    .hero-right {
        width: 100%;
    }

    .hero-right-img {
        height: auto;
    }

    .hero-download-buttons {
        gap: 40px;
        transform: translateY(-24px);
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .redefine-content {
        flex-direction: column;
        gap: 40px;
    }

    .redefine-text {
        width: 100% !important;
    }

    .redefine-image-placeholder {
        flex: none;
        max-width: 100%;
        width: 100% !important;
    }

    .core-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .platform-features-content {
        flex-direction: column;
    }

    .features-list {
        width: 100% !important;
    }

    .feature-item {
        width: 100%;
        max-width: 720px;
    }

    .platform-screenshots-container {
        width: 100%;
    }

    .platform-screenshots {
        width: 100%;
        height: auto;
        margin-left: 0;
        padding-top: 28px;
        justify-content: center;
    }

    .platform-screenshots .feature-img {
        height: auto;
        max-height: 680px;
    }

    .key-points li {
        width: 100% !important;
    }

    .scenario-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .scenario-card {
        height: 400px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .scenario-card:nth-child(2n) {
        border-right: none;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .site-header {
        padding: 14px 0;
    }

    .logo {
        height: 44px;
    }

    .logo img {
        height: 44px;
        width: auto;
    }

    .logo-text {
        margin-left: 14px;
        font-size: 18px;
    }

    .hero-section {
        padding: 90px 0 0px;
    }

    .hero-wrapper {
        margin-top: 24px;
        gap: 24px;
    }

    .hero-left {
        padding-top: 18px;
    }

    .slogans {
        margin-bottom: 18px;
    }

    .mb-60 {
        margin-bottom: 28px;
    }

    .mb-86{
        margin-bottom: 36px;
    }

    .slogan-main {
        font-size: 28px;
    }

    .slogan-sub {
        font-size: 22px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-title-decorative {
        font-size: 32px;
    }

    .decorative-text {
        font-size: 36px;
        letter-spacing: 4px;
    }

    .main-text {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .hero-download-buttons {
        flex-direction: column;
        gap: 14px;
        transform: none;
        align-items: flex-start;
    }

    .download-btn {
        width: 100%;
        max-width: 320px;
        height: 52px;
        border-radius: 26px;
        font-size: 16px;
    }

    .hero-description {
        font-size: 22px;
        line-height: 32px;
    }

    .hero-description-p {
        font-size: 22px;
        line-height: 34px;
    }

    .hero-description-sub {
        font-size: 14px;
        line-height: 26px;
    }

    .redefine-section {
        padding: 80px 0;
    }

    .redefine-section-title {
        font-size: 32px;
        letter-spacing: 0.2px;
    }


    .redefine-image-placeholder {
        border-radius: 18px;
    }

    .key-points li {
        width: 100% !important;
        font-size: 16px;
        line-height: 1.85;
        padding-left: 22px;
        margin-bottom: 24px;
    }

    .key-points li::before {
        font-size: 20px;
        top: 1px;
    }

    .core-cards {
        grid-template-columns: 1fr;
    }

    .scenario-cards-grid {
        grid-template-columns: 1fr;
    }

    .scenario-card {
        border-right: none;
    }

    .partners-grid {
        grid-template-columns: 1fr;
    }

    .cooperation-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cooperation-btn {
        width: 100%;
        max-width: 300px;
    }

    .reviews-stats {
        gap: 40px;
    }

    .stat-number {
        font-size: 36px;
    }

    .platform-features-section {
        padding: 60px 0 0;
    }

    .platform-features-content {
        gap: 24px;
    }

    .feature-item {
        height: auto;
        min-height: 64px;
        line-height: 1.3;
        width: 100%;
        max-width: 100%;
        margin-bottom: 14px;
        border-radius: 18px;
        padding: 16px 18px 16px 20px;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .feature-item-text {
        margin-left: 12px;
    }

    .feature-item .feature-img {
        width: 130px;
        height: 130px;
        right: -10px;
        bottom: -18px;
        opacity: 0.18;
    }

    .feature-item.active .feature-img {
        opacity: 0.35;
    }

    .platform-screenshots {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        margin-left: 0;
        padding-top: 10px;
    }

    .platform-screenshots .feature-img {
        width: 100%;
        height: auto;
        max-height: 520px;
        object-fit: contain;
    }
}

.page2 {
    background-color: #000000;
    color: #ffffff;
}
 .site-header{
    height: 100px;
background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, #030506 100%);
}



.page2 .hero {
    position: relative;
    display: flex;
    align-items: center;
    padding: 110px 0 90px;
    overflow: hidden;
    background: #000000;
    min-height: 925px;
}

.page2 .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/product-top.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.hero-img{
    position: absolute;
    height: 510px;
    right: 12%;
    top: 50%;
    transform: translateY(-60%);
}


.page2 .hero-content {
    position: relative;
    z-index: 1;
    text-align: left;
}

.page2 .hero-content h1 {
    font-family: 'DouyuZhuiGuang', 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

.page2 .hero-content h2 {
    font-family: 'DouyuZhuiGuang', 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1.2px;
    opacity: 0.95;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

.page2 .section {
    padding: 84px 0;
    background: #000000;
}

.page2 .section-title {
    font-size: 48px;
    text-align: center;
    letter-spacing: 0.8px;
    margin-bottom: 36px;
    color: #ffffff;
}

.page2 .highlight {
    color: #FED800;
    margin-left: 20px;
}



.page2 .img-placeholder {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: transparent;
    user-select: none;
}

.page2 .section-scenarios {
    background: radial-gradient(900px 320px at 50% 0%, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0) 62%),
        #000000;
}

.page2 .scenarios-tabs {
    display: flex;
    justify-content: center;
    gap: 56px;
    margin: 18px 0 96px;
}

.page2 .scenarios-tab {
    appearance: none;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}

.page2 .scenarios-tab::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: rgba(254, 216, 0, 0);
    transition: background 0.2s ease, width 0.2s ease;
}

.page2 .scenarios-tab.is-active {
    color: #FED800;
}

.page2 .scenarios-tab.is-active::after {
    width: 30px;
    background: rgba(254, 216, 0, 0.95);
}

.page2 .scenarios-content {
    display: flex;
    justify-content: center;
}

.page2 .section-scenarios .scenario-card {
    width: 100%;
    height: 500px;
    max-width: 1600px;
    display: grid;
    grid-template-columns: 600px 1fr;
    gap: 116px;
    border-radius: 30px;
    background: #090909;
    border: 1px solid #393939;
    overflow: hidden;
    position: relative;
    cursor: default;
}




.page2 .section-scenarios .scenario-media {
    height: 500px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.scenario-media img{
    position: absolute;
    z-index: 9;
}

.page2 .section-scenarios .scenario-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.78));
    pointer-events: none;
}

.page2 .section-scenarios .scenario-media img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 0;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.page2 .section-scenarios .scenario-text {
    position: relative;
    padding-top: 38px;
    z-index: 1;
}

.page2 .section-scenarios .scenario-panel-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 70px;
    font-size: 24px;
}

.page2 .section-scenarios .scenario-panel-dot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 4px solid rgba(255, 255, 255, 0.9);
    flex: none;
}

.page2 .section-scenarios .scenario-text h4 {
    font-size: 18px;
    letter-spacing: 0.6px;
    margin: 0;
}

.page2 .section-scenarios .scenario-text p {
    font-size: 18px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    max-width: 540px;
}

.page2 .section-scenarios .scenario-panel[hidden] {
    display: none;
}
.page2 .section-scenarios .scenario-bot-icon {
    width: 440px;
    height: 370px;
    position: absolute;
    left: -35%;
    bottom: 0px;
    background-image: url("img/bot.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    pointer-events: none;
    opacity: 0.6;
    z-index: 0;
}


.page2 .section-scenarios .scenario-corner-shape {
    width: 138px;
    height: 123px;
    position: absolute;
    right: 80px;
    top: 40px;
    background-image: url("img/triangular.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    pointer-events: none;
    z-index: 0;
}
.page2 .section-scenarios .scenario-chat-bot {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 54px;
    bottom: 40px;
    background-image: url("img/chat-bot.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    pointer-events: none;
    z-index: -1;
}

.page2 .section-experience {
    background: radial-gradient(1000px 380px at 50% 0%, rgba(0, 153, 255, 0.07), rgba(0, 0, 0, 0) 62%),
        #000000;
}

.page2 .experience-grid {
    display: flex;
    justify-content: center;
    gap: 448px;
    margin-top: 70px;
}

.page2 .exp-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.page2 .exp-icon {
    width: 52px;
    height: 52px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 56% 56%;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.5);
}

.page2 .exp-item:nth-child(1) .exp-icon {
    background-image: url("img/experience1.png");
}

.page2 .exp-item:nth-child(2) .exp-icon {
    background-image: url("img/experience2.png");
}

.page2 .exp-item:nth-child(3) .exp-icon {
    background-image: url("img/experience3.png");
}

.page2 .exp-item p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
}

.page2 .section-leading {
    padding-top: 66px;
    background-image: url("img/scene-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.page2 .leading-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    align-items: stretch;
}

.page2 .leading-img {
    height: 600px;
    /* border: 1px solid rgba(255, 255, 255, 0.12); */
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55); */
    /* background: rgba(0, 0, 0, 0.18); */
    padding: 0;
    cursor: pointer;
    width: 240px;
}

.page2 .leading-img.is-main {
    /* grid-column: span 2; */
    width: 790px;
}

.page2 .leading-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72));
    pointer-events: none;
}

.page2 .leading-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
    transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
}

.page2 .leading-img:not(.is-main) img {
    filter: saturate(0.9) contrast(0.95);
    opacity: 0.6;
}

.page2 .leading-img:hover img {
    transform: scale(1.06);
    filter: saturate(1) contrast(1);
    opacity: 0.92;
}

.page2 .leading-img.is-main img {
    opacity: 1;
    filter: none;
    position: absolute;
    z-index: 999;
}

.page2 .section-product-why {
    background: radial-gradient(1200px 520px at 20% 30%, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0) 62%),
        #000000;
}

.page2 .product-why-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 150px;
    align-items: center;
}

.page2 .why-text h3 {
    font-size: 60px;
    line-height: 100px;
    letter-spacing: 12px;
    margin-bottom: 16px;
}

.page2 .why-text p {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.5;
    letter-spacing: 2px;
}

.page2 .why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
}

.page2 .why-card {
    width: 500px;
    height: 400px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 150px;
    gap: 40px;
}

.page2 .why-icon {
    width: 80px;
    height: 80px;
}


.page2 .why-card h4 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
}

.page2 .section-app-showcase {
    padding: 84px 0 96px;
    /* background: radial-gradient(1200px 460px at 50% 0%, rgba(254, 216, 0, 0.08), rgba(0, 0, 0, 0) 62%),
        #000000; */
}

.page2 .app-screens {
    width: 100%;
    height: 551px;
    background-image: url("img/platform-bg.png");
    background-size:  109%;
    background-repeat: no-repeat;
    background-position: center;
}


.page2 .phone-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("img/home-top.png");
    background-size: 560px auto;
    background-repeat: no-repeat;
    background-position: center;
    filter: saturate(1.05) contrast(1.05);
    opacity: 0.7;
    transform: scale(1.08);
}

.page2 .phone-screen::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.75));
}

.page2 .phone-screen:nth-child(1)::before {
    background-position: 10% 25%;
}

.page2 .phone-screen:nth-child(2)::before {
    background-position: 35% 25%;
}

.page2 .phone-screen:nth-child(3) {
    width: 186px;
    height: 372px;
    transform: translateY(-6px);
}

.page2 .phone-screen:nth-child(3)::before {
    background-position: 55% 25%;
}

.page2 .phone-screen:nth-child(4)::before {
    background-position: 75% 25%;
}

.page2 .phone-screen:nth-child(5)::before {
    background-position: 92% 25%;
}

.page2 .download-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.page2 .btn-download {
    height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    letter-spacing: 0.4px;
    cursor: pointer;
}

.page2 .btn-download .icon {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.page2 .btn-download.android .icon {
    background-image: url("img/app-android.png");
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.page2 .btn-download.ios .icon {
    background-image: url("img/app-ios.png");
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.page2 .btn-download.android {
    border-color: rgba(254, 216, 0, 0.38);
}

.page2 .btn-download.ios {
    border-color: rgba(0, 153, 255, 0.28);
}

.page2 .footer-title {
    text-align: left;
}

@media (max-width: 1024px) {
    .page2 .hero {
        height: auto;
        min-height: 720px;
        padding: 104px 0 80px;
    }

    .page2 .hero-content h1,
    .page2 .hero-content h2 {
        font-size: 40px;
    }

    .page2 .section-scenarios .scenario-card {
        grid-template-columns: 1fr;
        gap: 22px;
        height: auto;
    }

    .page2 .section-scenarios .scenario-img {
        height: 300px;
    }

    .page2 .section-scenarios .scenario-media {
        height: 300px;
    }

    .page2 .scenarios-tabs {
        margin: 18px 0 56px;
    }

    .page2 .section-scenarios .scenario-text {
        padding: 24px 22px 30px;
    }

    .page2 .section-scenarios .scenario-panel-title {
        margin-bottom: 24px;
        gap: 14px;
    }

    .page2 .section-scenarios .scenario-panel-dot {
        width: 14px;
        height: 14px;
        border-width: 3px;
    }

    .page2 .section-scenarios .scenario-text p {
        max-width: none;
        line-height: 32px;
    }

    .page2 .leading-grid {
        grid-template-columns: 1fr 1fr;
    }

    .page2 .leading-img {
        width: 100%;
    }

    .page2 .leading-img.is-main {
        grid-column: 1 / -1;
        width: 100%;
    }

    .page2 .product-why-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .page2 .why-text h3 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .page2 .logo-text {
        font-size: 14px;
    }

    .page2 .hero {
        height: auto;
        padding: 96px 0 70px;
        min-height: 520px;
        align-items: flex-start;
    }

    .page2 .hero-bg {
        background-position: 70% center;
    }

    .page2 .hero-content {
        text-align: center;
        padding-top: 20px;
    }

    .page2 .hero-content h1,
    .page2 .hero-content h2 {
        font-size: 34px;
        letter-spacing: 0.6px;
    }

    .page2 .experience-grid {
        gap: 44px;
        flex-wrap: wrap;
    }

    .page2 .section-title {
        font-size: 24px;
    }

    .page2 .scenarios-tabs {
        gap: 20px;
        margin-bottom: 40px;
    }

    .page2 .section-scenarios .scenario-card {
        height: auto;
        gap: 0;
    }

    .page2 .section-scenarios .scenario-media {
        height: 240px;
    }

    .page2 .section-scenarios .scenario-text {
        padding: 30px 20px 40px;
    }

    .page2 .section-scenarios .scenario-panel-title {
        margin-bottom: 20px;
        gap: 12px;
    }

    .page2 .section-scenarios .scenario-text h4 {
        font-size: 18px;
    }

    .page2 .section-scenarios .scenario-text p {
        font-size: 14px;
        line-height: 1.6;
    }

    .page2 .section-scenarios .scenario-bot-icon {
        width: 200px;
        height: 168px;
        left: -40px;
        bottom: 0;
        opacity: 0.4;
    }

    .page2 .section-scenarios .scenario-corner-shape {
        width: 80px;
        height: 70px;
        right: 10px;
        top: 20px;
    }

    .page2 .section-scenarios .scenario-chat-bot {
        width: 60px;
        height: 60px;
        right: 20px;
        bottom: 20px;
    }

    .page2 .leading-img {
        height: 200px;
    }

    .page2 .leading-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .page2 .leading-img {
        width: 100%;
        height: 180px;
    }

    .page2 .leading-img.is-main {
        width: 100%;
        grid-column: span 1;
        height: 240px;
    }

    .page2 .why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page2 .why-card {
        width: 100%;
        height: auto;
        padding: 40px 20px;
        gap: 20px;
    }

    .page2 .why-card h4 {
        font-size: 18px;
        line-height: 1.4;
    }

    .page2 .why-icon {
        width: 60px;
        height: 60px;
    }

    .page2 .download-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page2 .btn-download {
        width: 240px;
        justify-content: center;
    }

    .page2 .section-app-showcase {
        padding: 40px 0 60px;
    }

    .page2 .app-screens {
        height: 200px;
        background-size: contain;
    }
}

@media (max-width: 420px) {
    .page2 .hero {
        padding: 88px 0 60px;
        min-height: 460px;
    }

    .page2 .hero-bg {
        background-position: 62% center;
    }

    .page2 .hero-content {
        padding-top: 10px;
    }

    .page2 .hero-content h1,
    .page2 .hero-content h2 {
        font-size: 28px;
        letter-spacing: 0.4px;
    }

    .page2 .section-scenarios .scenario-media {
        height: 200px;
    }

    .page2 .section-scenarios .scenario-text p {
        line-height: 24px;
    }
}


