/* 移动端响应式样式 */
@media (max-width: 768px) {
    .container {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .modal-qrcode {
        max-width: 80%;
    }

    /* AI硬件三大痛点解析区样式 */
    .tech-section .grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .tech-section .tech-hover {
        padding: 1rem;
    }

    .tech-section .tech-icon {
        width: 3rem;
        height: 3rem;
        font-size: 2rem;
    }

    .tech-section h3 {
        font-size: 1.25rem;
    }

    .tech-section p {
        font-size: 0.875rem;
    }

    /* 乘云AI陪伴硬件平台六大能力样式 */
    .bg-gradient-to-br {
        padding: 1rem;
    }

    .grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .rounded-xl {
        padding: 1rem;
    }

    .text-xl {
        font-size: 1rem;
    }

    .text-gray-600 {
        font-size: 0.875rem;
    }
    .drawer-image-container {
        display: none;
    }

    /* 覆盖六大用户场景样式 */
    .tech-section-dark .grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .tech-section-dark .rounded-xl {
        padding: 1rem;
    }

    .tech-section-dark h3 {
        font-size: 1.25rem;
    }

    .tech-section-dark p {
        font-size: 0.875rem;
    }

    .tech-section-dark img {
        max-width: 100%;
    }

    /* 公司简介样式 */
    #company-profile .grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    #company-profile .rounded-xl {
        padding: 1rem;
    }

    #company-profile .text-4xl {
        font-size: 1.5rem;
    }

    #company-profile .text-gray-600 {
        font-size: 0.875rem;
    }
}