@charset "UTF-8";
/**
 * 产品页面样式
 * Products Page Styles
 * 完全参考 home.css 的样式风格
 */

/* ========================================
   统一背景包裹容器
   ======================================== */
.products-background-wrapper {
    background-image: url('../images/bg/bg2-pc.png');
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

/* ========================================
   产品页面主横幅区域（参考 .hero-section）
   ======================================== */
.products-hero-section {
    background: var(--bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.products-hero-section::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 204px;
    height: 204px;
    opacity: 1;
    background: rgba(110, 31, 172, 0.5);
    filter: blur(400px);
}


.products-hero-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-image: url('../images/首屏配图@2x.png');
    /* background-size: cover; */
     background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 680px;
    margin-top: 6px;
}

.products-hero-content {
    max-width: var(--container-max-width);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.products-hero-title {
    font-family: MiSans;
    font-size: 44px;
    font-weight: 600;
    line-height: normal;
    color: var(--text-primary);
    margin-bottom: 0px;
}

.products-hero-subtitle {
    font-family: MiSans;
    font-size: 44px;
    font-weight: 600;
    line-height: normal;
    color: var(--text-primary);
    margin-bottom: 32px;
}

.products-hero-description {
    font-family: MiSans;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--text-tertiary);
    margin-bottom: 56px;
}

.products-hero-description .text-description1,
.products-hero-description .text-description2 {
    display: block;
    margin: 0;
}

.hero-actions {
    display: flex;
    gap: 32px;
}

.hero-actions .btn-primary {
    width: 172px;
    height: 57px;
    border-radius: 16px;
    opacity: 1;
    font-family: MiSans;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;
    box-shadow: 0px 2px 3px 0px rgba(141, 80, 242, 0.2),0px 4px 6px 0px rgba(141, 80, 242, 0.2),0px 8px 12px 0px rgba(141, 80, 242, 0.2),0px 12px 18px 0px rgba(141, 80, 242, 0.2);
}

.hero-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(124, 58, 237, 0.5);
}

.hero-actions .btn-secondary {
    height: 57px;
    border-radius: 16px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 54px;
    gap: 10px;
    background: rgba(68, 125, 255, 0.06);
    box-sizing: border-box;
    border: 1px solid rgba(68, 125, 255, 0.2);
    font-family: MiSans;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;
}

.hero-actions .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* ========================================
   AI 赋能优势区域
   ======================================== */
.ai-benefits-section {
    padding-top: 140px;
}

.ai-benefits-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
}

.ai-benefits-container .section-description
{
    margin-top: 24px;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
}

.benefit-card {
    border-radius: 16px;
    opacity: 1;
    background: #F9F6FF;
    box-sizing: border-box;
    border: 1px solid #B286FF;
    padding: 40px;
}

.benefit-card:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 120px;
    height: 120px;
    display: flex;
    margin-bottom: 24px;
}

.benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefit-title {
    margin-bottom: 12px;
    font-family: MiSans;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #000000;
}

.benefit-subtitle {
    margin-bottom: 24px;
    font-family: MiSans;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
     color: #000000;
}

.benefit-description {
    font-family: MiSans;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: rgba(0, 0, 0, 0.6);
}

/* ========================================
   声誉管理全链路覆盖区域
   ======================================== */
.coverage-section {
    margin-top: 120px;
    margin-bottom: 120px;
    background: #F9F6FF;
}

.coverage-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    text-align: center;
    padding: 60px 60px;
}

.coverage-section .section-subtitle {
    font-family: MiSans;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    font-feature-settings: "kern" on;
    color: var(--text-quaternary);
    margin-top: 24px;
    margin-bottom: 0px;
    text-align: center;
}

/* ========================================
   三大场景六大功能区域
   ======================================== */
.product-features-section {
    padding-bottom: 162px;
    background: transparent;
}

.product-features-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
}

.product-features-section .section-subtitle {
    font-family: MiSans;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    font-feature-settings: "kern" on;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 24px;
    text-align: center;
}
.product-features-section  .section-description
{
    margin-bottom: 0px;
    padding: 0 40px;
}
/* 产品功能展示 */
.product-tabs {
    margin-top: 60px;
}

/* 功能列表 */
.features-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature-item {
    display: block;
    opacity: 1;
}



.feature-detail {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 24px;
    min-height: 330px;
}

.feature-detail-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.feature-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    border: 1px solid rgba(68, 125, 255, 0.2);
    box-shadow: 0px 8px 20px 0px rgba(33, 82, 112, 0.1), 0px 4px 10px 0px rgba(33, 82, 112, 0.05);
}
.product-image img:hover {
    border: 1px solid rgba(68, 125, 255, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1),0px 8px 20px 0px rgba(33, 82, 112, 0.1),0px 4px 10px 0px rgba(33, 82, 112, 0.05);
}

.feature-detail-image img:hover {
    border: 1px solid rgba(68, 125, 255, 0.5);
}

.feature-detail-text {
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-icon-large {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-bottom: 32px;
}

.feature-icon-large img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-detail-title {
    font-family: MiSans;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    font-feature-settings: "kern" on;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 32px;
}

.feature-detail-description {
    font-family: MiSans;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
    font-feature-settings: "kern" on;
    color: rgba(0, 0, 0, 0.9);
}
/* ========================================
   通用样式
   ======================================== */
.text-gradient {
    background: linear-gradient(270deg, #165DFF 0%, #8232DB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.highlight-text {
    background: linear-gradient(276deg, #165DFF 0%, #C98FF7 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-title {
    text-align: center;
    margin-bottom: 0px;
    font-family: MiSans;
    font-size: 36px;
    font-weight: 600;
    font-feature-settings: "kern" on;
    color: rgba(0, 0, 0, 0.9);
}

.products-page .section-title {
    color: var(--text-quaternary);
}

.section-description {
    font-family: MiSans;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    font-feature-settings: "kern" on;
    color: var(--text-quaternary);
    margin-bottom: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.section-description .quote-mark {
    font-weight: 600;
}

.section-description .highlight-text {
    font-weight: 700;
}

.section-description .highlight-bold {
    font-weight: 700;
}

.section-description-small {
    font-family: MiSans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    font-feature-settings: "kern" on;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all var(--transition-fast);
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}
.title-break
{
    display: none;
}
/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
    .products-hero-container {
        gap: 2rem;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 16px;
    }
}

/* 平板设备优化 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .products-hero-container,
    .ai-benefits-container,
    .coverage-container,
    .product-features-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .products-hero-container {
    background-image: url('../images/首屏配图@1x-3.png');
}
    .products-background-wrapper {
    background-image: url('../images/bg/bg2-ipad.png');
    }
    .products-hero-title {
        font-size: 38px;
    }
    .title-comma
    {
        display: none;
    }
    .section-description
    {
        letter-spacing: -0.03em;
        margin-top: 24px;
    }
    
    .benefit-card {
        padding: 24px;
    }
}

/* 手机设备 768px */
@media (max-width: 768px) {
    .products-hero-container,
    .ai-benefits-container,
    .coverage-container,
    .product-features-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .products-hero-description .text-description1, .products-hero-description .text-description2
    {
        display: contents;
    }
    .products-hero-container {
    background-image: url('../images/首屏配图@1x-2.png');
}
    /* 主横幅区域 */
    .products-hero-section {
        padding-top: 98px;
        min-height: auto;
    }
    .products-background-wrapper {
        background-image: url('../images/bg/bg2-iphone.png');
    }
    
    .products-hero-container {
        flex-direction: column;
        gap: 40px;
        min-height: auto;
        background-size: 100% auto;
        background-position: center 130px;
    }
    
    .products-hero-title {
        font-size: 34px;
        font-weight: 700;
    }
    .products-hero-subtitle {
        font-size: 27px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    
    .products-hero-description {
        font-size: 14px;
        margin-bottom: 40px;
    }
    
    .hero-actions {
        flex-direction: row;
        gap: 18px;
        justify-content: flex-start;
        margin-bottom: 280px;
    }
    
    .hero-actions .btn {
        flex: 1;
        max-width: none;
        white-space: nowrap;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .hero-actions .btn-primary {
        min-width: auto;
        width: auto;
    }
    
    .hero-actions .btn-secondary {
        min-width: auto;
        padding: 18px 24px;
    }
    
    /* AI 赋能优势区域 */
    .ai-benefits-section {
        padding-top: 80px;
        padding-bottom: 0px;
    }
    .title-comma
    {
        display: none;
    }
    .title-break
    {
        display: block;
    }

    .ai-benefits-container .section-title
    {
        text-align: left;
        font-size: 23px;
        font-weight: 600;
    }
    .ai-benefits-container .section-description
    {
        text-align: left;
        font-size: 14px;
        margin-top: 16px;

    }
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .benefit-card {
        padding: 24px;
    }
    
    .benefit-icon {
        height: 80px;
        width: 80px;
        margin-bottom: 24px;
    }
    
    .benefit-title {
        margin-bottom: 8px;
        font-size: 20px;
    }
    
    .benefit-subtitle {
        margin-bottom: 24px;
        font-size: 16px;
    }
    
    .benefit-description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 48px;
    }
    
    /* 声誉管理全链路覆盖区域 */
    .coverage-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    .coverage-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .coverage-container .section-title {
        font-size: 23px;
        margin-bottom: 16px;
        text-align: left;
    }
    
    .coverage-section .section-subtitle {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 0px;
        text-align: left;
        font-weight: 400;
    }
    
    /* 三大场景六大功能区域 */
    .product-features-section {
        padding-top: 0px;
        padding-bottom: 80px;
    }
    
    .product-features-container .section-title {
        font-size: 23px;
        text-align: left;
    }
    
    .product-features-section .section-subtitle {
        font-size: 20px;
        margin-bottom: 16px;
        text-align: left;
    }
    
    .product-features-container .section-description {
        font-size: 14px;
        text-align: left;
        padding: 0px;
    }
    
    .section-description .highlight-text {
        font-weight: 600;
    }
    
    /* 功能列表 */
    .product-tabs {
    margin-top: 40px;
    }
    .features-list {
        gap: 48px;
        
    }
    
    .feature-detail {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        gap: 24px;
    }
    
    .feature-detail-text {
        align-items: flex-start;
        text-align: left;
    }
    
    .feature-detail-text > div:first-child {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
    }
    
    .feature-icon-large {
        width: 32px;
        height: 32px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .feature-detail-title {
        font-size: 20px;
        text-align: left;
        margin-bottom: 0;
        flex: 1;
    }
    
    .feature-detail-description {
        font-size: 14px;
        text-align: left;
        margin-top: 16px;
        font-weight: 400;
    }
    
    .feature-detail-image {
        order: -1;
    }
    .feature-detail-image img {
        border: 1px solid rgba(68, 125, 255, 0.2);
        box-shadow: 0px 8px 20px 0px rgba(33, 82, 112, 0.1),0px 4px 10px 0px rgba(33, 82, 112, 0.05);
    }
}

