/*! style-enhancements.css v38e70be9 */
/* Generated: 2026-01-14 17:29:35 */
/* Domain: chn-oop-wukongsports.com */
/* Fast loading optimized */
/* Clean semantic markup */
/* Progressive enhancement */

.css_3c0afe {
    /* Random class Cd5566982 fingerprint optimization */
    display: none;
}

/**
 * Template7 - 渐变玻璃态风格增强样式
 */

/* 页面头部玻璃态效果 - 增强可见性 */
.page-header {
    background: var(--gradient-primary) !important;
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0.6;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h1,
.page-header h2,
.page-header .breadcrumb,
.page-header .breadcrumb a {
    color: #fff !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* 面包屑导航 - 增强可见性 */
.breadcrumb {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.breadcrumb-item a {
    color: #fff !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* 统计数字卡片 - 增强可见性 */
.stat-item {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    text-align: center;
}

.stat-item * {
    color: #fff !important;
}

.stat-item .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.stat-item .stat-label {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.stat-item:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: var(--shadow-glass);
    background: rgba(255, 255, 255, 0.3) !important;
}

/* 联系卡片 - 增强可见性 */
.contact-card {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 30px;
}

.contact-card * {
    color: #fff !important;
}

.contact-card .contact-icon i {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-card h4 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}

/* 表格玻璃态 */
.table {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.table thead {
    background: rgba(255, 255, 255, 0.25) !important;
}

.table th,
.table td {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* 模态框玻璃态 */
.modal-content {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}

.modal-header,
.modal-body,
.modal-footer {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.modal-header .modal-title {
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* 滚动条美化 */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-hover);
}

/* 加载动画 */
@keyframes glassShimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}

.glass-shimmer {
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.3) 50%, 
        rgba(255, 255, 255, 0.1) 100%);
    background-size: 1000px 100%;
    animation: glassShimmer 2s infinite;
}

/* 测试评价卡片 */
.testimonial-card-large {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 40px;
}

.testimonial-card-large * {
    color: #fff !important;
}

.testimonial-text-large {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 1.1rem;
    line-height: 1.8;
}

.author-name {
    color: #fff !important;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.author-title {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Badge样式 */
.badge {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6px 12px;
    border-radius: 15px;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.badge.bg-primary {
    background: var(--gradient-primary) !important;
}

/* 链接样式 */
a:not(.btn):not(.nav-link) {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
    transition: all 0.3s;
}

a:not(.btn):not(.nav-link):hover {
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    text-decoration: underline;
}

/* 按钮样式增强 */
.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff;
}

/* 服务区域背景 - 通用覆盖 */
.services-section,
section[class*="service"] {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 80px 0;
}

.services-section *,
section[class*="service"] * {
    color: #fff !important;
}

/* 新闻区域背景 */
.news-section,
section[class*="news"]:not(.news-card) {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 80px 0;
}

.news-section *,
section[class*="news"]:not(.news-card) * {
    color: #fff !important;
}

/* 工作案例区域背景 */
.works-section,
section[class*="works"]:not(.work-card) {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 80px 0;
}

.works-section *,
section[class*="works"]:not(.work-card) * {
    color: #fff !important;
}

/* Swiper轮播样式 */
.swiper {
    padding-bottom: 50px;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

/* 移动端优化 */
@media (max-width: 768px) {
    .page-header {
        padding: 40px 0;
    }
    
    .stat-item {
        margin-bottom: 20px;
        padding: 20px;
    }
    
    .contact-card {
        margin-bottom: 20px;
        padding: 20px;
    }
    
    .testimonial-card-large {
        padding: 25px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}
