/* Slide 2 (VISION) Responsive Optimizations */
/* Using the same scaling approach as Slide 1 */

/* 减小 Slide 2 的整体比例 */
.swiper-wrapper > .swiper-slide:nth-child(2) {
    font-size: 0.9em;
}

/* Hero Section - 减小标题和间距 */
.swiper-wrapper > .swiper-slide:nth-child(2) h1 {
    font-size: 3rem !important;
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) h2 {
    font-size: 2.5rem !important;
    margin-bottom: 1.5rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) h3 {
    font-size: 1.5rem !important;
}

/* 减小段落文字 */
.swiper-wrapper > .swiper-slide:nth-child(2) p {
    font-size: 0.95rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .text-xl {
    font-size: 1.1rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .text-lg {
    font-size: 1rem !important;
}

/* 减小间距 */
.swiper-wrapper > .swiper-slide:nth-child(2) .mb-16 {
    margin-bottom: 2rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .mb-12 {
    margin-bottom: 2rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .mb-8 {
    margin-bottom: 1.5rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .mb-6 {
    margin-bottom: 1rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .mb-4 {
    margin-bottom: 0.75rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .mb-3 {
    margin-bottom: 0.5rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .mb-2 {
    margin-bottom: 0.25rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .mt-8 {
    margin-top: 1.5rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .mt-4 {
    margin-top: 0.75rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .py-20 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* 减小 padding */
.swiper-wrapper > .swiper-slide:nth-child(2) .glass-panel {
    padding: 1.5rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .p-8 {
    padding: 1.5rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .p-6 {
    padding: 1.25rem !important;
}

/* 减小数字大小 */
.swiper-wrapper > .swiper-slide:nth-child(2) .text-5xl {
    font-size: 2.5rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .text-4xl {
    font-size: 2rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .text-3xl {
    font-size: 1.75rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .text-2xl {
    font-size: 1.5rem !important;
}

/* 减小 emoji/icon 大小 */
.swiper-wrapper > .swiper-slide:nth-child(2) .text-6xl {
    font-size: 3rem !important;
}

/* 响应式调整 - 移动设备 */
@media (max-width: 768px) {
    .swiper-wrapper > .swiper-slide:nth-child(2) {
        font-size: 0.8em;
    }
    
    .swiper-wrapper > .swiper-slide:nth-child(2) h1 {
        font-size: 2rem !important;
        margin-top: 1rem !important;
    }
    
    .swiper-wrapper > .swiper-slide:nth-child(2) h2 {
        font-size: 1.75rem !important;
    }
    
    .swiper-wrapper > .swiper-slide:nth-child(2) h3 {
        font-size: 1.25rem !important;
    }
    
    .swiper-wrapper > .swiper-slide:nth-child(2) .py-20 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .swiper-wrapper > .swiper-slide:nth-child(2) .text-5xl {
        font-size: 2rem !important;
    }
    
    .swiper-wrapper > .swiper-slide:nth-child(2) .text-2xl {
        font-size: 1.25rem !important;
    }
}

/* 响应式调整 - 平板 */
@media (min-width: 769px) and (max-width: 1200px) {
    .swiper-wrapper > .swiper-slide:nth-child(2) {
        font-size: 0.85em;
    }
}

/* 确保内容不溢出 */
.swiper-wrapper > .swiper-slide:nth-child(2) section {
    max-height: 100vh;
    overflow-y: auto;
}

/* 优化网格布局 */
.swiper-wrapper > .swiper-slide:nth-child(2) .grid {
    gap: 1rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .gap-8 {
    gap: 1rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .gap-6 {
    gap: 0.75rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .gap-4 {
    gap: 0.5rem !important;
}

/* 优化卡片内部间距 */
.swiper-wrapper > .swiper-slide:nth-child(2) .glass-panel .mt-4 {
    margin-top: 0.75rem !important;
}

.swiper-wrapper > .swiper-slide:nth-child(2) .glass-panel .pt-4 {
    padding-top: 0.75rem !important;
}
