.elementor-2470 .elementor-element.elementor-element-15ec4c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2470 .elementor-element.elementor-element-b87bc34{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2470 .elementor-element.elementor-element-b87bc34:not(.elementor-motion-effects-element-type-background), .elementor-2470 .elementor-element.elementor-element-b87bc34 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-2470 .elementor-element.elementor-element-0831676{--display:flex;}.elementor-2470 .elementor-element.elementor-element-8f75481{--display:flex;--justify-content:center;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-2470 .elementor-element.elementor-element-5069e9e .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:var( --e-global-color-astglobalcolor1 );color:#ffffff !important;}.elementor-2470 .elementor-element.elementor-element-fef4567{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2470 .elementor-element.elementor-element-fef4567:not(.elementor-motion-effects-element-type-background), .elementor-2470 .elementor-element.elementor-element-fef4567 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2FAFD;}.elementor-2470 .elementor-element.elementor-element-81b0bc8{--grid-columns:4;--grid-row-gap:0px;--grid-column-gap:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2470 .elementor-element.elementor-element-0831676{--width:50%;}.elementor-2470 .elementor-element.elementor-element-8f75481{--width:50%;}}@media(max-width:1024px){.elementor-2470 .elementor-element.elementor-element-81b0bc8{--grid-columns:2;}}@media(max-width:767px){.elementor-2470 .elementor-element.elementor-element-81b0bc8{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-f502f62 *//* 局部样式控制，确保嵌入时不冲突 */
        .jutent-contact-container {
            max-width: 1200px; /* 限制内容最大宽度 */
            margin: 0 auto;
        }

        .contact-card-modern {
            background: #ffffff;
            border: 1px solid #f1f1f1;
            border-radius: 20px;
            padding: 2.5rem;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .contact-card-modern:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 122, 255, 0.08);
            border-color: #0BABF6;
        }

        .btn-hover-effect {
            transition: all 0.3s ease;
        }
        
        .btn-hover-effect:active {
            transform: scale(0.98);
        }

        .online-dot {
            width: 10px;
            height: 10px;
            background-color: #007AFF;
            border-radius: 50%;
            display: inline-block;
            margin-right: 8px;
            position: relative;
        }

        .online-dot::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: inherit;
            border-radius: inherit;
            animation: jutent-ping 1.5s ease-in-out infinite;
        }

        @keyframes jutent-ping {
            0% { transform: scale(1); opacity: 0.8; }
            100% { transform: scale(2.5); opacity: 0; }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a166c1 */.proposal-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 60px; /* 增加左右间距，给视觉留白 */
            align-items: flex-start;
        }

        /* 左侧内容区：文字排版优化 */
        .left-content {
            flex: 1;
            min-width: 350px;
        }

        .left-content h2 {
            font-size: 48px !important; /* 放大标题 */
            font-weight: 800 !important;
            line-height: 1.15 !important;
            color: var(--jutent-dark);
            margin-bottom: 40px !important;
            letter-spacing: -0.03em;
        }

        /* 特点列表：间距与字体放大 */
        .feature-list {
            display: flex;
            flex-direction: column;
            gap: 32px; /* 增加行间距，防止视觉拥挤 */
            margin-bottom: 50px !important;
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 18px;
        }

        .feature-item i {
            color: var(--jutent-blue);
            font-size: 24px; /* 放大图标 */
            margin-top: 4px;
        }

        .feature-item h4 {
            font-size: 20px !important; /* 放大子标题 */
            font-weight: 700 !important;
            color: var(--jutent-dark);
            margin: 0 0 8px 0 !important;
            line-height: 1.3 !important;
        }

        .feature-item p {
            font-size: 16px !important; /* 提高到舒适的阅读尺寸 */
            color: var(--text-main) !important;
            line-height: 1.6 !important; /* 增加行高，提升易读性 */
            margin: 0 !important;
        }

        /* WhatsApp 区域优化 */
        .whatsapp-card {
            display: inline-flex;
            align-items: center;
            background: #ffffff;
            padding: 20px 28px;
            border-radius: 16px;
            gap: 18px;
            text-decoration: none !important;
            box-shadow: 0 10px 25px rgba(0,0,0,0.04);
            transition: all 0.3s ease;
            border: 1px solid #eef2f6;
        }

        .whatsapp-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(11, 171, 246, 0.15);
        }

        .wa-text-title {
            display: block;
            font-weight: 700;
            color: var(--jutent-dark);
            font-size: 17px; /* 放大名字 */
        }

        .wa-status {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px; /* 放大在线状态文字 */
            color: #64748b;
            margin-top: 4px;
        }

        .dot {
            width: 10px;
            height: 10px;
            background: #22c55e;
            border-radius: 50%;
            position: relative;
        }

        .dot::after {
            content: "";
            position: absolute;
            inset: 0;
            background: inherit;
            border-radius: inherit;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { transform: scale(1); opacity: 1; }
            100% { transform: scale(3); opacity: 0; }
        }

        /* 右侧表单占位（或 Elementor Shortcode 容器） */
        .right-form {
            flex: 1.3;
            min-width: 380px;
            background: #ffffff;
            padding: 40px;
            border-radius: 24px;
            box-shadow: 0 20px 50px rgba(0,0,0,0.03);
        }

        /* 模拟表单样式（同样放大字体） */
        .form-label {
            display: block;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 700;
            color: #94a3b8;
            margin-bottom: 10px;
            letter-spacing: 0.05em;
        }

        .form-input {
            width: 100%;
            padding: 14px 18px;
            border: 1.5px solid #e2e8f0;
            border-radius: 12px;
            font-size: 16px; /* 放大输入框文字 */
            margin-bottom: 24px;
            transition: border-color 0.2s;
        }

        .form-input:focus {
            border-color: var(--jutent-blue);
            outline: none;
        }

        .btn-submit {
            width: 100%;
            background: var(--jutent-dark);
            color: #fff;
            padding: 16px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 18px; /* 放大按钮文字 */
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
            cursor: pointer;
            border: none;
            transition: background 0.3s;
        }

        .btn-submit:hover {
            background: #000;
        }

        @media (max-width: 768px) {
            #jutent-proposal-container { padding: 50px 20px; }
            .left-content h2 { font-size: 36px !important; }
            .right-form { padding: 30px 20px; }
        }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b87bc34 *//* 根容器：确保字体渲染清晰 */
        #jutent-proposal-container {
            --jutent-blue: #0BABF6;
            --jutent-dark: #1e293b;
            --text-main: #334155;
            background-color: #f8fafc;
            padding: 80px 24px;
            font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
            -webkit-font-smoothing: antialiased;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-161ca1b */:root {
            /* 品牌主题色 */
            --brand-color: #0BABF6;
            --brand-dark: #0789C6; /* 加深用于渐变 */
            --brand-light: #4DC9FF; /* 减淡用于渐变 */
            
            --text-main: #1A1A1A;
            --text-secondary: #6B7280;
            --border-color: #E5E7EB;
        }

        .jutent-track-section {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 20px;
        }

        /* 顶部统计布局 */
        .track-header-grid {
            display: flex;
            justify-content: space-between;
            align-items: flex-end; /* 基准线对齐 */
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--border-color);
        }

        /* 左侧标题 */
        .title-group {
            flex: 0 0 auto;
        }

        .title-group .sub-label {
            font-size: 14px;
            font-weight: 700;
            color: var(--brand-color);
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 8px;
            display: block;
        }

        .title-group h2 {
            font-size: 40px;
            font-weight: 800;
            color: var(--text-main);
            margin: 0;
            line-height: 1.1;
        }

        /* 右侧数据统计 */
        .stats-wrapper {
            display: flex;
            gap: 50px;
            flex: 0 0 auto;
        }

        .stat-block {
            text-align: left;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .stat-block:hover {
            transform: translateY(-3px);
        }

        /* 核心数字样式 */
        .stat-value {
            font-size: 56px;
            font-weight: 900;
            line-height: 1;
            display: flex;
            align-items: flex-start;
            /* 渐变应用品牌色 */
            background: linear-gradient(180deg, var(--brand-color) 30%, var(--brand-dark) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 10px;
        }

        /* 数字后的加号 */
        .stat-value::after {
            content: '+';
            font-size: 28px;
            font-weight: 600;
            margin-left: 2px;
            -webkit-text-fill-color: var(--brand-color); /* 保持纯色品牌色 */
        }

        /* 描述文字及装饰条 */
        .stat-desc {
            font-size: 13px;
            font-weight: 600;
            color: var(--text-secondary);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .stat-desc::before {
            content: '';
            width: 12px;
            height: 3px;
            background-color: var(--brand-color);
            border-radius: 2px;
            display: inline-block;
        }

        /* 响应式适配 */
        @media (max-width: 1024px) {
            .track-header-grid {
                flex-direction: column;
                align-items: flex-start;
                gap: 30px;
            }
            .stats-wrapper {
                width: 100%;
                justify-content: flex-start;
            }
        }

        @media (max-width: 640px) {
            .stats-wrapper {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 24px;
            }
            .title-group h2 { font-size: 32px; }
            .stat-value { font-size: 44px; }
        }/* End custom CSS */