/* =============================================
   Detection页面手机端样式 - 反无人机专业设计
   设计理念：黑白系 + 科技感 + 黑色视频完美融合
   ============================================= */

/* 手机端显示控制 */
@media (min-width: 1025px) {
    .mobile-enhanced-only {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .mobile-enhanced-only {
        display: block !important;
    }
    .pc-only-detection {
        display: none !important;
    }
}

/* =============================================
   全局黑色系基础样式
   ============================================= */
.mobile-enhanced-only {
    background: #fff;
    color: #000;
}

/* =============================================
   1. Hero Banner区 - 反无人机视觉冲击
   ============================================= */
.mobile-hero-banner {
    position: relative;
    width: 100%;
    padding: 60px 20px 50px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-hero-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #00ADEF 0%, #0066cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px rgba(0, 173, 239, 0.4);
}

.mobile-hero-icon svg {
    width: 40px;
    height: 40px;
    color: #00ADEF;
}

.mobile-hero-title h1 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px 0;
}

.mobile-hero-title h1 .highlight {
    color: #00ADEF;
    display: block;
}

.mobile-hero-subtitle {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.mobile-hero-tags {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.mobile-hero-tags .tag {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #00ADEF;
}

.mobile-hero-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.mobile-hero-cta .btn-primary,
.mobile-hero-cta .btn-secondary {
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-hero-cta .btn-primary {
    background: #00ADEF;
    color: #000;
}

.mobile-hero-cta .btn-secondary {
    background: transparent;
    color: #000;
    border: 1px solid #ddd;
}

/* =============================================
   2. 核心卖点区 - 反无人机能力
   ============================================= */
.mobile-features-section {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-features-header {
    text-align: center;
    padding: 0 20px 24px;
}

.mobile-features-header h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.mobile-features-header p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    margin: 0;
}

.mobile-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 20px;
}

.mobile-feature-card {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.mobile-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #00ADEF;
}

.mobile-feature-card h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.mobile-feature-card p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 12px 0;
}

.mobile-feature-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mobile-feature-specs .spec-tag {
    background: #00ADEF;
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    border: none;
    font-weight: 600;
    display: inline-block;
}

/* =============================================
   3. 视频展示区 - 产品展示
   ============================================= */
.mobile-video-section {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-video-header {
    text-align: center;
    padding: 0 20px 24px;
}

.mobile-video-header h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.mobile-video-header p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    margin: 0;
}

.mobile-video-swiper {
    padding: 0 20px;
}

.mobile-video-swiper .swiper-container {
    width: 100%;
    padding-bottom: 24px;
}

.mobile-video-swiper .swiper-slide {
    width: 90%;
}

.mobile-video-card {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.mobile-video-wrapper {
    position: relative;
    width: 100%;
    background: #fff;
}

.mobile-video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    max-height: 350px;
    object-fit: contain;
}

.mobile-video-badge {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 173, 239, 0.9);
    padding: 6px 12px;
    border-radius: 4px;
}

.mobile-video-badge span {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.mobile-video-info {
    padding: 16px;
}

.mobile-video-info h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.mobile-video-info p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 12px 0;
}

.mobile-video-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.mobile-video-specs .spec-item {
    background: #f5f5f5;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.mobile-video-specs .spec-item .label {
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    display: block;
    margin-bottom: 4px;
}

.mobile-video-specs .spec-item .value {
    color: #00ADEF;
    font-size: 12px;
    font-weight: 600;
}

.mobile-video-swiper .swiper-pagination {
    bottom: 0 !important;
}

.mobile-video-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 0.3;
}

.mobile-video-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00ADEF;
}

/* =============================================
   4. Solutions轮播区 - 反无人机系统
   ============================================= */
.mobile-solutions-section {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-ctn5-header {
    padding: 0 20px 24px;
    text-align: center;
}

.mobile-ctn5-header .subtitle {
    color: #00ADEF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}

.mobile-ctn5-header .main-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.mobile-ctn5-swiper {
    padding: 0 20px;
}

.mobile-ctn5-swiper .swiper-container {
    width: 100%;
    padding-bottom: 24px;
}

.mobile-ctn5-swiper .swiper-slide {
    width: 90%;
}

.mobile-slide-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.mobile-slide-card .card-image {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
}

.mobile-slide-card .card-image video {
    width: 100%;
    height: auto;
    display: block;
    min-height: 400px;
    max-height: 700px;
    object-fit: cover;
    transform: scale(1.3);
    transform-origin: center center;
}

.mobile-slide-card .card-badge {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 173, 239, 0.9);
    padding: 6px 12px;
    border-radius: 4px;
}

.mobile-slide-card .badge-label {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.mobile-slide-card .card-content {
    padding: 16px;
    background: #fafafa;
}

.mobile-slide-card .card-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.mobile-slide-card .card-description {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.mobile-ctn5-swiper .swiper-pagination {
    bottom: 0 !important;
}

.mobile-ctn5-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    opacity: 0.3;
}

.mobile-ctn5-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00ADEF;
}

/* =============================================
   5. CTA行动召唤区
   ============================================= */
.mobile-cta-section {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
}

.mobile-cta-content h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.mobile-cta-content p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.mobile-cta-button {
    display: inline-block;
    background: #00ADEF;
    color: #000;
    padding: 12px 36px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-cta-button:hover {
    background: #0099cc;
}

/* =============================================
   响应式优化
   ============================================= */
@media (max-width: 480px) {
    .mobile-hero-title h1 {
        font-size: 28px;
    }
    
    .mobile-hero-cta {
        flex-direction: column;
    }
    
    .mobile-hero-cta .btn-primary,
    .mobile-hero-cta .btn-secondary {
        width: 100%;
        text-align: center;
    }
    
    .mobile-features-header h2,
    .mobile-video-header h2,
    .mobile-ctn5-header .main-title,
    .mobile-cta-content h2 {
        font-size: 22px;
    }
    
    .mobile-video-specs {
        grid-template-columns: 1fr;
    }
}

/* 手机端显示控制 */
@media (min-width: 1025px) {
    .mobile-enhanced-only {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .mobile-enhanced-only {
        display: block !important;
    }
    .pc-only-detection {
        display: none !important;
    }
}

/* =============================================
   全局黑色系基础样式
   ============================================= */
.mobile-enhanced-only {
    background: #fff;
    color: #000;
}

/* =============================================
   1. Hero Banner区 - 简洁版
   ============================================= */
.mobile-hero-banner {
    position: relative;
    width: 100%;
    padding: 80px 20px 60px;
    background: #fff;
    text-align: center;
}

.mobile-hero-title h1 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.mobile-hero-title h1 .highlight {
    color: #00ADEF;
}

.mobile-hero-subtitle {
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 32px 0;
}

.mobile-hero-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.mobile-hero-cta .btn-primary,
.mobile-hero-cta .btn-secondary {
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-hero-cta .btn-primary {
    background: #00ADEF;
    color: #000;
}

.mobile-hero-cta .btn-secondary {
    background: transparent;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* =============================================
   2. 核心卖点区 - 简洁卡片
   ============================================= */
.mobile-features-section {
    background: #fff;
    padding: 50px 0;
}

.mobile-features-header {
    text-align: center;
    padding: 0 20px 30px;
}

.mobile-features-header h2 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.mobile-features-header p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin: 0;
}

.mobile-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 20px;
}

.mobile-feature-card {
    background: #f5f5f5;
    border: 1px solid #222;
    border-radius: 12px;
    padding: 24px 20px;
}

.mobile-feature-card h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.mobile-feature-card p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 14px 0;
}

.mobile-feature-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mobile-feature-specs .spec-tag {
    background: #00ADEF;
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    border: none;
    font-weight: 600;
    display: inline-block;
}

/* =============================================
   3. 视频展示区 - 简洁版
   ============================================= */
.mobile-video-section {
    background: #fff;
    padding: 50px 0;
}

.mobile-video-header {
    text-align: center;
    padding: 0 20px 30px;
}

.mobile-video-header h2 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.mobile-video-header p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin: 0;
}

.mobile-video-swiper {
    padding: 0 20px;
}

.mobile-video-swiper .swiper-container {
    width: 100%;
    padding-bottom: 30px;
}

.mobile-video-swiper .swiper-slide {
    width: 90%;
}

.mobile-video-card {
    background: #f5f5f5;
    border: 1px solid #222;
    border-radius: 12px;
    overflow: hidden;
}

.mobile-video-wrapper {
    position: relative;
    width: 100%;
    background: #fff;
}

.mobile-video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    max-height: 400px;
    object-fit: contain;
}

.mobile-video-badge {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 16px;
    border-radius: 20px;
}

.mobile-video-badge span {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.mobile-video-info {
    padding: 20px;
}

.mobile-video-info h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.mobile-video-info p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 14px 0;
}

.mobile-video-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.mobile-video-specs .spec-item {
    background: #1a1a1a;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}

.mobile-video-specs .spec-item .label {
    color: rgba(0, 0, 0, 0.4);
    font-size: 11px;
    display: block;
    margin-bottom: 4px;
}

.mobile-video-specs .spec-item .value {
    color: #00ADEF;
    font-size: 13px;
    font-weight: 600;
}

.mobile-video-swiper .swiper-pagination {
    bottom: 0 !important;
}

.mobile-video-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 0.3;
}

.mobile-video-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00ADEF;
}

/* =============================================
   4. Solutions轮播区 - 简洁黑色系
   ============================================= */
.mobile-solutions-section {
    background: #fff;
    padding: 50px 0;
}

.mobile-ctn5-header {
    padding: 0 20px 30px;
    text-align: center;
}

.mobile-ctn5-header .subtitle {
    color: #00ADEF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.mobile-ctn5-header .main-title {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.mobile-ctn5-swiper {
    padding: 0 20px;
}

.mobile-ctn5-swiper .swiper-container {
    width: 100%;
    padding-bottom: 30px;
}

.mobile-ctn5-swiper .swiper-slide {
    width: 90%;
}

.mobile-slide-card {
    background: #f5f5f5;
    border: 1px solid #222;
    border-radius: 12px;
    overflow: hidden;
}

.mobile-slide-card .card-image {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
}

.mobile-slide-card .card-image video {
    width: 100%;
    height: auto;
    display: block;
    max-height: 400px;
    object-fit: contain;
}

.mobile-slide-card .card-badge {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 16px;
    border-radius: 20px;
}

.mobile-slide-card .badge-label {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.mobile-slide-card .card-content {
    padding: 20px;
}

.mobile-slide-card .card-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.mobile-slide-card .card-description {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.mobile-ctn5-swiper .swiper-pagination {
    bottom: 0 !important;
}

.mobile-ctn5-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    opacity: 0.3;
}

.mobile-ctn5-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00ADEF;
}

/* =============================================
   5. CTA行动召唤区 - 简洁版
   ============================================= */
.mobile-cta-section {
    background: #fff;
    border-top: 1px solid #222;
    padding: 50px 20px;
    text-align: center;
}

.mobile-cta-content h2 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.mobile-cta-content p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.mobile-cta-button {
    display: inline-block;
    background: #00ADEF;
    color: #000;
    padding: 14px 40px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-cta-button:hover {
    background: #0099cc;
}

/* =============================================
   响应式优化
   ============================================= */
@media (max-width: 480px) {
    .mobile-hero-title h1 {
        font-size: 30px;
    }
    
    .mobile-hero-cta {
        flex-direction: column;
    }
    
    .mobile-hero-cta .btn-primary,
    .mobile-hero-cta .btn-secondary {
        width: 100%;
        text-align: center;
    }
    
    .mobile-features-header h2,
    .mobile-video-header h2,
    .mobile-ctn5-header .main-title,
    .mobile-cta-content h2 {
        font-size: 24px;
    }
    
    .mobile-video-specs {
        grid-template-columns: 1fr;
    }
}
