/* Apple风格界面展示区域样式 */

/* 全屏界面展示区域 - Apple风格 */
#showcase.apple-showcase-section {
    padding: 120px 0 0 0 !important;
    background: #ffffff !important;
    min-height: 100vh !important;
}

#showcase.apple-showcase-section .container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
}

#showcase.apple-showcase-section .showcase-header {
    text-align: center !important;
    padding: 120px 40px 80px !important;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%) !important;
}

#showcase.apple-showcase-section .showcase-title {
    font-size: 4rem !important;
    font-weight: 600 !important;
    color: #1d1d1f !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
}

#showcase.apple-showcase-section .showcase-subtitle {
    font-size: 1.5rem !important;
    color: #86868b !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

#showcase.apple-showcase-section .showcase-content {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100vh !important;
}

#showcase.apple-showcase-section .showcase-text {
    flex: 0.8 !important;
    max-width: none !important;
    padding: 100px 60px !important;
    background: #ffffff !important;
}

#showcase.apple-showcase-section .showcase-text h3 {
    font-size: 3.5rem !important;
    font-weight: 600 !important;
    color: #1d1d1f !important;
    margin-bottom: 2rem !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
}

#showcase.apple-showcase-section .showcase-text > p {
    font-size: 1.5rem !important;
    color: #86868b !important;
    line-height: 1.6 !important;
    margin-bottom: 3rem !important;
    max-width: 600px !important;
}

#showcase.apple-showcase-section .showcase-visual {
    flex: 1.5 !important;
    width: 60vw !important;
    max-width: none !important;
    padding: 60px 40px !important;
    background: #f8f9fa !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}

/* 界面展示区域超大尺寸车机容器 - Apple风格 */
#showcase.apple-showcase-section .car-device-frame {
    width: 100% !important;
    max-width: 1600px !important;
    aspect-ratio: 16/9 !important;
    height: auto !important;
    position: relative !important;
    filter: drop-shadow(0 30px 80px rgba(0, 0, 0, 0.2)) !important;
    transform: scale(1.05) !important;
}

/* 超窄边框车机外壳 */
#showcase.apple-showcase-section .device-bezel {
    padding: 6px !important;
    border-radius: 20px !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    background: linear-gradient(145deg, #0f0f0f 0%, #1a1a1a 50%, #2a2a2a 100%) !important;
    border: 2px solid rgba(255, 255, 255, 0.08) !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 8px 25px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
}

/* 车机屏幕 - 完全贴合 */
#showcase.apple-showcase-section .device-screen {
    width: 100% !important;
    height: 100% !important;
    border-radius: 14px !important;
    background: #000 !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* 屏幕内容 - 完全贴合显示 */
#showcase.apple-showcase-section .screen-content {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 14px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 真实车机的屏幕反光效果 */
#showcase.apple-showcase-section .device-screen::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.05) 25%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.03) 100%) !important;
    border-radius: 8px !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

/* 车机外壳的金属质感 */
#showcase.apple-showcase-section .device-bezel::before {
    content: '' !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    border-radius: 18px !important;
    background: linear-gradient(145deg,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* 现代车机的反光效果 */
#showcase.apple-showcase-section .device-screen::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 30%,
        transparent 70%,
        rgba(255, 255, 255, 0.05) 100%) !important;
    border-radius: 12px !important;
    pointer-events: none !important;
    z-index: 3 !important;
}

/* 车机底部的现代化装饰 */
#showcase.apple-showcase-section .car-device-frame::after {
    content: '' !important;
    position: absolute !important;
    bottom: -20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 200px !important;
    height: 4px !important;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(0, 122, 255, 0.3) 20%,
        rgba(0, 122, 255, 0.6) 50%,
        rgba(0, 122, 255, 0.3) 80%,
        transparent 100%) !important;
    border-radius: 2px !important;
}

/* 核心优势区域标准16:9车机容器 */
#value.apple-value-section .car-device-container.hero-device .car-device-frame {
    width: 100% !important;
    max-width: 600px !important;
    aspect-ratio: 16/9 !important;
    height: auto !important;
    position: relative !important;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.15)) !important;
}

/* 核心优势区域超窄边框车机外壳 */
#value.apple-value-section .car-device-container.hero-device .device-bezel {
    padding: 6px !important;
    border-radius: 20px !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    background: linear-gradient(145deg, #0f0f0f 0%, #1a1a1a 50%, #2a2a2a 100%) !important;
    border: 2px solid rgba(255, 255, 255, 0.08) !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 8px 25px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
}

/* 核心优势区域车机屏幕 - 完全贴合 */
#value.apple-value-section .car-device-container.hero-device .device-screen {
    width: 100% !important;
    height: 100% !important;
    border-radius: 14px !important;
    background: #000 !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* 核心优势区域屏幕内容 - 完全贴合显示 */
#value.apple-value-section .car-device-container.hero-device .screen-content {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 14px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 核心优势区域真实车机的屏幕反光效果 */
#value.apple-value-section .car-device-container.hero-device .device-screen::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.05) 25%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.03) 100%) !important;
    border-radius: 8px !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

/* 核心优势区域车机外壳的金属质感 */
#value.apple-value-section .car-device-container.hero-device .device-bezel::before {
    content: '' !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    border-radius: 18px !important;
    background: linear-gradient(145deg,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* 核心优势区域车机的反光效果 */
#value.apple-value-section .car-device-container.hero-device .device-screen::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 30%,
        transparent 70%,
        rgba(255, 255, 255, 0.05) 100%) !important;
    border-radius: 12px !important;
    pointer-events: none !important;
    z-index: 3 !important;
}

/* 核心优势区域车机底部装饰 */
#value.apple-value-section .car-device-container.hero-device .car-device-frame::after {
    content: '' !important;
    position: absolute !important;
    bottom: -20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 150px !important;
    height: 4px !important;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(0, 122, 255, 0.3) 20%,
        rgba(0, 122, 255, 0.6) 50%,
        rgba(0, 122, 255, 0.3) 80%,
        transparent 100%) !important;
    border-radius: 2px !important;
}

/* 通用车机样式 - 适配所有车机预览图 */
.car-device-container .car-device-frame {
    width: 100% !important;
    aspect-ratio: 16/9 !important;
    height: auto !important;
    position: relative !important;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.15)) !important;
}

.car-device-container .device-bezel {
    padding: 6px !important;
    border-radius: 20px !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    background: linear-gradient(145deg, #0f0f0f 0%, #1a1a1a 50%, #2a2a2a 100%) !important;
    border: 2px solid rgba(255, 255, 255, 0.08) !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 8px 25px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
}

.car-device-container .device-screen {
    width: 100% !important;
    height: 100% !important;
    border-radius: 14px !important;
    background: #000 !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.car-device-container .screen-content {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 14px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 通用车机屏幕反光效果 */
.car-device-container .device-screen::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.05) 25%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.03) 100%) !important;
    border-radius: 14px !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

/* 通用车机外壳金属质感 */
.car-device-container .device-bezel::before {
    content: '' !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    border-radius: 18px !important;
    background: linear-gradient(145deg,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

#showcase.apple-showcase-section .showcase-list {
    gap: 0 !important;
}

#showcase.apple-showcase-section .showcase-features {
    gap: 2rem !important;
}

#showcase.apple-showcase-section .feature-point {
    gap: 1.25rem !important;
}

#showcase.apple-showcase-section .feature-point span {
    font-size: 1.375rem !important;
    color: #1d1d1f !important;
    font-weight: 500 !important;
}

#showcase.apple-showcase-section .point-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
}

#showcase.apple-showcase-section .point-icon i {
    font-size: 1.25rem !important;
}

/* 反向布局 */
#showcase.apple-showcase-section .showcase-item.reverse .showcase-content {
    flex-direction: row-reverse !important;
}

#showcase.apple-showcase-section .showcase-item.reverse .showcase-visual {
    background: #f0f0f0 !important;
}

/* 移动端响应式适配 */
@media (max-width: 768px) {
    #showcase.apple-showcase-section {
        padding: 80px 0 0 0 !important;
        min-height: auto !important;
    }

    #showcase.apple-showcase-section .showcase-header {
        padding: 60px 20px 40px !important;
    }

    #showcase.apple-showcase-section .showcase-title {
        font-size: 2.5rem !important;
        margin-bottom: 1rem !important;
    }

    #showcase.apple-showcase-section .showcase-subtitle {
        font-size: 1.125rem !important;
        padding: 0 20px !important;
    }

    #showcase.apple-showcase-section .showcase-content {
        flex-direction: column !important;
        min-height: auto !important;
        gap: 0 !important;
    }

    #showcase.apple-showcase-section .showcase-text {
        flex: none !important;
        order: 2 !important;
        padding: 40px 20px !important;
        max-width: 100% !important;
    }

    #showcase.apple-showcase-section .showcase-text h3 {
        font-size: 2rem !important;
        margin-bottom: 1rem !important;
    }

    #showcase.apple-showcase-section .showcase-text > p {
        font-size: 1rem !important;
        margin-bottom: 2rem !important;
        max-width: 100% !important;
    }

    #showcase.apple-showcase-section .showcase-visual {
        flex: none !important;
        order: 1 !important;
        width: 100% !important;
        padding: 20px !important;
        background: #f8f9fa !important;
    }

    #showcase.apple-showcase-section .car-device-frame {
        max-width: 100% !important;
        transform: scale(1) !important;
    }

    #showcase.apple-showcase-section .showcase-features {
        gap: 1rem !important;
    }

    #showcase.apple-showcase-section .feature-point {
        gap: 0.75rem !important;
    }

    #showcase.apple-showcase-section .feature-point span {
        font-size: 1rem !important;
    }

    #showcase.apple-showcase-section .point-icon {
        width: 36px !important;
        height: 36px !important;
        border-radius: 10px !important;
    }

    #showcase.apple-showcase-section .point-icon i {
        font-size: 1rem !important;
    }

    /* 移动端反向布局修正 */
    #showcase.apple-showcase-section .showcase-item.reverse .showcase-content {
        flex-direction: column !important;
    }

    #showcase.apple-showcase-section .showcase-item.reverse .showcase-text {
        order: 2 !important;
    }

    #showcase.apple-showcase-section .showcase-item.reverse .showcase-visual {
        order: 1 !important;
        background: #f8f9fa !important;
    }
}

@media (max-width: 480px) {
    #showcase.apple-showcase-section .showcase-header {
        padding: 40px 16px 30px !important;
    }

    #showcase.apple-showcase-section .showcase-title {
        font-size: 2rem !important;
    }

    #showcase.apple-showcase-section .showcase-subtitle {
        font-size: 1rem !important;
        padding: 0 16px !important;
    }

    #showcase.apple-showcase-section .showcase-text {
        padding: 30px 16px !important;
    }

    #showcase.apple-showcase-section .showcase-text h3 {
        font-size: 1.75rem !important;
    }

    #showcase.apple-showcase-section .showcase-visual {
        padding: 16px !important;
    }

    #showcase.apple-showcase-section .showcase-features {
        gap: 0.75rem !important;
    }

    #showcase.apple-showcase-section .point-icon {
        width: 32px !important;
        height: 32px !important;
    }

    #showcase.apple-showcase-section .point-icon i {
        font-size: 0.875rem !important;
    }

    #showcase.apple-showcase-section .feature-point span {
        font-size: 0.9375rem !important;
    }
} 