:root {
    --ubhunt-primary-blue: #1a4a8d;
    --ubhunt-primary-blue-light: #2a5ca3;
    --ubhunt-primary-blue-dark: #0f3566;
    --ubhunt-secondary-green: #38b87c;
    --ubhunt-secondary-green-light: #4cc88c;
    --ubhunt-secondary-green-dark: #2c9a67;
    --ubhunt-accent-orange: #ff7e47;
    --ubhunt-accent-purple: #6c5ce7;
    --ubhunt-text-dark: #18304c;
    --ubhunt-text-body: #516b8c;
    --ubhunt-text-light: #7b93b7;
    --ubhunt-bg-light: #f5f8fc;
    --ubhunt-bg-white: #ffffff;
    --ubhunt-gray-100: #f8f9fa;
    --ubhunt-gray-200: #e9ecef;
    --ubhunt-gray-300: #dee2e6;
    --ubhunt-shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.05);
    --ubhunt-shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08);
    --ubhunt-shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.1);
    --ubhunt-shadow-xl: 0 25px 60px rgba(0, 0, 0, 0.15);
    --ubhunt-radius-sm: 4px;
    --ubhunt-radius-md: 8px;
    --ubhunt-radius-lg: 16px;
    --ubhunt-transition: all 0.3s ease;
    --ubhunt-font-primary: 'Noto Sans SC', 'Poppins', sans-serif;
    --ubhunt-gradient-primary: linear-gradient(135deg, var(--ubhunt-primary-blue) 0%, var(--ubhunt-primary-blue-dark) 100%);
    --ubhunt-gradient-secondary: linear-gradient(135deg, var(--ubhunt-secondary-green) 0%, var(--ubhunt-secondary-green-dark) 100%);
}

/* 按钮样式 - 优化转化路径 */
.ubhunt-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    transition: var(--ubhunt-transition);
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

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

.ubhunt-btn:hover::before {
    left: 100%;
}

.ubhunt-btn-primary {
    background: var(--ubhunt-gradient-primary);
    color: white;
    box-shadow: 0 8px 25px rgba(26, 74, 141, 0.3);
}

.ubhunt-btn-primary:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(26, 74, 141, 0.4);
}

/* 主要转化按钮 - 突出显示 */
.ubhunt-btn-cta {
    background: var(--ubhunt-gradient-secondary);
    color: white;
    font-size: 18px;
    padding: 16px 40px;
    box-shadow: 0 8px 25px rgba(56, 184, 124, 0.3);
    animation: ubhunt-pulse-cta 2s infinite;
}

@keyframes ubhunt-pulse-cta {
    0% { box-shadow: 0 8px 25px rgba(56, 184, 124, 0.3); }
    50% { box-shadow: 0 8px 25px rgba(56, 184, 124, 0.5); }
    100% { box-shadow: 0 8px 25px rgba(56, 184, 124, 0.3); }
}

.ubhunt-btn-cta:hover {
    background: var(--ubhunt-secondary-green-dark);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(56, 184, 124, 0.5);
}

.ubhunt-btn-secondary {
    background: var(--ubhunt-gradient-secondary);
    color: white;
}

.ubhunt-btn-secondary:hover {
    background: var(--ubhunt-secondary-green-dark);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(56, 184, 124, 0.2);
}

.ubhunt-btn-outline {
    background: transparent;
    border: 2px solid var(--ubhunt-primary-blue);
    color: var(--ubhunt-primary-blue);
}

.ubhunt-btn-outline:hover {
    background: var(--ubhunt-primary-blue);
    color: white;
    transform: translateY(-3px);
}

.ubhunt-btn-white-outline {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.ubhunt-btn-white-outline:hover {
    background: white;
    color: var(--ubhunt-primary-blue);
    transform: translateY(-3px);
}

.ubhunt-btn-lg {
    padding: 18px 45px;
    font-size: 18px;
}

.ubhunt-btn-sm {
    padding: 10px 24px;
    font-size: 14px;
}

.ubhunt-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 英雄区域 - 优化转化路径和视觉设计 */
.ubhunt-hero {
    position: relative;
    padding: 200px 0 100px; /* 增加80px顶部间距，从120px改为200px */
    background: linear-gradient(135deg, rgba(25, 69, 132, 0.95) 0%, rgba(108, 92, 231, 0.9) 50%, rgba(15, 41, 82, 0.95) 100%);
    color: white;
    overflow: hidden;
}

.ubhunt-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI2MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSI4My4xJSIgeTE9IjgxLjglIiB4Mj0iMTYuOSUiIHkyPSIxOC4yJSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiNGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRkYiIHN0b3Atb3BhY2l0eT0iLjAzIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNLTIxLjggMjE5LjVjNDMuMyA0Ni44IDg2LjUgOTMuNSAxNjQgOTMuNSA3Ny41IDAgODMuNy0xMjIuOSAxNTUuNS0xMjIuOSA3MS43IDAgODguNSAxMjcuOSAxNjkuNSAxMjcuOSA4MS4xIDAgOTQtNzkuNSAxNzctNzkuNSA4MyAwIDEzNi44IDEzOC4yIDIyMi41IDEzOC4yIDQ0LjYgMCA4OC43LTI3LjcgMTM4LjQtNzQuNSAxMzYuNC0xMjggMTMxLjUtMzYwIDEzMS41LTM2MEgyNjkuMlYzMzIuNkgtMjEuOHYtMTEzLjF6IiBmaWxsPSJ1cmwoI2EpIiBvcGFjaXR5PSIuNiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+');
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    z-index: 0;
}

.ubhunt-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ubhunt-hero-content {
    max-width: 600px;
}

.ubhunt-hero h1 {
    font-size: 52px;
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
    line-height: 1.2;
}

.ubhunt-hero .ubhunt-hero-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    opacity: 0.95;
    line-height: 1.6;
}

/* 信任背书元素 */
.ubhunt-trust-indicators {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.ubhunt-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.9);
    font-size: 14px;
}

.ubhunt-trust-item i {
    color: var(--ubhunt-secondary-green);
    font-size: 16px;
}

.ubhunt-hero-btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

/* 优化CTA按钮层次 */
.ubhunt-hero-cta-primary {
    order: 1;
}

.ubhunt-hero-cta-secondary {
    order: 2;
}

.ubhunt-hero-image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ubhunt-hero-card {
    background: white;
    border-radius: var(--ubhunt-radius-lg);
    box-shadow: var(--ubhunt-shadow-xl);
    padding: 40px;
    width: 100%;
    max-width: 450px;
    position: relative;
    overflow: hidden;
    color: var(--ubhunt-text-body);
}

.ubhunt-hero-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--ubhunt-gradient-secondary);
}

.ubhunt-hero-card-title {
    font-size: 24px;
    color: var(--ubhunt-primary-blue) !important;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.ubhunt-hero-card-title i {
    margin-right: 12px;
    color: var(--ubhunt-secondary-green);
    font-size: 28px;
}

.ubhunt-hero-checklist {
    margin-bottom: 30px;
}

.ubhunt-hero-checklist-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--ubhunt-text-body);
}

.ubhunt-hero-checklist-item i {
    color: var(--ubhunt-secondary-green);
    margin-right: 12px;
    margin-top: 2px;
    font-size: 16px;
}

.ubhunt-hero-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    padding-top: 30px;
    border-top: 2px solid var(--ubhunt-gray-200);
}

.ubhunt-stat-item {
    text-align: center;
}

.ubhunt-stat-value {
    font-size: 38px;
    font-weight: 700;
    color: var(--ubhunt-primary-blue);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ubhunt-stat-value span {
    font-size: 22px;
    color: var(--ubhunt-secondary-green);
    margin-left: 2px;
}

.ubhunt-stat-label {
    font-size: 14px;
    color: var(--ubhunt-text-body) !important;
    font-weight: 500;
}

/* 信任背书区域 */
.ubhunt-trust-section {
    padding: 80px 0;
    background: #ffffff !important; /* 强制设置纯白色背景，覆盖主题默认样式 */
    border-top: 1px solid var(--ubhunt-gray-200);
    border-bottom: 1px solid var(--ubhunt-gray-200);
}

.ubhunt-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: center;
}

.ubhunt-trust-badge {
    text-align: center;
    padding: 20px;
}

.ubhunt-trust-icon {
    width: 80px;
    height: 80px;
    background: var(--ubhunt-bg-light);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--ubhunt-primary-blue);
    transition: var(--ubhunt-transition);
}

.ubhunt-trust-badge:hover .ubhunt-trust-icon {
    background: var(--ubhunt-primary-blue);
    color: white;
    transform: scale(1.1);
}

.ubhunt-trust-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--ubhunt-text-dark);
    margin-bottom: 10px;
}

.ubhunt-trust-desc {
    font-size: 14px;
    color: var(--ubhunt-text-body);
}

/* 关于服务部分 */
.ubhunt-about-service {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff !important; /* 强制设置纯白色背景，覆盖主题默认样式 */
}

.ubhunt-about-service .ubhunt-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ubhunt-about-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.ubhunt-about-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: var(--ubhunt-secondary-green);
}

.ubhunt-about-content p {
    margin-bottom: 20px;
    font-size: 17px;
    color: var(--ubhunt-text-body);
}

.ubhunt-about-image {
    position: relative;
    border-radius: var(--ubhunt-radius-lg);
    overflow: hidden;
    box-shadow: var(--ubhunt-shadow-lg);
}

.ubhunt-about-image::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--ubhunt-secondary-green);
    opacity: 0.2;
    z-index: -1;
}

.ubhunt-about-image::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--ubhunt-primary-blue);
    opacity: 0.15;
    z-index: -1;
}

.ubhunt-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--ubhunt-radius-lg);
    display: block;
}

/* 服务特点 - 重新设计 */
.ubhunt-features {
    padding: 100px 0;
    background-color: var(--ubhunt-bg-light);
    position: relative;
}

.ubhunt-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.ubhunt-section-header h2 {
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.ubhunt-section-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--ubhunt-secondary-green);
}

.ubhunt-section-header p {
    font-size: 18px;
    color: var(--ubhunt-text-body);
}

.ubhunt-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ubhunt-feature-box {
    background: white;
    border-radius: var(--ubhunt-radius-md);
    padding: 40px 30px;
    box-shadow: var(--ubhunt-shadow-md);
    transition: var(--ubhunt-transition);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ubhunt-feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--ubhunt-primary-blue-light), var(--ubhunt-primary-blue-dark));
    opacity: 0;
    z-index: -1;
    transition: var(--ubhunt-transition);
}

.ubhunt-feature-box:hover {
    transform: translateY(-10px);
}

.ubhunt-feature-box:hover::before {
    opacity: 1;
}

.ubhunt-feature-box:hover * {
    color: white;
}

.ubhunt-feature-icon {
    font-size: 40px;
    color: var(--ubhunt-primary-blue);
    margin-bottom: 25px;
    transition: var(--ubhunt-transition);
}

.ubhunt-feature-title {
    font-size: 22px;
    margin-bottom: 20px;
    transition: var(--ubhunt-transition);
}

.ubhunt-feature-description {
    color: var(--ubhunt-text-body);
    margin-bottom: 0;
    transition: var(--ubhunt-transition);
}

/* 服务流程 - 修复连接线 */
.ubhunt-process {
    padding: 100px 0;
    position: relative;
    background-color: #ffffff !important; /* 强制设置纯白色背景，覆盖主题默认样式 */
}

.ubhunt-process-wrapper {
    margin-top: 80px;
    position: relative;
}

.ubhunt-process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.ubhunt-process-line {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--ubhunt-primary-blue);
    z-index: 1;
}

.ubhunt-process-step {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    max-width: 250px;
}

.ubhunt-step-number {
    width: 80px;
    height: 80px;
    background: white;
    border: 2px solid var(--ubhunt-primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 28px;
    font-weight: 700;
    color: var(--ubhunt-primary-blue);
    position: relative;
    z-index: 2;
    transition: var(--ubhunt-transition);
}

.ubhunt-process-step:hover .ubhunt-step-number {
    background: var(--ubhunt-primary-blue);
    color: white;
    transform: scale(1.1);
}

.ubhunt-process-step h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.ubhunt-process-step p {
    font-size: 15px;
    color: var(--ubhunt-text-body);
}

/* 价格部分 - 强化服务差异化 */
.ubhunt-pricing {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--ubhunt-bg-light) 0%, #f0f4f8 100%);
    position: relative;
}

.ubhunt-pricing-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.ubhunt-pricing-card {
    background: white;
    border-radius: var(--ubhunt-radius-lg);
    padding: 40px;
    box-shadow: var(--ubhunt-shadow-md);
    transition: var(--ubhunt-transition);
    width: 100%;
    max-width: 350px;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.ubhunt-pricing-card.popular {
    transform: translateY(-20px) scale(1.05);
    border: 2px solid var(--ubhunt-secondary-green);
    box-shadow: var(--ubhunt-shadow-xl);
    background: linear-gradient(135deg, #ffffff 0%, #f8fffc 100%);
}

.ubhunt-pricing-card.popular::before {
    content: '⭐ 最受欢迎';
    position: absolute;
    top: 20px;
    right: -35px;
    background: var(--ubhunt-gradient-secondary);
    color: white;
    padding: 8px 40px;
    font-size: 14px;
    transform: rotate(45deg);
    font-weight: 600;
}

.ubhunt-pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--ubhunt-shadow-xl);
}

.ubhunt-pricing-card.popular:hover {
    transform: translateY(-25px) scale(1.05);
}

.ubhunt-pricing-header {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--ubhunt-gray-200);
    margin-bottom: 30px;
    position: relative;
}

.ubhunt-pricing-card.popular .ubhunt-pricing-header {
    border-bottom-color: var(--ubhunt-secondary-green);
}

.ubhunt-pricing-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--ubhunt-primary-blue);
}

.ubhunt-pricing-target {
    font-size: 14px;
    color: var(--ubhunt-secondary-green);
    font-weight: 600;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: rgba(56, 184, 124, 0.1);
    border-radius: 20px;
    display: inline-block;
}

.ubhunt-pricing-price {
    font-size: 48px;
    font-weight: 700;
    color: var(--ubhunt-text-dark);
    margin-bottom: 10px;
}

.ubhunt-pricing-price span {
    font-size: 18px;
    font-weight: 400;
    color: var(--ubhunt-text-light);
}

.ubhunt-pricing-description {
    font-size: 15px;
    color: var(--ubhunt-text-light);
}

.ubhunt-pricing-features {
    margin-bottom: 35px;
}

.ubhunt-pricing-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 15px;
}

.ubhunt-pricing-feature i {
    color: var(--ubhunt-secondary-green);
    margin-right: 12px;
    margin-top: 3px;
    font-size: 14px;
}

.ubhunt-pricing-feature.disabled {
    color: var(--ubhunt-text-light);
    opacity: 0.6;
}

.ubhunt-pricing-feature.disabled i {
    color: var(--ubhunt-gray-300);
}

.ubhunt-pricing-feature strong {
    color: var(--ubhunt-primary-blue);
    font-weight: 600;
}

.ubhunt-pricing-feature.highlight {
    background: rgba(56, 184, 124, 0.1);
    padding: 8px 12px;
    border-radius: var(--ubhunt-radius-sm);
    margin: 15px -12px;
}

.ubhunt-pricing-btn {
    width: 100%;
    text-align: center;
}

.ubhunt-pricing-card.popular .ubhunt-pricing-btn {
    background: var(--ubhunt-gradient-secondary);
}

/* 成功案例数据展示 */
.ubhunt-success-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 50px 0;
}

.ubhunt-metric-item {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: var(--ubhunt-radius-lg);
    box-shadow: var(--ubhunt-shadow-sm);
    transition: var(--ubhunt-transition);
}

.ubhunt-metric-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--ubhunt-shadow-md);
}

.ubhunt-metric-number {
    font-size: 42px;
    font-weight: 700;
    color: var(--ubhunt-primary-blue);
    margin-bottom: 10px;
}

.ubhunt-metric-label {
    font-size: 16px;
    color: var(--ubhunt-text-body);
    font-weight: 500;
}

.ubhunt-metric-sublabel {
    font-size: 14px;
    color: var(--ubhunt-text-light);
    margin-top: 5px;
}

/* 专家团队 - 重新设计 */
.ubhunt-team {
    padding: 100px 0;
    position: relative;
    background-color: #ffffff !important; /* 强制设置纯白色背景，覆盖主题默认样式 */
}

.ubhunt-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.ubhunt-team-card {
    text-align: center;
    transition: var(--ubhunt-transition);
}

.ubhunt-team-card:hover .ubhunt-team-icon {
    background: var(--ubhunt-primary-blue);
    color: white;
    transform: scale(1.1);
}

.ubhunt-team-icon {
    width: 120px;
    height: 120px;
    background: var(--ubhunt-bg-light);
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(--ubhunt-primary-blue);
    transition: var(--ubhunt-transition);
}

.ubhunt-team-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--ubhunt-text-dark);
}

.ubhunt-team-subtitle {
    color: var(--ubhunt-primary-blue);
    font-weight: 500;
    margin-bottom: 15px;
}

.ubhunt-team-description {
    color: var(--ubhunt-text-body);
    font-size: 15px;
}

/* 专业服务流程 */
.ubhunt-service-process {
    padding: 100px 0;
    background: var(--ubhunt-bg-light);
    position: relative;
}

.ubhunt-process-container {
    position: relative;
    margin-top: 70px;
}

.ubhunt-process-timeline {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--ubhunt-gray-300);
    z-index: 1;
}

.ubhunt-process-timeline-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--ubhunt-primary-blue);
    z-index: 2;
    transition: width 1s ease;
}

.ubhunt-process-items {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.ubhunt-process-item {
    flex: 1;
    text-align: center;
    padding: 0 15px;
}

.ubhunt-process-item-icon {
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    box-shadow: var(--ubhunt-shadow-md);
    transition: var(--ubhunt-transition);
}

.ubhunt-process-item-icon::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--ubhunt-secondary-green);
    border-radius: 50%;
    top: 5px;
    right: 5px;
    opacity: 0.7;
}

.ubhunt-process-item-icon i {
    font-size: 40px;
    color: var(--ubhunt-primary-blue);
}

.ubhunt-process-item:hover .ubhunt-process-item-icon {
    transform: translateY(-10px);
}

.ubhunt-process-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--ubhunt-text-dark);
}

.ubhunt-process-item p {
    color: var(--ubhunt-text-body);
    font-size: 15px;
}

/* 推荐评价 - 网格布局重构 */
.ubhunt-testimonials {
    padding: 100px 0;
    background-color: var(--ubhunt-bg-light) !important; /* 强制设置浅灰色背景，覆盖主题默认样式 */
    position: relative;
}

.ubhunt-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* 为整个网格添加微妙的hover效果 */
    position: relative;
}

/* 网格hover时增强其他卡片的对比效果 */
.ubhunt-testimonial-grid:hover .ubhunt-testimonial-card:not(:hover) {
    opacity: 0.7;
    transform: scale(0.98);
}

.ubhunt-testimonial-card {
    background: white;
    border-radius: var(--ubhunt-radius-lg);
    padding: 40px;
    box-shadow: var(--ubhunt-shadow-md);
    position: relative;
    min-height: 320px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--ubhunt-transition);
    animation: ubhunt-fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

/* 为网格中的每个卡片添加延迟动画 */
.ubhunt-testimonial-card:nth-child(1) { animation-delay: 0.1s; }
.ubhunt-testimonial-card:nth-child(2) { animation-delay: 0.2s; }
.ubhunt-testimonial-card:nth-child(3) { animation-delay: 0.3s; }
.ubhunt-testimonial-card:nth-child(4) { animation-delay: 0.4s; }
.ubhunt-testimonial-card:nth-child(5) { animation-delay: 0.5s; }
.ubhunt-testimonial-card:nth-child(6) { animation-delay: 0.6s; }

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

.ubhunt-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--ubhunt-shadow-lg);
}

.ubhunt-testimonial-card::before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: rgba(56, 184, 124, 0.1);
}

.ubhunt-testimonial-content {
    font-size: 16px;
    line-height: 1.6;
    color: var(--ubhunt-text-body);
    margin-bottom: 25px;
    flex-grow: 1;
}

.ubhunt-testimonial-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid var(--ubhunt-gray-200);
    padding-top: 20px;
    margin-top: auto;
}

.ubhunt-testimonial-author {
    display: flex;
    align-items: center;
    flex: 1;
}

.ubhunt-author-avatar {
    width: 50px;
    height: 50px;
    background: var(--ubhunt-gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
}

.ubhunt-author-info {
    flex: 1;
}

.ubhunt-author-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--ubhunt-text-dark);
    font-weight: 600;
}

.ubhunt-author-info p {
    font-size: 14px;
    color: var(--ubhunt-text-light);
    margin: 0;
    line-height: 1.4;
}

.ubhunt-testimonial-company {
    font-size: 14px;
    color: var(--ubhunt-secondary-green);
    font-weight: 600;
    background: rgba(56, 184, 124, 0.1);
    padding: 5px 12px;
    border-radius: 20px;
    text-align: center;
    margin-left: 15px;
    white-space: nowrap;
    flex-shrink: 0;
}

.ubhunt-testimonial-rating {
    color: #ffc107;
    font-size: 16px;
    margin-top: 10px;
}

/* 常见问题 */
.ubhunt-faq {
    padding: 100px 0;
    position: relative;
    background-color: #ffffff !important; /* 强制设置纯白色背景，覆盖主题默认样式 */
}

.ubhunt-faq-wrapper {
    max-width: 800px;
    margin: 50px auto 0;
}

.ubhunt-faq-item {
    background: white;
    border-radius: var(--ubhunt-radius-md);
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: var(--ubhunt-shadow-sm);
    border: 1px solid var(--ubhunt-gray-200);
}

.ubhunt-faq-question {
    padding: 20px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500 !important;
    color: var(--ubhunt-text-dark) !important;
    transition: var(--ubhunt-transition);
    font-size: 18px !important; /* 明确设置字体大小，覆盖主题样式 */
    line-height: 1.5 !important; /* 设置行高 */
    font-family: var(--ubhunt-font-primary) !important; /* 确保使用正确字体 */
}

.ubhunt-faq-question i {
    transition: var(--ubhunt-transition);
}

.ubhunt-faq-question.active {
    background: var(--ubhunt-primary-blue) !important;
    color: white !important;
    font-family: var(--ubhunt-font-primary) !important;
}

.ubhunt-faq-question.active i {
    transform: rotate(180deg);
    color: white;
}

/* 激活状态只有问题部分变蓝，答案部分保持白色背景 */

.ubhunt-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.ubhunt-faq-answer-inner {
    padding: 0 30px 20px;
    color: var(--ubhunt-text-body) !important;
    font-size: 16px !important; /* 明确设置字体大小，覆盖主题样式 */
    line-height: 1.6 !important; /* 设置行高 */
    font-family: var(--ubhunt-font-primary) !important; /* 确保使用正确字体 */
}

/* 联系部分 - 现代清新设计 */
.ubhunt-contact {
    padding: 120px 0;
    background: 
        linear-gradient(135deg, 
            rgba(245, 248, 252, 0.95) 0%, 
            rgba(237, 242, 252, 0.9) 50%, 
            rgba(230, 236, 249, 0.95) 100%
        ),
        url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48cGF0dGVybiBpZD0iZG90cyIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48Y2lyY2xlIGN4PSIzMCIgY3k9IjMwIiByPSIxLjUiIGZpbGw9InJnYmEoMjYsIDc0LCAxNDEsIDAuMDUpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RvdHMpIi8+PC9zdmc+');
    position: relative;
    overflow: hidden;
}

.ubhunt-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        ellipse at 30% 20%, 
        rgba(26, 74, 141, 0.08) 0%, 
        transparent 50%
    );
    pointer-events: none;
}

.ubhunt-contact::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 60%;
    background: radial-gradient(
        ellipse at 80% 80%, 
        rgba(56, 184, 124, 0.06) 0%, 
        transparent 60%
    );
    pointer-events: none;
}

/* 添加装饰性几何图形 */
.ubhunt-contact .ubhunt-container::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 5%;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, rgba(26, 74, 141, 0.1), rgba(56, 184, 124, 0.1));
    border-radius: 50%;
    z-index: 1;
    animation: ubhunt-float 6s ease-in-out infinite;
}

.ubhunt-contact .ubhunt-container::after {
    content: '';
    position: absolute;
    top: 60%;
    right: 8%;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(56, 184, 124, 0.08), rgba(26, 74, 141, 0.08));
    border-radius: 20px;
    transform: rotate(45deg);
    z-index: 1;
    animation: ubhunt-float 8s ease-in-out infinite reverse;
}

@keyframes ubhunt-float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.ubhunt-contact .ubhunt-section-header {
    position: relative;
    z-index: 2;
}

.ubhunt-contact .ubhunt-section-header h2 {
    color: var(--ubhunt-text-dark);
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.ubhunt-contact .ubhunt-section-header p {
    color: var(--ubhunt-text-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.ubhunt-contact .ubhunt-container {
    position: relative;
}

.ubhunt-contact-form-wrapper {
    max-width: 900px;
    margin: 60px auto 0;
    position: relative;
    z-index: 3;
}

.ubhunt-enhanced-contact-form {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 
        0 20px 25px -5px rgba(26, 74, 141, 0.08),
        0 10px 10px -5px rgba(26, 74, 141, 0.04);
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.ubhunt-enhanced-contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(245, 248, 252, 0.5) 0%, 
        rgba(255, 255, 255, 0.8) 50%, 
        rgba(240, 249, 255, 0.5) 100%
    );
    z-index: 0;
    pointer-events: none;
}

.ubhunt-enhanced-contact-form > * {
    position: relative;
    z-index: 1;
}

.ubhunt-enhanced-contact-form:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 25px 50px -12px rgba(26, 74, 141, 0.12),
        0 25px 25px -5px rgba(56, 184, 124, 0.06);
}

.ubhunt-form-header {
    background: linear-gradient(135deg, var(--ubhunt-primary-blue) 0%, var(--ubhunt-primary-blue-light) 100%);
    color: white;
    padding: 48px 40px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(226, 232, 240, 0.1);
}

.ubhunt-form-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--ubhunt-secondary-green) 25%, 
        var(--ubhunt-secondary-green-light) 50%, 
        var(--ubhunt-secondary-green) 75%, 
        transparent 100%
    );
}

.ubhunt-form-title {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.98);
}

.ubhunt-form-subtitle {
    font-size: 16px;
    opacity: 0.95;
    margin-bottom: 32px;
    line-height: 1.6;
    font-weight: 400;
}

.ubhunt-form-trust-badges {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.ubhunt-trust-badge-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    opacity: 0.9;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease;
    font-weight: 500;
}

.ubhunt-trust-badge-item:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
}

.ubhunt-trust-badge-item i {
    color: var(--ubhunt-secondary-green-light);
    font-size: 14px;
}

.ubhunt-enhanced-form {
    padding: 48px;
    background: #ffffff;
}

.ubhunt-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.ubhunt-form-group {
    margin-bottom: 24px;
}

.ubhunt-form-group.ubhunt-half-width {
    margin-bottom: 24px;
}

.ubhunt-form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #374151;
    font-size: 14px;
    letter-spacing: 0.01em;
}

/* 必填项星号已在HTML中用span设置红色 */

.ubhunt-form-control {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: var(--ubhunt-font-primary);
    font-size: 16px;
    transition: all 0.2s ease;
    background: #ffffff;
    color: #111827;
}

.ubhunt-form-control:focus {
    outline: none;
    border-color: var(--ubhunt-primary-blue);
    box-shadow: 0 0 0 3px rgba(26, 74, 141, 0.1);
    background: #ffffff;
}

/* 表单验证错误状态 */
.ubhunt-form-control.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

.error-message {
    color: #dc3545 !important;
    font-size: 12px !important;
    margin-top: 4px !important;
    display: block !important;
}

/* 自定义成功提示框 */
.ubhunt-success-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, var(--ubhunt-secondary-green) 0%, var(--ubhunt-secondary-green-dark) 100%);
    color: white;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(56, 184, 124, 0.3);
    z-index: 10000;
    min-width: 320px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ubhunt-success-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.ubhunt-success-toast::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, rgba(56, 184, 124, 0.3), rgba(44, 154, 103, 0.3));
    border-radius: 16px;
    z-index: -1;
    filter: blur(8px);
}

.ubhunt-success-toast i {
    font-size: 24px;
    margin-right: 10px;
    color: white;
}

.ubhunt-toast-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.ubhunt-toast-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* 错误提示动画 */
@keyframes fadeInError {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutError {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.ubhunt-form-control::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.ubhunt-form-control::placeholder {
    color: var(--ubhunt-text-light);
}

textarea.ubhunt-form-control {
    min-height: 100px;
    resize: vertical;
}

.ubhunt-service-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 10px;
}

.ubhunt-service-option {
    cursor: pointer;
}

.ubhunt-service-option input[type="radio"] {
    display: none;
}

.ubhunt-option-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.2s ease;
    position: relative;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ubhunt-option-card:hover {
    border-color: var(--ubhunt-primary-blue);
    box-shadow: 0 4px 12px rgba(26, 74, 141, 0.15);
}

.ubhunt-service-option input[type="radio"]:checked + .ubhunt-option-card {
    border-color: var(--ubhunt-primary-blue);
    background: rgba(245, 248, 252, 0.8);
    box-shadow: 0 4px 12px rgba(26, 74, 141, 0.15);
}

.ubhunt-option-card.recommended {
    border-color: var(--ubhunt-secondary-green);
    background: rgba(56, 184, 124, 0.05);
    box-shadow: 0 4px 12px rgba(56, 184, 124, 0.15);
}

.ubhunt-option-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--ubhunt-secondary-green);
    color: white;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(56, 184, 124, 0.3);
    letter-spacing: 0.02em;
}

.ubhunt-option-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.ubhunt-option-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--ubhunt-primary-blue);
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

.ubhunt-option-desc {
    font-size: 14px;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.4;
}

.ubhunt-form-check {
    margin-bottom: 30px;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    /* 确保容器不被主题样式影响 */
    position: relative !important;
    overflow: visible !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.ubhunt-form-check input[type="checkbox"] {
    margin-top: 2px;
    transform: scale(1.2);
    /* 强制显示勾选框，覆盖主题隐藏样式 */
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    clip: auto !important;
    border: 1px solid #d1d5db !important;
    background: white !important;
    flex-shrink: 0 !important;
}

.ubhunt-form-check label {
    font-size: 14px;
    color: var(--ubhunt-text-body);
    line-height: 1.5;
}

.ubhunt-policy-link {
    color: var(--ubhunt-primary-blue);
    text-decoration: underline;
}

.ubhunt-policy-link:hover {
    color: var(--ubhunt-secondary-green);
}

.ubhunt-enhanced-submit-btn {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--ubhunt-gradient-secondary);
    border: none;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    transition: var(--ubhunt-transition);
    letter-spacing: 0.01em;
    box-shadow: 0 8px 25px rgba(56, 184, 124, 0.3);
}

.ubhunt-enhanced-submit-btn:hover {
    background: var(--ubhunt-secondary-green-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(56, 184, 124, 0.5);
}

.ubhunt-enhanced-submit-btn:active {
    background: var(--ubhunt-secondary-green-dark);
    transform: translateY(-1px);
}

.ubhunt-form-footer {
    text-align: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.ubhunt-form-footer p {
    color: #6b7280;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.ubhunt-form-footer i {
    color: var(--ubhunt-primary-blue);
    margin-right: 6px;
}
/* CTA部分 */
.ubhunt-cta {
    padding: 80px 0;
    background: var(--ubhunt-bg-light) !important; /* 强制设置浅灰色背景，覆盖主题默认样式 */
    text-align: center;
}

.ubhunt-cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.ubhunt-cta h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.ubhunt-cta p {
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--ubhunt-text-body);
}

.ubhunt-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* 响应式设计优化 */
@media (max-width: 1200px) {
    .ubhunt-hero h1 {
        font-size: 46px;
    }
    
    .ubhunt-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ubhunt-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .ubhunt-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .ubhunt-success-metrics {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* 中等屏幕网格布局优化 */
    .ubhunt-testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    /* 基础布局优化 */
    .ubhunt-container {
        padding: 0 15px;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    /* 英雄区域优化 */
    .ubhunt-hero {
        padding: 160px 0 60px; /* 增加80px顶部间距，从80px改为160px */
    }
    
    .ubhunt-hero-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .ubhunt-hero h1 {
        font-size: 32px;
        line-height: 1.3;
    }
    
    .ubhunt-hero-card {
        max-width: 100%;
        padding: 30px 20px;
        order: -1;
    }
    
    .ubhunt-hero-stats {
        flex-direction: row;
        justify-content: space-between;
    }
    
    /* 信任指标优化 */
    .ubhunt-trust-indicators {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin: 30px 0;
    }
    
    /* 按钮样式优化 */
    .ubhunt-hero-btns {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    
    .ubhunt-hero-btns .ubhunt-btn {
        width: 100%;
        justify-content: center;
    }
    
    /* 通用按钮调整 */
    .ubhunt-btn {
        padding: 14px 20px;
        font-size: 16px;
        width: 100%;
        max-width: 100%;
        display: block;
        box-sizing: border-box;
    }
    
    .ubhunt-about-service .ubhunt-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .ubhunt-features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .ubhunt-pricing-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .ubhunt-pricing-card.popular {
        transform: none;
        margin: 20px 0;
    }
    
    .ubhunt-service-options {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    /* 中等屏幕网格布局优化 */
    .ubhunt-testimonial-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    /* 布局优化 */
    .ubhunt-container {
        padding: 0 12px;
    }
    
    /* 区域间距优化 */
    .ubhunt-trust-section, .ubhunt-about-service, 
    .ubhunt-features, .ubhunt-process, .ubhunt-pricing,
    .ubhunt-team, .ubhunt-service-process, .ubhunt-testimonials, 
    .ubhunt-faq, .ubhunt-contact, .ubhunt-cta {
        padding: 60px 0 !important;
    }
    
    /* 英雄区域单独设置间距 */
    .ubhunt-hero {
        padding: 140px 0 60px !important; /* 增加80px顶部间距，从60px改为140px */
    }
    
    /* 标题优化 */
    .ubhunt-section-header h2,
    .ubhunt-about-content h2 {
        font-size: 28px;
    }
    
    .ubhunt-section-header p {
        font-size: 16px;
    }
    
    /* 服务流程优化 */
    .ubhunt-process-step {
        padding: 0 10px;
    }
    
    .ubhunt-step-number {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
    
    /* 信任徽章优化 */
    .ubhunt-trust-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .ubhunt-trust-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    /* 表单优化 */
    .ubhunt-contact {
        padding: 80px 0;
    }
    
    .ubhunt-contact .ubhunt-section-header h2 {
        font-size: 32px;
    }
    
    .ubhunt-contact .ubhunt-section-header p {
        font-size: 16px;
    }
    
    .ubhunt-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .ubhunt-enhanced-form {
        padding: 30px 20px;
    }
    
    .ubhunt-form-header {
        padding: 35px 20px;
    }
    
    .ubhunt-form-title {
        font-size: 26px;
    }
    
    .ubhunt-form-subtitle {
        font-size: 16px;
    }
    
    .ubhunt-form-trust-badges {
        gap: 20px;
    }
    
    .ubhunt-trust-badge-item {
        padding: 12px 16px;
        font-size: 13px;
    }
    
    /* 服务选项优化 */
    .ubhunt-service-options {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .ubhunt-option-card {
        padding: 15px;
    }
    
    /* 团队卡片优化 */
    .ubhunt-team-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .ubhunt-team-icon {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }
    
    /* 价格卡片优化 */
    .ubhunt-pricing-card {
        max-width: 100%;
        padding: 30px 20px;
    }
    
    .ubhunt-pricing-card.popular {
        transform: none;
        margin: 30px 0;
    }
    
    /* 成功指标优化 */
    .ubhunt-success-metrics {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .ubhunt-metric-item {
        padding: 20px 10px;
    }
    
    .ubhunt-metric-number {
        font-size: 32px;
    }
    
    /* 网格布局响应式优化 */
    .ubhunt-testimonial-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin-top: 40px;
    }
    
    /* 引用卡片高度一致 */
    .ubhunt-testimonial-card {
        height: auto;
        min-height: 250px;
        padding: 25px 20px;
    }
    
    .ubhunt-form-trust-badges {
        flex-direction: column;
        gap: 15px;
    }
    
    /* 中等屏幕FAQ样式优化 */
    .ubhunt-faq-question {
        padding: 18px 25px !important;
        font-size: 17px !important; /* 中等屏幕适当调整大小 */
        line-height: 1.45 !important;
    }
    
    .ubhunt-faq-answer-inner {
        padding: 0 25px 18px !important;
        font-size: 15px !important; /* 中等屏幕适当调整大小 */
        line-height: 1.55 !important;
    }
    

}

@media (max-width: 576px) {
    /* 极小屏幕特殊优化 */
    .ubhunt-hero h1 {
        font-size: 28px;
    }
    
    .ubhunt-hero-subtitle {
        font-size: 16px;
    }
    
    /* 基础布局优化 */
    .ubhunt-container {
        padding: 0 10px;
    }
    
    /* 布局优化 */
    .ubhunt-team-grid,
    .ubhunt-trust-grid,
    .ubhunt-success-metrics {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* 信任指标适配 */
    .ubhunt-trust-indicators {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    /* 联系表单优化 */
    .ubhunt-contact {
        padding: 60px 0;
    }
    
    .ubhunt-contact .ubhunt-section-header h2 {
        font-size: 28px;
    }
    
    .ubhunt-contact .ubhunt-section-header p {
        font-size: 14px;
    }
    
    .ubhunt-enhanced-form {
        padding: 20px 15px;
    }
    
    .ubhunt-form-header {
        padding: 25px 15px;
    }
    
    .ubhunt-form-title {
        font-size: 22px;
    }
    
    .ubhunt-form-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .ubhunt-form-trust-badges {
        gap: 15px;
        flex-direction: column;
    }
    
    .ubhunt-trust-badge-item {
        padding: 10px 12px;
        font-size: 12px;
        width: 100%;
    }
    
    /* 表单优化 */
    .ubhunt-form-group {
        margin-bottom: 20px;
    }
    
    .ubhunt-form-label {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .ubhunt-form-control {
        padding: 16px 15px;
        font-size: 15px;
        border-radius: 10px;
    }
    
    /* 小屏幕勾选框强化显示 */
    .ubhunt-form-check input[type="checkbox"] {
        width: 18px !important;
        height: 18px !important;
        transform: scale(1.3) !important;
        margin-top: 1px !important;
    }
    
    .ubhunt-form-check {
        gap: 12px !important;
        align-items: flex-start !important;
    }
    
    .ubhunt-option-price {
        font-size: 24px;
    }
    
    .ubhunt-option-title {
        font-size: 16px;
    }
    
    .ubhunt-enhanced-submit-btn {
        padding: 18px;
        font-size: 16px;
    }
    
    /* 流程步骤 */
    .ubhunt-process-steps {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .ubhunt-process-step {
        max-width: 100%;
        width: 100%;
    }
    
    .ubhunt-process-line {
        display: none;
    }
    
    /* 流程时间线 */
    .ubhunt-process-items {
        flex-direction: column;
        gap: 40px;
    }
    
    .ubhunt-process-timeline {
        display: none;
    }
    
    .ubhunt-process-item {
        padding: 0;
    }
    
    /* 优化评价卡片 */
    .ubhunt-testimonial-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .ubhunt-testimonial-company {
        margin-left: 0;
    }
    
    /* 简化CTA区域 */
    .ubhunt-cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .ubhunt-cta-buttons .ubhunt-btn {
        width: 100%;
    }
    
    /* 小屏幕网格布局优化 */
    .ubhunt-testimonial-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }
    
    /* 确保卡片内容可见 */
    .ubhunt-testimonial-card {
        padding: 20px 15px;
        min-height: 200px;
    }
    
    .ubhunt-testimonial-content {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    /* 优化FAQ阅读体验 */
    .ubhunt-faq-question {
        padding: 15px !important;
        font-size: 16px !important; /* 小屏幕适当调整大小 */
        line-height: 1.4 !important;
    }
    
    .ubhunt-faq-answer-inner {
        padding: 0 15px 15px !important;
        font-size: 15px !important; /* 小屏幕适当调整大小 */
        line-height: 1.5 !important;
    }
}

/* 修复iOS和Android表单样式 */
@supports (-webkit-overflow-scrolling: touch) {
    input.ubhunt-form-control, 
    textarea.ubhunt-form-control,
    select.ubhunt-form-control {
        font-size: 16px !important; /* 防止iOS缩放 */
    }
    
    .ubhunt-btn,
    .ubhunt-form-control {
        -webkit-appearance: none;
        appearance: none;
        border-radius: var(--ubhunt-radius-md);
    }
}

/* 修复特定手机上的溢出问题 */
.ubhunt-hero, .ubhunt-trust-section, .ubhunt-about-service, 
.ubhunt-features, .ubhunt-process, .ubhunt-pricing,
.ubhunt-team, .ubhunt-service-process, .ubhunt-testimonials, 
.ubhunt-faq, .ubhunt-contact, .ubhunt-cta {
    max-width: 100%;
    overflow-x: hidden;
}

/* 优化屏幕旋转体验 */
@media screen and (orientation: landscape) and (max-height: 500px) {
    .ubhunt-hero {
        padding: 120px 0 30px; /* 增加80px顶部间距，从40px改为120px */
    }
    
    .ubhunt-hero-stats {
        margin-top: 15px;
    }
    
    .ubhunt-hero h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    
    .ubhunt-contact {
        padding: 60px 0;
    }
    
    .ubhunt-contact .ubhunt-section-header h2 {
        font-size: 28px;
    }
    
    .ubhunt-form-header {
        padding: 20px 15px;
    }
    
    .ubhunt-form-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    
    .ubhunt-form-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .ubhunt-form-trust-badges {
        gap: 10px;
    }
    
    .ubhunt-trust-badge-item {
        padding: 8px 10px;
        font-size: 11px;
    }
    
    .ubhunt-enhanced-form {
        padding: 20px 15px;
    }
}

/* 强制覆盖主题样式 - 确保FAQ区域不受主题影响 */
.ubhunt-faq .ubhunt-faq-question,
body .ubhunt-faq .ubhunt-faq-question,
html body .ubhunt-faq .ubhunt-faq-question {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--ubhunt-text-dark) !important;
    line-height: 1.5 !important;
    font-family: var(--ubhunt-font-primary) !important;
}

/* 激活状态下的问题文字强制覆盖 */
.ubhunt-faq .ubhunt-faq-question.active,
body .ubhunt-faq .ubhunt-faq-question.active,
html body .ubhunt-faq .ubhunt-faq-question.active {
    background: var(--ubhunt-primary-blue) !important;
    color: white !important;
    font-family: var(--ubhunt-font-primary) !important;
}

.ubhunt-faq .ubhunt-faq-answer-inner,
body .ubhunt-faq .ubhunt-faq-answer-inner,
html body .ubhunt-faq .ubhunt-faq-answer-inner {
    font-size: 16px !important;
    color: var(--ubhunt-text-body) !important;
    line-height: 1.6 !important;
    font-family: var(--ubhunt-font-primary) !important;
}



/* 响应式下的强制覆盖 */
@media (max-width: 768px) {
    .ubhunt-faq .ubhunt-faq-question,
    body .ubhunt-faq .ubhunt-faq-question,
    html body .ubhunt-faq .ubhunt-faq-question {
        font-size: 17px !important;
    }
    
    .ubhunt-faq .ubhunt-faq-answer-inner,
    body .ubhunt-faq .ubhunt-faq-answer-inner,
    html body .ubhunt-faq .ubhunt-faq-answer-inner {
        font-size: 15px !important;
    }
    
    /* 中等屏幕激活状态问题文字强制覆盖 */
    .ubhunt-faq .ubhunt-faq-question.active,
    body .ubhunt-faq .ubhunt-faq-question.active,
    html body .ubhunt-faq .ubhunt-faq-question.active {
        background: var(--ubhunt-primary-blue) !important;
        color: white !important;
        font-size: 17px !important;
    }
    

}

@media (max-width: 576px) {
    .ubhunt-faq .ubhunt-faq-question,
    body .ubhunt-faq .ubhunt-faq-question,
    html body .ubhunt-faq .ubhunt-faq-question {
        font-size: 16px !important;
    }
    
    .ubhunt-faq .ubhunt-faq-answer-inner,
    body .ubhunt-faq .ubhunt-faq-answer-inner,
    html body .ubhunt-faq .ubhunt-faq-answer-inner {
        font-size: 15px !important;
    }
    
    /* 小屏幕激活状态问题文字强制覆盖 */
    .ubhunt-faq .ubhunt-faq-question.active,
    body .ubhunt-faq .ubhunt-faq-question.active,
    html body .ubhunt-faq .ubhunt-faq-question.active {
        background: var(--ubhunt-primary-blue) !important;
        color: white !important;
        font-size: 16px !important;
    }
    

}

/* 强制覆盖主题样式 - 确保勾选框在任何主题下都可见 */
.ubhunt-form-check,
body .ubhunt-form-check,
html body .ubhunt-form-check,
form .ubhunt-form-check {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin-bottom: 30px !important;
    position: relative !important;
    overflow: visible !important;
}

.ubhunt-form-check input[type="checkbox"],
body .ubhunt-form-check input[type="checkbox"],
html body .ubhunt-form-check input[type="checkbox"],
form .ubhunt-form-check input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    clip: auto !important;
    border: 1px solid #d1d5db !important;
    background: white !important;
    margin: 2px 0 0 0 !important;
    transform: scale(1.2) !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
}

.ubhunt-form-check label,
body .ubhunt-form-check label,
html body .ubhunt-form-check label,
form .ubhunt-form-check label {
    font-size: 14px !important;
    color: var(--ubhunt-text-body) !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
    margin: 0 !important;
    flex: 1 !important;
}