.elementor-10554 .elementor-element.elementor-element-38224ad{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-6c6f230 *//* CSS 樣式 */
        @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap');

        :root {
            --primary-color: #0056b3; /* 企業藍 */
            --secondary-color: #007bff; /* 科技藍 */
            --success-color: #28a745; /* 效益綠 */
            --text-color: #343a40;
            --heading-color: #003d7a;
            --background-color: #f8f9fa;
            --white-color: #ffffff;
            --border-radius: 8px;
            --box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
        }

        body { font-family: 'Noto Sans TC', 'Helvetica Neue', Arial, sans-serif; line-height: 1.8; color: var(--text-color); background-color: var(--background-color); margin: 0; padding: 0; }
        .container { max-width: 960px; margin: 20px auto; padding: 30px 40px; background-color: var(--white-color); box-shadow: var(--box-shadow); border-radius: var(--border-radius); }
        h1, h2, h3 { color: var(--heading-color); font-weight: 700; line-height: 1.4; scroll-margin-top: 20px; }
        h1 { font-size: 2.4rem; text-align: center; margin-bottom: 25px; color: var(--primary-color); }
        h2 { font-size: 1.9rem; margin-top: 50px; margin-bottom: 25px; padding-bottom: 12px; border-bottom: 4px solid var(--secondary-color); }
        h3 { font-size: 1.5rem; margin-top: 35px; color: var(--primary-color); }
        p { font-size: 1.1rem; margin-bottom: 1.2em; }
        strong { color: var(--primary-color); font-weight: 700; }
        
        .image-container { margin: 35px 0; text-align: center; }
        .image-container img { max-width: 100%; height: auto; border-radius: var(--border-radius); box-shadow: var(--box-shadow); }
        .image-caption { font-size: 0.9rem; color: #6c757d; margin-top: 12px; font-style: italic; }
        
        .tco-table-wrapper { overflow-x: auto; }
        .tco-table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 1rem; box-shadow: var(--box-shadow); min-width: 700px; }
        .tco-table thead tr { background-color: var(--primary-color); color: var(--white-color); text-align: center; }
        .tco-table th, .tco-table td { padding: 15px; border: 1px solid #dee2e6; text-align: left; vertical-align: top; }
        .tco-table th { text-align: center; }
        .tco-table tbody tr:nth-of-type(even) { background-color: #f8f9fa; }
        .tco-table td:first-child { font-weight: 500; background-color: #e9f5ff; }
        .tco-table .disadvantage { color: #dc3545; }
        .tco-table .advantage { color: var(--success-color); font-weight: bold; }
        
        .case-study-box { background-color: #e9f5ff; border-left: 8px solid var(--secondary-color); border-radius: 0 var(--border-radius) var(--border-radius) 0; padding: 30px; margin: 40px 0; }
        .case-study-box h3 { margin-top: 0; }
        .case-study-box .quote { font-style: italic; font-size: 1.2rem; position: relative; padding-left: 40px; }
        .case-study-box .quote::before { content: '“'; font-size: 4rem; position: absolute; left: 0; top: -10px; color: var(--secondary-color); opacity: 0.5; }
        .case-study-box footer { text-align: right; font-weight: bold; color: var(--primary-color); }

        .cta-section { background-color: var(--heading-color); color: var(--white-color); padding: 50px; text-align: center; margin: 50px -40px -30px -40px; border-radius: 0 0 var(--border-radius) var(--border-radius); }
        .cta-section h2 { color: var(--white-color); border-bottom: none; margin-top: 0; font-size: 2.2rem; }
        .cta-section p { font-size: 1.2rem; margin-bottom: 35px; opacity: 0.9; }
        .cta-button { display: inline-block; background-color: var(--success-color); color: var(--white-color); padding: 18px 40px; font-size: 1.3rem; font-weight: 700; text-decoration: none; border-radius: 50px; transition: transform 0.2s ease, background-color 0.2s ease; }
        .cta-button:hover { transform: translateY(-3px); background-color: #218838; }
        .contact-info { margin-top: 30px; }
        .contact-info p { margin-bottom: 1em; font-size: 1.1rem; }
        .contact-info a { color: var(--white-color); text-decoration: none; margin: 0 15px; font-weight: 500; }

        @media (max-width: 768px) {
            .container { padding: 20px; }
            h1 { font-size: 2rem; }
            h2 { font-size: 1.7rem; }
            .cta-section { margin: 40px -20px -20px -20px; padding: 40px 20px; }
        }/* End custom CSS */