.elementor-10544 .elementor-element.elementor-element-04b573b{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-89dccd3 */:root {
            --primary-color: #005a9e; /* 佳津品牌深藍色 */
            --secondary-color: #00b0f0; /* 佳津品牌淺藍色 */
            --text-color: #333333;
            --heading-color: #003366;
            --background-color: #f8f9fa;
            --white-color: #ffffff;
            --border-radius: 8px;
            --box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

        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: 900px;
            margin: 20px auto;
            padding: 20px 30px;
            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; /* For anchor links */
        }

        h1 {
            font-size: 2.2rem;
            text-align: center;
            margin-bottom: 20px;
            color: var(--primary-color);
        }

        h2 {
            font-size: 1.8rem;
            margin-top: 40px;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid var(--secondary-color);
        }
        
        h3 {
            font-size: 1.4rem;
            margin-top: 30px;
            color: var(--primary-color);
        }

        p {
            font-size: 1.1rem;
            margin-bottom: 1.2em;
        }

        strong {
            color: var(--primary-color);
            font-weight: 700;
        }

        .image-container {
            margin: 30px 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: #777;
            margin-top: 10px;
            font-style: italic;
        }
        
        ul.custom-list { list-style-type: none; padding-left: 0; }
        ul.custom-list li { position: relative; padding-left: 25px; margin-bottom: 12px; font-size: 1.1rem; }
        ul.custom-list li::before { content: '💧'; position: absolute; left: 0; color: var(--secondary-color); font-size: 1.2rem; }

        /* Comparison Table */
        .comparison-table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 1rem; box-shadow: var(--box-shadow); overflow-x: auto; display: block; }
        .comparison-table thead tr { background-color: var(--primary-color); color: var(--white-color); text-align: center; font-weight: bold; }
        .comparison-table th, .comparison-table td { padding: 12px 15px; border: 1px solid #ddd; white-space: nowrap; }
        .comparison-table tbody tr { border-bottom: 1px solid #dddddd; }
        .comparison-table tbody tr:nth-of-type(even) { background-color: #f3f3f3; }
        .comparison-table tbody tr:last-of-type { border-bottom: 2px solid var(--primary-color); }
        .comparison-table td:first-child { font-weight: 500; color: var(--heading-color); white-space: normal; }
        .comparison-table .check { color: #27ae60; font-weight: bold; }
        .comparison-table .cross { color: #c0392b; }

        blockquote { background-color: #eaf6ff; border-left: 5px solid var(--primary-color); margin: 30px 0; padding: 20px 30px; font-size: 1.1rem; font-style: italic; border-radius: 0 var(--border-radius) var(--border-radius) 0; }
        blockquote footer { text-align: right; margin-top: 15px; font-style: normal; font-weight: 500; color: var(--heading-color); }

        .cta-section { background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); color: var(--white-color); padding: 40px; text-align: center; margin: 40px -30px -20px -30px; 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: 2rem; }
        .cta-section p { font-size: 1.2rem; margin-bottom: 30px; }
        .cta-button { display: inline-block; background-color: var(--white-color); color: var(--primary-color); padding: 15px 35px; font-size: 1.2rem; font-weight: 700; text-decoration: none; border-radius: 50px; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
        .cta-button:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0,0,0,0.3); }
        .contact-info { margin-top: 30px; font-size: 1rem; }
        .contact-info p { margin-bottom: 1em; font-size: 1.1rem; }
        .contact-info a { color: var(--white-color); text-decoration: none; margin: 0 10px; font-weight: 500; border-bottom: 1px dotted var(--white-color); transition: color 0.2s; }
        .contact-info a:hover { color: #f1c40f; border-bottom-color: #f1c40f; }

        @media (max-width: 768px) {
            .container { padding: 15px; margin: 10px; }
            h1 { font-size: 1.8rem; }
            h2 { font-size: 1.5rem; }
            .cta-section { margin: 40px -15px -15px -15px; padding: 30px 20px; }
        }/* End custom CSS */