.elementor-10549 .elementor-element.elementor-element-5a1c8af{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-4de0ab8 */:root {
            --primary-color: #005a9e; /* 佳津品牌深藍色 */
            --secondary-color: #00b0f0; /* 佳津品牌淺藍色 */
            --highlight-color: #e74c3c; /* 強調色 */
            --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; }
        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(--highlight-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(--highlight-color); font-size: 1.2rem; }
        
        .blogger-testimonial { display: flex; align-items: center; gap: 25px; background-color: #f8f9fa; padding: 20px; border-radius: var(--border-radius); margin: 30px 0; flex-wrap: wrap; }
        .blogger-avatar { flex-shrink: 0; }
        .blogger-avatar img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 4px solid var(--secondary-color); }
        .blogger-quote { flex-grow: 1; }
        .blogger-quote p { font-style: italic; margin-bottom: 10px; font-size: 1.05rem; }
        .blogger-quote footer { font-weight: bold; color: var(--primary-color); text-align: right; }

        .cta-section { background: linear-gradient(135deg, var(--highlight-color), #f39c12); 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(--highlight-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: #fff; border-bottom-color: #fff; }

        @media (max-width: 768px) {
            .container { padding: 15px; margin: 10px; }
            h1 { font-size: 1.8rem; }
            h2 { font-size: 1.5rem; }
            .blogger-testimonial { flex-direction: column; text-align: center; }
            .cta-section { margin: 40px -15px -15px -15px; padding: 30px 20px; }
        }/* End custom CSS */