.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-05ee2bb:#198DF7;--e-global-color-04deb53:#47A4F9;--e-global-color-ea1bd27:#FFFFFF;--e-global-color-2ad4427:#F7F7F7;--e-global-color-7709534:#353535;--e-global-color-0b34e3e:#1E2333;--e-global-color-41e9f34:#232323;--e-global-color-fe115a8:#666666;--e-global-color-1e9ef9a:#6666664D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#666666;font-family:"Poppins", Sans-serif;font-size:15px;font-weight:400;line-height:1.2em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-05ee2bb );font-size:14px;font-weight:500;color:var( --e-global-color-ea1bd27 );border-radius:8px 8px 8px 8px;padding:16px 30px 16px 30px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-04deb53 );color:var( --e-global-color-ea1bd27 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-41e9f34 );}.elementor-kit-6 a:hover{color:var( --e-global-color-05ee2bb );}.elementor-kit-6 h1{color:var( --e-global-color-ea1bd27 );font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;font-style:normal;text-decoration:none;line-height:1.2em;letter-spacing:0px;word-spacing:0em;}.elementor-kit-6 h2{color:var( --e-global-color-0b34e3e );font-family:"Poppins", Sans-serif;font-size:38px;font-weight:600;line-height:1.2em;}.elementor-kit-6 h3{color:#232323;font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:700;font-style:normal;text-decoration:none;line-height:1em;letter-spacing:0px;word-spacing:0em;}.elementor-kit-6 h4{color:#232323;font-size:16px;font-weight:600;}.elementor-kit-6 h5{color:#232323;font-family:"Poppins", Sans-serif;font-size:16px;}.elementor-kit-6 h6{color:#232323;font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6 h1{font-size:4vw;line-height:1.2em;letter-spacing:0px;word-spacing:0em;}.elementor-kit-6 h2{font-size:4vw;}.elementor-kit-6 h3{font-size:18px;letter-spacing:0px;word-spacing:0em;}.elementor-kit-6 h4{font-size:14px;}.elementor-kit-6 h5{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:13px;}.elementor-kit-6 h1{font-size:28px;}.elementor-kit-6 h2{font-size:24px;line-height:1.3em;}.elementor-kit-6 h3{font-size:14px;}.elementor-kit-6 h4{font-size:14px;}.elementor-kit-6 h5{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 限制CSS作用范围在 #mmlblogcss 内 */
        #mmlblogcss * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Floating Back to Top Button */
        #mmlblogcss .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            z-index: 1000;
            font-size: 18px;
            text-decoration: none;
        }

        #mmlblogcss .back-to-top.visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        #mmlblogcss .back-to-top:hover {
            background: linear-gradient(135deg, #2980b9 0%, #3498db 100%);
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(52, 152, 219, 0.4);
        }

        /* Reading Progress Bar */
        #mmlblogcss .reading-progress {
            position: fixed;
            top: 0;
            left: 0;
            width: 0%;
            height: 3px;
            background: linear-gradient(90deg, #3498db, #e74c3c, #f39c12, #2ecc71);
            z-index: 1001;
            transition: width 0.1s ease;
        }

        /* Smooth animations for elements coming into view */
        #mmlblogcss .fade-in {
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.6s ease;
        }

        #mmlblogcss .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Enhanced link hover effects */
        #mmlblogcss a:not(.cta-button) {
            position: relative;
        }

        #mmlblogcss a:not(.cta-button)::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(90deg, #3498db, #2980b9);
            transition: width 0.3s ease;
        }

        #mmlblogcss a:not(.cta-button):hover::after {
            width: 100%;
        }

        #mmlblogcss {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.7;
            color: #333;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            scroll-behavior: smooth;
        }

        #mmlblogcss .mmlcontainer {
            max-width: 900px;
            margin: 0 auto;
            padding: 40px 20px;
            background: white;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
            min-height: 100vh;
            border-radius: 20px 20px 0 0;
            position: relative;
            overflow: hidden;
        }

        #mmlblogcss .mmlcontainer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #3498db, #e74c3c, #f39c12, #2ecc71);
        }

        #mmlblogcss .header-image {
            width: 500px;
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            margin: 20px auto 40px auto;
            display: block;
            box-shadow: 0 8px 32px rgba(0,0,0,0.12);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        #mmlblogcss .header-image:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 50px rgba(0,0,0,0.2);
        }

        #mmlblogcss h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a1a1a;
            margin: 0 0 20px 0;
            text-align: center;
            line-height: 1.2;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: fadeInUp 0.8s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        #mmlblogcss h2 {
            font-size: 1.8rem;
            font-weight: 600;
            color: #2c3e50;
            margin: 50px 0 25px 0;
            padding-bottom: 12px;
            border-bottom: 3px solid #3498db;
            position: relative;
            transition: color 0.3s ease;
        }

        #mmlblogcss h2:hover {
            color: #3498db;
        }

        #mmlblogcss h2::before {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 60px;
            height: 3px;
            background: #e74c3c;
            transition: width 0.3s ease;
        }

        #mmlblogcss h2:hover::before {
            width: 120px;
        }

        #mmlblogcss h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #34495e;
            margin: 35px 0 20px 0;
            padding: 15px 0 15px 20px;
            border-left: 4px solid #3498db;
            background: linear-gradient(90deg, rgba(52, 152, 219, 0.1) 0%, transparent 100%);
        }

        #mmlblogcss p {
            margin-bottom: 20px;
            font-size: 1.1rem;
            text-align: justify;
            padding: 0 10px;
        }

        #mmlblogcss .intro {
            font-size: 1.2rem;
            font-weight: 400;
            color: #2c3e50;
            background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
            padding: 30px;
            border-radius: 12px;
            margin: 30px 0;
            border-left: 5px solid #3498db;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            position: relative;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        #mmlblogcss .intro::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: left 0.5s;
        }

        #mmlblogcss .intro:hover::before {
            left: 100%;
        }

        #mmlblogcss .intro:hover {
            transform: translateX(5px);
        }

        #mmlblogcss ul, #mmlblogcss ol {
            margin: 20px 0 20px 40px;
            padding-left: 20px;
        }

        #mmlblogcss li {
            margin-bottom: 12px;
            font-size: 1.05rem;
            line-height: 1.6;
        }

        #mmlblogcss li strong {
            color: #2c3e50;
            font-weight: 600;
        }

        #mmlblogcss .article-image {
            width: 500px;
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            margin: 30px auto;
            display: block;
            box-shadow: 0 6px 20px rgba(0,0,0,0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        #mmlblogcss .article-image:hover {
            transform: scale(1.05);
            box-shadow: 0 12px 35px rgba(0,0,0,0.25);
        }

        #mmlblogcss .promo-section {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
            text-align: center;
            padding: 50px 30px;
            color: #1d1d1f;
            margin: 50px 0;
            background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
            border-radius: 20px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
        }

        #mmlblogcss .promo-section h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin: 0 0 15px 0;
            border: none;
            padding: 0;
        }

        #mmlblogcss .promo-section h2::before {
            display: none;
        }

        #mmlblogcss .promo-subtitle {
            font-size: 1.1rem;
            color: #666;
            max-width: 500px;
            line-height: 1.5;
            margin: 0 auto 40px auto;
        }

        #mmlblogcss .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        #mmlblogcss .feature-card {
            text-align: center;
        }

        #mmlblogcss .feature-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 20px;
            padding: 15px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 28px;
            font-weight: bold;
        }

        #mmlblogcss .feature-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 12px;
            color: #1d1d1f;
        }

        #mmlblogcss .feature-desc {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        #mmlblogcss .cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #33784F 0%, #2d6a43 100%);
            color: #ffffff;
            padding: 16px 40px;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: 0 6px 20px rgba(51, 120, 79, 0.3);
            margin-top: 10px;
        }

        #mmlblogcss .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(51, 120, 79, 0.4);
        }

        #mmlblogcss .cost-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: box-shadow 0.3s ease;
        }

        #mmlblogcss .cost-table:hover {
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        #mmlblogcss .cost-table th {
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            color: white;
            padding: 18px 15px;
            text-align: left;
            font-weight: 600;
            font-size: 1rem;
            position: relative;
        }

        #mmlblogcss .cost-table td {
            padding: 15px;
            border-bottom: 1px solid #ecf0f1;
            vertical-align: top;
            font-size: 0.95rem;
            transition: background-color 0.3s ease;
        }

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

        #mmlblogcss .cost-table tr:hover {
            background: #e3f2fd;
            transform: scale(1.01);
        }

        #mmlblogcss .video-mmlcontainer {
            text-align: center;
            margin: 40px 0;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 12px;
        }

        #mmlblogcss .video-mmlcontainer iframe {
            border-radius: 10px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.15);
            max-width: 100%;
        }

        #mmlblogcss a {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        #mmlblogcss a:hover {
            color: #2980b9;
            text-decoration: underline;
        }

        #mmlblogcss .highlight-box {
            background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
            border: 1px solid #ffeaa7;
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
            border-left: 5px solid #f39c12;
            position: relative;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        #mmlblogcss .highlight-box::before {
            content: '💡';
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 24px;
            opacity: 0.7;
        }

        #mmlblogcss .highlight-box:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(243, 156, 18, 0.2);
        }

        @media (max-width: 768px) {
            #mmlblogcss .mmlcontainer {
                padding: 30px 15px;
            }
            #mmlblogcss h1 {
                font-size: 2rem;
            }
            #mmlblogcss h2 {
                font-size: 1.5rem;
            }
            #mmlblogcss h3 {
                font-size: 1.2rem;
            }
            #mmlblogcss p {
                font-size: 1rem;
                padding: 0 5px;
            }
            #mmlblogcss .features-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            #mmlblogcss .promo-section {
                padding: 30px 20px;
            }
            #mmlblogcss .cost-table th,
            #mmlblogcss .cost-table td {
                padding: 10px 8px;
                font-size: 0.85rem;
            }

            #mmlblogcss .header-image {
                margin-bottom: 30px;
            }
        }

        @media (max-width: 900px) and (min-width: 769px) {
            #mmlblogcss .features-grid {
                gap: 15px;
            }
            #mmlblogcss .feature-desc {
                font-size: 0.9rem;
            }
        }/* End custom CSS */