/* AIMecha H1 产品详情页样式 */

/* Banner 样式 */
.aimecha_h1_banner {
    width: 100%;
    overflow: hidden;
}

.aimecha_h1_banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* 内容区域 */
.aimecha_h1_content {
    width: 100%;
    background-color: #fff;
}

/* Section 1 样式 */
.aimecha_h1_section_1 {
    width: 100%;
    overflow: hidden;
}

.h1-section1-image-container {
    position: relative;
    width: 100%;
}

.h1-section1-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.h1-section1-text-overlay {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

.h1-section1-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.h1-section1-subtitle {
    font-size: 31.5px;
    line-height: 1.6;
    opacity: 0.95;
}

/* Section 2 样式 */
.aimecha_h1_section_2 {
    width: 100%;
    overflow: hidden;
}

.h1-section2-image-container {
    position: relative;
    width: 100%;
}

.h1-section2-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.h1-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;
}

.h1-section2-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.h1-section2-subtitle {
    font-size: 31.5px;
    line-height: 1.6;
    opacity: 0.95;
}

/* Features 样式 - 文字在左侧 */
.aimecha_h1_features {
    width: 100%;
    overflow: hidden;
}

.h1-features-image-container {
    position: relative;
    width: 100%;
}

.h1-features-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.h1-features-text-overlay {
    position: absolute;
    top: 30%;
    left: 15%;
    color: #fff;
    z-index: 2;
    width: 45%;
    max-width: 600px;
}

.h1-features-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2;
}

.h1-features-subtitle {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 40px;
}

.h1-features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
}

.h1-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.h1-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;
}

.h1-feature-content {
    flex: 1;
}

.h1-feature-title {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.3;
}

.h1-feature-desc {
    font-size: 19px;
    color: #fff;
    line-height: 1.6;
    opacity: 0.85;
    margin: 0;
    font-weight: 300;
}

/* Section 3 样式 */
.aimecha_h1_section_3 {
    width: 100%;
    overflow: hidden;
}

.h1-section3-image-container {
    position: relative;
    width: 100%;
}

.h1-section3-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.h1-section3-text-overlay {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

.h1-section3-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.h1-section3-subtitle {
    font-size: 31.5px;
    line-height: 1.6;
    opacity: 0.95;
}

/* Section 4 样式 */
.aimecha_h1_section_4 {
    width: 100%;
    overflow: hidden;
}

.h1-section4-image-container {
    position: relative;
    width: 100%;
}

.h1-section4-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.h1-section4-text-overlay {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #010101;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

.h1-section4-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.h1-section4-subtitle {
    font-size: 31.5px;
    line-height: 1.6;
    opacity: 0.95;
}

/* Section 5 样式 */
.aimecha_h1_section_5 {
    width: 100%;
    overflow: hidden;
}

.h1-section5-image-container {
    position: relative;
    width: 100%;
}

.h1-section5-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.h1-section5-text-overlay {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

.h1-section5-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.h1-section5-subtitle {
    font-size: 31.5px;
    line-height: 1.6;
    opacity: 0.95;
}

/* 联系表单 Section 样式 */
.aimecha_h1_contact_section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.aimecha_h1_contact_section img {
    width: 100%;
    height: auto;
    display: block;
}

.h1-contact-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    gap: 80px;
    z-index: 2;
}

.h1-contact-left {
    flex: 1;
    color: #fff;
}

.h1-contact-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff;
}

.h1-contact-subtitle {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.9;
    color: #fff;
    margin: 0;
}

.h1-contact-right {
    flex: 1;
}

.h1-contact-form {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 40px;
}

.h1-form-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
}

.h1-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.h1-form-input {
    flex: 1;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    font-size: 19px;
    color: #fff;
    outline: none;
    transition: all 0.3s ease;
}

.h1-form-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.h1-form-input:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 138, 0, 0.5);
}

.h1-form-submit {
    width: 100%;
    padding: 14px 32px;
    background: linear-gradient(151deg, #FF8A00 0%, #F2A849 100%);
    border: none;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.h1-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 138, 0, 0.4);
}

/* 响应式设计 */
@media (max-width: 1920px) {
    /* 大小标题 - 减4px */
    .h1-section1-title,
    .h1-section2-title,
    .h1-section3-title,
    .h1-section4-title,
    .h1-section5-title {
        font-size: 48px;
    }
    
    .h1-section1-subtitle,
    .h1-section2-subtitle,
    .h1-section3-subtitle,
    .h1-section4-subtitle,
    .h1-section5-subtitle {
        font-size: 24px;
    }
    .h1-features-text-overlay{
            top: 20%;
    left: 10%;
    }
    .h1-features-title {
        font-size: 40px;
    }
    .h1-features-subtitle {
font-size: 20px;
    }
    .h1-feature-title {
font-size: 25px;
    }
    .h1-feature-desc {
        font-size: 16px;
    }
}

@media (max-width: 1600px) {
    .h1-section1-title,
    .h1-section2-title,
    .h1-section3-title,
    .h1-section4-title,
    .h1-section5-title {
        font-size: 40px;
    }
    
    .h1-section1-subtitle,
    .h1-section2-subtitle,
    .h1-section3-subtitle,
    .h1-section4-subtitle,
    .h1-section5-subtitle {
        font-size: 18px;
    }
    
    .h1-features-text-overlay {
        top: 19%;
        left: 10%;
    }
    
    .h1-features-title {
        font-size: 30px;
    }
    
    .h1-features-subtitle {
        font-size: 18px;
    }
    
    .h1-feature-title {
        font-size: 22px;
    }
    
    .h1-feature-desc {
        font-size: 13px;
    }
    
    .h1-contact-title {
        font-size: 38px;
    }
    
    .h1-contact-subtitle {
        font-size: 19px;
    }
}

@media (max-width: 1440px) {
    .h1-section1-title,
    .h1-section2-title,
    .h1-section3-title,
    .h1-section4-title,
    .h1-section5-title {
        font-size: 37px;
    }
    
    .h1-section1-subtitle,
    .h1-section2-subtitle,
    .h1-section3-subtitle,
    .h1-section4-subtitle,
    .h1-section5-subtitle {
        font-size: 15px;
    }
    
    .h1-features-text-overlay {
        top: 18%;
        left: 10%;
    }
    
    .h1-features-title {
        font-size: 27px;
    }
    
    .h1-features-subtitle {
        font-size: 15px;
    }
    
    .h1-feature-title {
        font-size: 19px;
    }
    
    .h1-feature-desc {
        font-size: 10px;
    }
    
    .h1-contact-title {
        font-size: 35px;
    }
    
    .h1-contact-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .h1-section1-title,
    .h1-section2-title,
    .h1-section3-title,
    .h1-section4-title,
    .h1-section5-title {
        font-size: 34px;
    }
    
    .h1-section1-subtitle,
    .h1-section2-subtitle,
    .h1-section3-subtitle,
    .h1-section4-subtitle,
    .h1-section5-subtitle {
        font-size: 12px;
    }
    
    .h1-features-text-overlay {
        top: 17%;
        left: 10%;
    }
    
    .h1-features-title {
        font-size: 24px;
    }
    
    .h1-features-subtitle {
        font-size: 12px;
    }
    
    .h1-feature-title {
        font-size: 16px;
    }
    
    .h1-feature-desc {
        font-size: 10px;
    }
    
    .h1-contact-title {
        font-size: 32px;
    }
    
    .h1-contact-subtitle {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .h1-section1-title,
    .h1-section2-title,
    .h1-section3-title,
    .h1-section4-title,
    .h1-section5-title {
        font-size: 31px;
    }
    
    .h1-section1-subtitle,
    .h1-section2-subtitle,
    .h1-section3-subtitle,
    .h1-section4-subtitle,
    .h1-section5-subtitle {
        font-size: 10px;
    }
    
    .h1-section1-text-overlay,
    .h1-section2-text-overlay,
    .h1-section3-text-overlay,
    .h1-section4-text-overlay,
    .h1-section5-text-overlay {
        top: 10%;
    }
    
    .h1-features-text-overlay {
        top: 16%;
        left: 10%;
        width: 50%;
    }
    
    .h1-features-title {
        font-size: 21px;
    }
    
    .h1-features-subtitle {
        font-size: 10px;
    }
    
    .h1-feature-title {
        font-size: 13px;
    }
    
    .h1-feature-desc {
        font-size: 10px;
    }
    
    .h1-features-list {
        gap: 20px 25px;
    }
    
    .h1-feature-icon {
        font-size: 18px;
    }
    
    .h1-contact-container {
        gap: 50px;
    }
    
    .h1-contact-title {
        font-size: 29px;
    }
    
    .h1-contact-subtitle {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .h1-section1-title,
    .h1-section2-title,
    .h1-section3-title,
    .h1-section4-title,
    .h1-section5-title {
        font-size: 28px;
    }
    
    .h1-section1-subtitle,
    .h1-section2-subtitle,
    .h1-section3-subtitle,
    .h1-section4-subtitle,
    .h1-section5-subtitle {
        font-size: 16.5px;
    }
    
    .h1-section1-text-overlay,
    .h1-section2-text-overlay,
    .h1-section3-text-overlay,
    .h1-section4-text-overlay,
    .h1-section5-text-overlay {
        top: 8%;
    }
    
    .h1-features-title {
        font-size: 24px;
    }
    
    .h1-features-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .h1-features-text-overlay {
        width: 60%;
        left: 3%;
    }
    
    .h1-feature-title {
        font-size: 21px;
    }
    
    .h1-feature-desc {
        font-size: 14.5px;
    }
    
    .h1-features-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .h1-feature-icon {
        width: 20px;
        height: 20px;
        font-size: 16px;
    }
    
    .h1-contact-container {
        flex-direction: column;
        gap: 30px;
        width: 85%;
    }
    
    .h1-contact-title {
        font-size: 28px;
    }
    
    .h1-contact-subtitle {
        font-size: 16px;
    }
    
    .h1-contact-form {
        padding: 25px;
    }
    
    .h1-form-row {
        flex-direction: column;
        gap: 12px;
    }
    
    .h1-form-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .h1-form-input {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .h1-form-submit {
        padding: 12px 28px;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .h1-section1-title,
    .h1-section2-title,
    .h1-section3-title,
    .h1-section4-title,
    .h1-section5-title {
        font-size: 22px;
    }
    
    .h1-section1-subtitle,
    .h1-section2-subtitle,
    .h1-section3-subtitle,
    .h1-section4-subtitle,
    .h1-section5-subtitle {
        font-size: 13.5px;
    }
    
    .h1-features-title {
        font-size: 18px;
    }
    
    .h1-features-subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .h1-features-text-overlay {
        width: 70%;
        left: 2%;
        top: 8%;
    }
    
    .h1-feature-title {
        font-size: 18px;
    }
    
    .h1-feature-desc {
        font-size: 11.5px;
    }
    
    .h1-features-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .h1-feature-icon {
        width: 18px;
        height: 18px;
        font-size: 14px;
    }
}
