.elementor-10568 .elementor-element.elementor-element-ec6c3b1{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-0697c04 *//* CSS 樣式 */
        @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap');

        :root {
            --primary-color: #2c3e50; /* 沉穩深灰藍 */
            --secondary-color: #3498db; /* 專業藍 */
            --accent-color: #e67e22; /* 價值橘 */
            --text-color: #34495e;
            --heading-color: #1a252f;
            --background-color: #f5f7fa;
            --white-color: #ffffff;
            --border-radius: 8px;
            --box-shadow: 0 6px 25px 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(--accent-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: #7f8c8d; margin-top: 12px; font-style: italic; }
        
        ul.custom-list { list-style-type: none; padding-left: 0; }
        ul.custom-list li { position: relative; padding-left: 30px; margin-bottom: 15px; font-size: 1.1rem; }
        ul.custom-list li::before { content: '💎'; position: absolute; left: 0; font-size: 1.3rem; }
        
        .case-study-box { background-color: #ecf0f1; border-left: 8px solid var(--accent-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; color: var(--primary-color); margin-bottom: 15px; 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(--heading-color); }

        .cta-section { background: var(--primary-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(--accent-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: #d35400; }
        .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 */