.elementor-10353 .elementor-element.elementor-element-ec17e43{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3efbcdc *//* WordPress文章專用CSS樣式 */
        .jiajin-article {
            max-width: 800px;
            margin: 0 auto;
            font-family: 'Microsoft JhengHei', 'PingFang TC', 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.8;
            color: #333;
        }

        .jiajin-article h1 {
            font-size: 2.2em;
            color: #2c5aa0;
            margin-bottom: 20px;
            border-bottom: 3px solid #4a90e2;
            padding-bottom: 15px;
            font-weight: 700;
        }

        .jiajin-article h2 {
            font-size: 1.8em;
            color: #2c5aa0;
            margin: 40px 0 20px 0;
            padding-left: 15px;
            border-left: 5px solid #4a90e2;
            font-weight: 600;
        }

        .jiajin-article h3 {
            font-size: 1.4em;
            color: #34495e;
            margin: 30px 0 15px 0;
            font-weight: 600;
        }

        .jiajin-article .intro-quote {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 25px;
            border-radius: 10px;
            margin: 25px 0;
            font-size: 1.1em;
            line-height: 1.6;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .jiajin-article .highlight-box {
            background: #f8f9fa;
            border: 1px solid #e9ecef;
            border-left: 5px solid #28a745;
            padding: 20px;
            margin: 25px 0;
            border-radius: 5px;
        }

        .jiajin-article .warning-box {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            border-left: 5px solid #fdcb6e;
            padding: 20px;
            margin: 25px 0;
            border-radius: 5px;
        }

        .jiajin-article .info-box {
            background: #d1ecf1;
            border: 1px solid #bee5eb;
            border-left: 5px solid #17a2b8;
            padding: 20px;
            margin: 25px 0;
            border-radius: 5px;
        }

        .jiajin-article table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 8px;
            overflow: hidden;
        }

        .jiajin-article table th {
            background: #4a90e2;
            color: white;
            padding: 15px;
            text-align: left;
            font-weight: 600;
        }

        .jiajin-article table td {
            padding: 12px 15px;
            border-bottom: 1px solid #eee;
        }

        .jiajin-article table tr:nth-child(even) {
            background: #f8f9fa;
        }

        .jiajin-article table tr:hover {
            background: #e3f2fd;
            transition: background 0.3s ease;
        }

        .jiajin-article .image-container {
            text-align: center;
            margin: 30px 0;
        }

        .jiajin-article .image-container img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }

        .jiajin-article .image-caption {
            font-size: 0.9em;
            color: #666;
            margin-top: 10px;
            font-style: italic;
        }

        .jiajin-article .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .jiajin-article .benefit-card {
            background: white;
            border: 1px solid #e9ecef;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .jiajin-article .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 25px rgba(0,0,0,0.1);
        }

        .jiajin-article .benefit-card h4 {
            color: #2c5aa0;
            margin-bottom: 15px;
            font-size: 1.2em;
        }

        .jiajin-article .step-container {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
        }

        .jiajin-article .step-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }

        .jiajin-article .step-number {
            background: #4a90e2;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .jiajin-article .step-content h4 {
            margin: 0 0 10px 0;
            color: #2c5aa0;
        }

        .jiajin-article .cta-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            margin: 40px 0;
        }

        .jiajin-article .cta-section h3 {
            color: white;
            margin-bottom: 20px;
        }

        .jiajin-article .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .jiajin-article .cta-button {
            background: white;
            color: #4a90e2;
            padding: 12px 25px;
            border: none;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .jiajin-article .cta-button:hover {
            background: #f8f9fa;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .jiajin-article .testimonial {
            background: #f8f9fa;
            border-left: 5px solid #28a745;
            padding: 20px;
            margin: 25px 0;
            border-radius: 5px;
            font-style: italic;
        }

        .jiajin-article .testimonial-author {
            font-weight: 600;
            color: #2c5aa0;
            margin-top: 10px;
            font-style: normal;
        }

        .jiajin-article .myth-buster {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 10px;
            padding: 20px;
            margin: 25px 0;
        }

        .jiajin-article .myth-buster h4 {
            color: #856404;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .jiajin-article .myth-buster .truth {
            background: #d4edda;
            border: 1px solid #c3e6cb;
            border-radius: 5px;
            padding: 15px;
            margin-top: 15px;
        }

        .jiajin-article .comparison-table {
            overflow-x: auto;
            margin: 25px 0;
        }

        .jiajin-article .brand-advantages {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            color: white;
            padding: 25px;
            border-radius: 10px;
            margin: 30px 0;
        }

        .jiajin-article .brand-advantages h3 {
            color: white;
            margin-bottom: 20px;
        }

        .jiajin-article .advantage-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
        }

        .jiajin-article .advantage-item {
            background: rgba(255,255,255,0.1);
            padding: 15px;
            border-radius: 8px;
            backdrop-filter: blur(10px);
        }

        .jiajin-article .roi-calculator {
            background: #e8f5e8;
            border: 2px solid #28a745;
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
        }

        .jiajin-article .roi-calculator h3 {
            color: #155724;
            margin-bottom: 20px;
            text-align: center;
        }

        .jiajin-article .contact-info {
            background: #2c5aa0;
            color: white;
            padding: 25px;
            border-radius: 10px;
            margin: 30px 0;
            text-align: center;
        }

        .jiajin-article .contact-info h3 {
            color: white;
            margin-bottom: 20px;
        }

        .jiajin-article .contact-methods {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }

        .jiajin-article .contact-method {
            background: rgba(255,255,255,0.1);
            padding: 15px;
            border-radius: 8px;
            text-align: center;
        }

        /* 響應式設計 */
        @media (max-width: 768px) {
            .jiajin-article {
                padding: 0 15px;
            }
            
            .jiajin-article h1 {
                font-size: 1.8em;
            }
            
            .jiajin-article h2 {
                font-size: 1.5em;
            }
            
            .jiajin-article .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .jiajin-article .step-item {
                flex-direction: column;
                text-align: center;
            }
            
            .jiajin-article .step-number {
                margin-bottom: 10px;
            }
        }

        /* 動畫效果 */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .jiajin-article .animate-on-scroll {
            animation: fadeInUp 0.6s ease-out;
        }

        /* 打印樣式 */
        @media print {
            .jiajin-article .cta-section,
            .jiajin-article .contact-info {
                display: none;
            }
        }/* End custom CSS */