/* AIMecha Q1 产品详情页样式 */

/* Banner 样式 */
.aimecha_q1_banner {
    width: 100%;
    overflow: hidden;
}

.aimecha_q1_banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* 内容区域 */
.aimecha_q1_content {
    width: 100%;
    background-color: #fff;
}

/* Section 1 样式 */
.aimecha_q1_section_1 {
    width: 100%;
    overflow: hidden;
}

.q1-section1-image-container {
    position: relative;
    width: 100%;
}

.q1-section1-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.q1-section1-text-overlay {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #010101;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

.q1-section1-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.q1-section1-subtitle {
    font-size: 31.5px;
    line-height: 1.6;
    opacity: 0.95;
}

/* Section 2 样式 */
.aimecha_q1_section_2 {
    width: 100%;
    overflow: hidden;
}

.q1-section2-image-container {
    position: relative;
    width: 100%;
}

.q1-section2-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.q1-section2-text-overlay {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #010101;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

.q1-section2-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.q1-section2-subtitle {
    font-size: 31.5px;
    line-height: 1.6;
    opacity: 0.95;
}

/* Section 3 样式 */
.aimecha_q1_section_3 {
    width: 100%;
    overflow: hidden;
}

.q1-section3-image-container {
    position: relative;
    width: 100%;
}

.q1-section3-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.q1-section3-text-overlay {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #010101;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

.q1-section3-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.q1-section3-subtitle {
    font-size: 31.5px;
    line-height: 1.6;
    opacity: 0.95;
}

/* Section 4 样式 */
.aimecha_q1_section_4 {
    width: 100%;
    overflow: hidden;
}

.q1-section4-image-container {
    position: relative;
    width: 100%;
}

.q1-section4-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.q1-section4-text-overlay {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

.q1-section4-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.q1-section4-subtitle {
    font-size: 31.5px;
    line-height: 1.6;
    opacity: 0.95;
}

/* Section 5 样式 */
.aimecha_q1_section_5 {
    width: 100%;
    overflow: hidden;
}

.q1-section5-image-container {
    position: relative;
    width: 100%;
}

.q1-section5-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.q1-section5-text-overlay {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #010101;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

.q1-section5-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.q1-section5-subtitle {
    font-size: 31.5px;
    line-height: 1.6;
    opacity: 0.95;
}

/* Section 6 样式 */
.aimecha_q1_section_6 {
    width: 100%;
    overflow: hidden;
}

.q1-section6-image-container {
    position: relative;
    width: 100%;
}

.q1-section6-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.q1-section6-text-overlay {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

.q1-section6-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.q1-section6-subtitle {
    font-size: 31.5px;
    line-height: 1.6;
    opacity: 0.95;
}

/* Features 样式 - 文字在左侧 */
.aimecha_q1_features {
    width: 100%;
    overflow: hidden;
}

.q1-features-image-container {
    position: relative;
    width: 100%;
}

.q1-features-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.q1-features-text-overlay {
    position: absolute;
    top: 30%;
    left: 15%;
    color: #fff;
    z-index: 2;
    width: 45%;
    max-width: 600px;
}

.q1-features-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2;
}

.q1-features-subtitle {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 40px;
}

.q1-features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
}

.q1-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.q1-feature-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #b26203;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 2px;
}

.q1-feature-content {
    flex: 1;
}

.q1-feature-title {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.3;
}

.q1-feature-desc {
    font-size: 19px;
    color: #fff;
    line-height: 1.6;
    opacity: 0.85;
    margin: 0;
    font-weight: 300;
}

/* Dual Core 样式 */
.aimecha_q1_dual_core {
    width: 100%;
    height: 100vh;
    background-color: #0a0a0a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 0;
    box-sizing: border-box;
}

.q1-dual-core-header {
    text-align: center;
    margin-bottom: 60px;
}

.q1-dual-core-title {
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.q1-dual-core-subtitle {
    font-size: 31.5px;
    font-weight: 300;
    color: #999;
    line-height: 1.6;
    margin: 0;
}

.q1-dual-core-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.q1-dual-core-left {
    flex: 1;
}

.q1-dual-core-left img {
    width: 100%;
    height: auto;
    display: block;
}

.q1-dual-core-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.q1-dual-core-card {
    background-color: #2c2d31;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    transition: background-color 0.3s ease;
}

.q1-dual-core-card:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.q1-dual-core-card-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
}

.q1-dual-core-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.q1-dual-core-card-content {
    flex: 1;
}

.q1-dual-core-card-title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.q1-dual-core-card-desc {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    margin: 0;
}

/* 响应式设计 */
@media (max-width: 1920px) {
    .q1-section1-title,
    .q1-section2-title,
    .q1-section3-title,
    .q1-section4-title,
    .q1-section5-title,
    .q1-section6-title,
    .q1-features-title {
        font-size: 40px;
    }
    
    .q1-section1-subtitle,
    .q1-section2-subtitle,
    .q1-section3-subtitle,
    .q1-section4-subtitle,
    .q1-section5-subtitle,
    .q1-section6-subtitle,
    .q1-features-subtitle {
        font-size: 20px;
    }
    .q1-feature-title {
        font-size: 25px;
    }
    .q1-feature-desc {
        font-size: 16px;
    }
    .q1-features-text-overlay {
        top: 20%;
        left: 10%;
    }
}

@media (max-width: 1600px) {
    .q1-section1-title,
    .q1-section2-title,
    .q1-section3-title,
    .q1-section4-title,
    .q1-section5-title,
    .q1-section6-title {
        font-size: 40px;
    }
    
    .q1-section1-subtitle,
    .q1-section2-subtitle,
    .q1-section3-subtitle,
    .q1-section4-subtitle,
    .q1-section5-subtitle,
    .q1-section6-subtitle,
    .q1-features-subtitle {
        font-size: 18px;
    }
    .q1-features-title{
        font-size: 30px;
    }
    .q1-feature-title {
        font-size: 22px;
    }
    
    .q1-feature-desc {
        font-size: 13px;
    }
    
    .q1-features-text-overlay {
        top: 19%;
        left: 10%;
    }
    
    .q1-dual-core-title {
        font-size: 40px;
    }
    
    .q1-dual-core-subtitle {
        font-size: 24px;
    }
    
    .q1-dual-core-content {
        gap: 55px;
    }
    
    .q1-dual-core-card {
        padding: 23px;
    }
    
    .q1-dual-core-card-title {
        font-size: 19px;
    }
    
    .q1-dual-core-card-desc {
        font-size: 12.5px;
    }
}

@media (max-width: 1440px) {
    .q1-section1-title,
    .q1-section2-title,
    .q1-section3-title,
    .q1-section4-title,
    .q1-section5-title,
    .q1-section6-title {
        font-size: 37px;
    }
    
    .q1-section1-subtitle,
    .q1-section2-subtitle,
    .q1-section3-subtitle,
    .q1-section4-subtitle,
    .q1-section5-subtitle,
    .q1-section6-subtitle,
    .q1-features-subtitle {
        font-size: 15px;
    }
    
    .q1-features-title {
        font-size: 27px;
    }
    
    .q1-feature-title {
        font-size: 19px;
    }
    
    .q1-feature-desc {
        font-size: 10px;
    }
    
    .q1-features-text-overlay {
        top: 18%;
        left: 10%;
    }
    
    .q1-dual-core-title {
        font-size: 37px;
    }
    
    .q1-dual-core-subtitle {
        font-size: 21px;
    }
    
    .q1-dual-core-content {
        gap: 52px;
    }
    
    .q1-dual-core-card {
        padding: 22px;
    }
    
    .q1-dual-core-card-title {
        font-size: 16px;
    }
    
    .q1-dual-core-card-desc {
        font-size: 10px;
    }
}

@media (max-width: 1280px) {
    .q1-section1-title,
    .q1-section2-title,
    .q1-section3-title,
    .q1-section4-title,
    .q1-section5-title,
    .q1-section6-title {
        font-size: 34px;
    }
    
    .q1-section1-subtitle,
    .q1-section2-subtitle,
    .q1-section3-subtitle,
    .q1-section4-subtitle,
    .q1-section5-subtitle,
    .q1-section6-subtitle,
    .q1-features-subtitle {
        font-size: 12px;
    }
    
    .q1-features-title {
        font-size: 24px;
    }
    
    .q1-feature-title {
        font-size: 16px;
    }
    
    .q1-feature-desc {
        font-size: 10px;
    }
    
    .q1-features-text-overlay {
        top: 17%;
        left: 10%;
    }
    
    .q1-dual-core-title {
        font-size: 34px;
    }
    
    .q1-dual-core-subtitle {
        font-size: 18px;
    }
    
    .q1-dual-core-content {
        gap: 49px;
    }
    
    .q1-dual-core-card {
        padding: 21px;
    }
    
    .q1-dual-core-card-title {
        font-size: 13px;
    }
    
    .q1-dual-core-card-desc {
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
    .q1-section1-title,
    .q1-section2-title,
    .q1-section3-title,
    .q1-section4-title,
    .q1-section5-title,
    .q1-section6-title {
        font-size: 31px;
    }
    
    .q1-section1-subtitle,
    .q1-section2-subtitle,
    .q1-section3-subtitle,
    .q1-section4-subtitle,
    .q1-section5-subtitle,
    .q1-section6-subtitle,
    .q1-features-subtitle {
        font-size: 10px;
    }
    
    .q1-section1-text-overlay,
    .q1-section2-text-overlay,
    .q1-section3-text-overlay,
    .q1-section4-text-overlay,
    .q1-section5-text-overlay,
    .q1-section6-text-overlay {
        top: 10%;
    }
    
    .q1-features-title {
        font-size: 21px;
    }
    
    .q1-feature-title {
        font-size: 13px;
    }
    
    .q1-feature-desc {
        font-size: 10px;
    }
    
    .q1-features-text-overlay {
        top: 16%;
        left: 10%;
        width: 50%;
    }
    
    .q1-features-list {
        gap: 20px 25px;
    }
    
    .q1-feature-icon {
        font-size: 18px;
    }
    
    .q1-dual-core-title {
        font-size: 31px;
    }
    
    .q1-dual-core-subtitle {
        font-size: 15px;
    }
    
    .q1-dual-core-content {
        gap: 46px;
    }
    
    .q1-dual-core-card {
        padding: 20px;
    }
    
    .q1-dual-core-card-title {
        font-size: 10px;
    }
    
    .q1-dual-core-card-desc {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .q1-section1-title,
    .q1-section2-title,
    .q1-section3-title,
    .q1-section4-title,
    .q1-section5-title,
    .q1-section6-title {
        font-size: 28px;
    }
    
    .q1-section1-subtitle,
    .q1-section2-subtitle,
    .q1-section3-subtitle,
    .q1-section4-subtitle,
    .q1-section5-subtitle,
    .q1-section6-subtitle {
        font-size: 16.5px;
    }
    
    .q1-section1-text-overlay,
    .q1-section2-text-overlay,
    .q1-section3-text-overlay,
    .q1-section4-text-overlay,
    .q1-section5-text-overlay,
    .q1-section6-text-overlay {
        top: 8%;
    }
    
    .q1-features-title {
        font-size: 24px;
    }
    
    .q1-features-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .q1-features-text-overlay {
        width: 60%;
        left: 3%;
    }
    
    .q1-feature-title {
        font-size: 21px;
    }
    
    .q1-feature-desc {
        font-size: 14.5px;
    }
    
    .q1-features-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .q1-feature-icon {
        width: 20px;
        height: 20px;
        font-size: 16px;
    }
    
    .q1-dual-core-title {
        font-size: 28px;
    }
    
    .q1-dual-core-subtitle {
        font-size: 16.5px;
    }
    
    .q1-dual-core-header {
        margin-bottom: 40px;
    }
    
    .q1-dual-core-content {
        flex-direction: column;
        gap: 40px;
        padding: 0 30px;
    }
    
    .q1-dual-core-right {
        gap: 20px;
    }
    
    .q1-dual-core-card {
        padding: 20px;
    }
    
    .q1-dual-core-card-icon {
        width: 50px;
        height: 50px;
    }
    
    .q1-dual-core-card-title {
        font-size: 16px;
    }
    
    .q1-dual-core-card-desc {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .q1-section1-title,
    .q1-section2-title,
    .q1-section3-title,
    .q1-section4-title,
    .q1-section5-title,
    .q1-section6-title {
        font-size: 22px;
    }
    
    .q1-section1-subtitle,
    .q1-section2-subtitle,
    .q1-section3-subtitle,
    .q1-section4-subtitle,
    .q1-section5-subtitle,
    .q1-section6-subtitle {
        font-size: 13.5px;
    }
    
    .q1-features-title {
        font-size: 18px;
    }
    
    .q1-features-subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .q1-features-text-overlay {
        width: 70%;
        left: 2%;
        top: 8%;
    }
    
    .q1-feature-title {
        font-size: 18px;
    }
    
    .q1-feature-desc {
        font-size: 11.5px;
    }
    
    .q1-features-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .q1-feature-icon {
        width: 18px;
        height: 18px;
        font-size: 14px;
    }
    
    .q1-dual-core-title {
        font-size: 22px;
    }
    
    .q1-dual-core-subtitle {
        font-size: 13.5px;
    }
    
    .q1-dual-core-header {
        margin-bottom: 30px;
    }
    
    .q1-dual-core-content {
        padding: 0 20px;
        gap: 30px;
    }
    
    .q1-dual-core-right {
        gap: 15px;
    }
    
    .q1-dual-core-card {
        padding: 15px;
        gap: 10px;
    }
    
    .q1-dual-core-card-icon {
        width: 40px;
        height: 40px;
    }
    
    .q1-dual-core-card-title {
        font-size: 14px;
    }
    
    .q1-dual-core-card-desc {
        font-size: 11px;
    }
}
