/* 优势线路报价区域 */
#pricing-routes {
    padding: 6rem 0;
    background: var(--light-bg);
}

.routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 1rem;
}

.route-card {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(123, 198, 140, 0.1);
    border: 1px solid rgba(123, 198, 140, 0.1);
}

.route-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    padding: 2rem;
    text-align: center;
    color: #fff;
}

.country-flag {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.route-header h3 {
    font-size: 1.6rem;
    margin: 0;
}

.route-details {
    padding: 2rem;
}

.route-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid var(--light-bg);
}

.feature-label {
    color: var(--text-color);
    opacity: 0.8;
}

.feature-value {
    font-weight: 600;
    color: var(--primary-color);
}

.price-info {
    margin-top: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: 1rem;
    text-align: center;
}

.price-value {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-top: 0.5rem;
}

/* 联系我们区域 */
#contact-us {
    padding: 6rem 0;
    background: #fff;
}

/* 更新联系信息样式 */
.contact-info {
    background: var(--white);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 0 auto;
}

.info-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.info-icon {
    font-size: 2rem;
}

.info-content h4 {
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.info-content p {
    color: var(--text-color);
    opacity: 0.8;
}

/* 联系方式图标样式 */
.contact-links {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-left: auto;
    flex-shrink: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-color);
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Telegram图标 */
.contact-icon.telegram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2326A5E4' d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5.562 8.161c-.18.745-3.824 16.258-3.824 16.258s-.237.592-.88.308c-.644-.284-2.846-2.012-3.749-2.94-.644-.662-1.367-1.44.052-2.556.947-.744 4.408-4.288 4.408-4.288s.416-.43 0-.83c-.416-.399-1.476-.887-2.585-1.342-2.817-1.155-1.673-1.892.416-2.866 2.09-.974 9.425-3.515 9.425-3.515s.996-.398.934.531z'/%3E%3C/svg%3E");
}

/* WeChat图标 */
.contact-icon.wechat {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2307C160' d='M8.691 2.188C3.891 2.188 0 5.476 0 9.53c0 2.212 1.17 4.203 3.002 5.55a.59.59 0 0 1 .213.665l-.39 1.48c-.019.07-.048.141-.048.213 0 .163.13.295.295a.326.326 0 0 0 .167-.054l1.903-1.114a.864.864 0 0 1 .717-.098 10.16 10.16 0 0 0 2.837.403c.276 0 .543-.027.811-.05-.857-2.578.157-4.972 1.932-6.446 1.703-1.415 3.882-1.98 5.853-1.838-.576-3.583-4.196-6.348-8.596-6.348zM5.785 5.991c.642 0 1.162.529 1.162 1.18a1.17 1.17 0 0 1-1.162 1.178A1.17 1.17 0 0 1 4.623 7.17c0-.651.52-1.18 1.162-1.18zm5.813 0c.642 0 1.162.529 1.162 1.18a1.17 1.17 0 0 1-1.162 1.178 1.17 1.17 0 0 1-1.162-1.178c0-.651.52-1.18 1.162-1.18zm5.34 2.867c-1.797-.052-3.746.512-5.28 1.786-1.72 1.428-2.687 3.72-1.78 6.22.942 2.453 3.666 4.229 6.884 4.229.826 0 1.622-.12 2.361-.336a.722.722 0 0 1 .598.082l1.584.926a.272.272 0 0 0 .14.045c.133 0 .243-.11.243-.246 0-.06-.024-.12-.04-.177l-.326-1.233a.49.49 0 0 1 .177-.554C23.23 18.254 24.25 16.5 24.25 14.53c0-3.172-3.086-5.626-7.313-5.672zM14.366 12.25c.535 0 .969.44.969.982a.976.976 0 0 1-.969.983.976.976 0 0 1-.969-.983c0-.542.434-.982.97-.982zm4.844 0c.535 0 .969.44.969.982a.976.976 0 0 1-.969.983.976.976 0 0 1-.969-.983c0-.542.434-.982.969-.982z'/%3E%3C/svg%3E");
}

/* WhatsApp图标 */
.contact-icon.whatsapp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2325D366' d='M12.031 6.172c-3.181 0-5.767 2.586-5.768 5.766-.001 1.298.38 2.27 1.019 3.287l-.582 2.128 2.182-.573c.978.58 1.911.928 3.145.929 3.178 0 5.767-2.587 5.768-5.766.001-3.187-2.575-5.77-5.764-5.771zm3.392 8.244c-.144.405-.837.774-1.17.824-.299.045-.677.063-1.092-.069-.252-.08-.575-.187-.988-.365-1.739-.751-2.874-2.502-2.961-2.617-.087-.116-.708-.94-.708-1.793s.448-1.273.607-1.446c.159-.173.346-.217.462-.217l.332.006c.106.005.249-.04.39.298.144.347.491 1.2.534 1.287.043.087.072.188.014.304-.058.116-.087.188-.173.289l-.26.304c-.087.086-.177.18-.076.354.101.174.449.741.964 1.201.662.591 1.221.774 1.394.86s.274.072.376-.043c.101-.116.433-.506.549-.68.116-.173.231-.145.39-.087s1.011.477 1.184.564.289.13.332.202c.045.072.045.419-.1.824zm-3.423-14.416c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm.029 18.88c-1.161 0-2.305-.292-3.318-.844l-3.677.964.984-3.595c-.607-1.052-.927-2.246-.926-3.468.001-3.825 3.113-6.937 6.937-6.937 1.856.001 3.598.723 4.907 2.034 1.31 1.311 2.031 3.054 2.03 4.908-.001 3.825-3.113 6.938-6.937 6.938z'/%3E%3C/svg%3E");
}

/* 悬浮和动画效果 */
.contact-item:hover {
    background: var(--light-bg);
    transform: translateY(-2px);
}

@keyframes contactBounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.contact-item {
    animation: contactBounce 2s ease infinite;
    animation-play-state: paused;
}

.contact-item:hover {
    animation-play-state: running;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .routes-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-form,
    .contact-info {
        padding: 1.5rem;
    }
    
    .contact-grid {
        padding: 1rem;
    }
    
    .contact-item {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .contact-icon {
        width: 18px;
        height: 18px;
    }
}

/* 价格表容器样式 */
.pricing-table-container {
    margin-top: 3rem;
    overflow-x: auto;
    background: var(--white);
    border-radius: 1.2rem;
    box-shadow: 0 10px 30px rgba(123, 198, 140, 0.1);
    border: 1px solid rgba(123, 198, 140, 0.1);
}

.pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 800px;
    font-family: var(--font-family);
}

.pricing-table th {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    text-align: left;
    font-size: 1.1rem;
    white-space: nowrap;
}

.pricing-table th:first-child {
    border-top-left-radius: 1.2rem;
}

.pricing-table th:last-child {
    border-top-right-radius: 1.2rem;
}

.pricing-table td {
    padding: 1.2rem 1.5rem;
    color: var(--text-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

/* 区域标题样式 */
.pricing-table td[data-i18n^="region-"] {
    background: var(--light-bg);
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.2rem;
    font-family: var(--font-family);
    letter-spacing: 0.5px;
}

/* 价格列样式 */
.pricing-table td:nth-child(4),
.pricing-table td:nth-child(5),
.pricing-table td:nth-child(6) {
    font-family: var(--font-family-mono);
    font-size: 1.2rem;
    color: var(--primary-color);
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* 国家代码列样式 */
.pricing-table td:nth-child(3) {
    font-family: var(--font-family-mono);
    font-size: 1.1rem;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.5px;
}

/* 交替行样式 */
.pricing-table tbody tr:nth-child(even):not([data-region]) {
    background: rgba(123, 198, 140, 0.03);
}

/* 悬停效果 */
.pricing-table tbody tr:hover:not([data-region]) {
    background: rgba(123, 198, 140, 0.08);
    transform: scale(1.001);
}

/* 表头固定 */
@media (min-width: 768px) {
    .pricing-table-container {
        max-height: 80vh;
        overflow-y: auto;
    }
    
    .pricing-table thead {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

/* 响应式调整 */
@media (max-width: 768px) {
    .pricing-table-container {
        margin: 2rem -1rem;
        border-radius: 0;
    }
    
    .pricing-table th,
    .pricing-table td {
        padding: 1rem;
        font-size: 0.9rem;
    }
    
    .pricing-table th {
        font-size: 1rem;
    }
    
    .pricing-table td:nth-child(2) {
        font-size: 0.95rem;
    }
    
    .pricing-table td:nth-child(3) {
        font-size: 1rem;
    }
    
    .pricing-table td:nth-child(4),
    .pricing-table td:nth-child(5),
    .pricing-table td:nth-child(6) {
        font-size: 1.1rem;
    }
    
    .pricing-table td[data-i18n^="region-"] {
        font-size: 1.1rem;
    }
}

/* 添加滚动条样式 */
.pricing-table-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.pricing-table-container::-webkit-scrollbar-track {
    background: rgba(123, 198, 140, 0.1);
    border-radius: 4px;
}

.pricing-table-container::-webkit-scrollbar-thumb {
    background: rgba(123, 198, 140, 0.3);
    border-radius: 4px;
}

.pricing-table-container::-webkit-scrollbar-thumb:hover {
    background: rgba(123, 198, 140, 0.5);
}

/* 弹框样式 */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.close-popup {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-color);
    opacity: 0.5;
}

.close-popup:hover {
    opacity: 1;
}

/* 复制提示框样式 */
.toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2000;
}

.toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* 优化微信号样式 */
.wechat-number {
    background: var(--light-bg);
    padding: 0.8rem 1.2rem;
    border-radius: 0.8rem;
    font-family: monospace;
    font-size: 1.2rem;
    color: var(--text-color);
    margin: 1rem 0;
    cursor: pointer;
    user-select: all;
    transition: all 0.3s ease;
}

.wechat-number:hover {
    background: rgba(123, 198, 140, 0.2);
}

.wechat-number:active {
    transform: scale(0.98);
}

/* 添加字体变量 */
:root {
    /* 原有变量 */
    --primary-color: #7BC68C;
    --secondary-color: #5BA970;
    --text-color: #2C3E50;
    --light-bg: #F0F9F1;
    --white: #FFFFFF;
    --hover-color: #69B37B;
    
    /* 添加字体变量 */
    --font-family: 'PingFang SC', 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-family-mono: 'SF Mono', 'Roboto Mono', Consolas, monospace;
} 