/* ============================================   康棒·家 - 首页移动端响应式适配样式   独立CSS文件，不影响PC端显示   ============================================ */

/* ---- 全局：去除超链接默认下划线 ---- */
a { text-decoration: none; }
a:hover { text-decoration: none; }

/* ---- 一、首页 Hero 区域适配 - 优化手机端顶部间距 ---- */

@media (max-width: 768px) {    
/* 双栏改单栏 */    .hero-wrapper {        grid-template-columns: 1fr !important;        gap: 30px !important;        padding-top: 1.5rem !important;        padding-bottom: 2rem !important;        padding-left: 16px !important;        padding-right: 16px !important;}
.hero-right { display: none !important;}
.hero-left { order: 1 !important;}
/* 左栏内容调整 */    .hero-title {        font-size: 1.65rem !important;        line-height: 1.15 !important;}
.hero-title-accent { font-size: 1.2rem;}
.hero-subtitle {        font-size: 0.88rem !important;        margin-bottom: 1rem !important;        line-height: 1.6 !important;}
.hero-subtitle-highlight {        font-size: 0.8rem !important;        padding: 5px 12px !important;}
.hero-badge {        font-size: 0.75rem !important;        padding: 7px 14px !important;        margin-bottom: 1rem !important;}
.hero-badge-dot { width: 6px !important; height: 6px !important;}
/* CTA 按钮 */    .hero-cta { gap: 10px !important; margin-bottom: 0 !important;}
.hero-btn-primary {        padding: 12px 24px !important;        font-size: 0.88rem !important;}
.hero-btn-primary svg { width: 16px !important; height: 16px !important;}
.hero-btn-secondary {        padding: 12px 20px !important;        font-size: 0.85rem !important;}
.hero-btn-secondary svg { width: 14px !important; height: 14px !important;}
/* 底部统计 */    .hero-stats-left {        grid-template-columns: repeat(3, 1fr) !important;        gap: 8px !important;        margin-top: 24px !important;        padding-top: 20px !important;}
.hero-stat-item { gap: 8px !important;}
.hero-stat-icon-sm {        width: 36px !important; height: 36px !important;        border-radius: 10px !important;}
.hero-stat-icon-sm svg { width: 18px !important; height: 18px !important;}
.hero-stat-num { font-size: 1.15rem !important;}
.hero-stat-lbl { font-size: 0.65rem !important;}
.hero-grid-bg { background-size: 30px 30px !important;}
}


@media (max-width: 480px) {    .hero-wrapper { gap: 20px !important;}
.hero-title { font-size: 1.35rem !important;}
.hero-title-accent { font-size: 1rem;}
.hero-subtitle { font-size: 0.8rem !important;}
.hero-subtitle-highlight { font-size: 0.72rem !important;}
.hero-top { margin-bottom: 1rem !important;}
.hero-cta {        flex-direction: row !important;        align-items: center !important;        gap: 10px !important;        flex-wrap: nowrap !important;}
.hero-btn-primary,    .hero-btn-secondary { justify-content: center !important;        flex: 1 !important;        white-space: nowrap !important;}
.hero-stats-left {        grid-template-columns: repeat(3, 1fr) !important;        gap: 6px !important;        margin-top: 20px !important;        padding-top: 16px !important;}
.hero-stat-icon-sm {        width: 32px !important; height: 32px !important;        border-radius: 8px !important;}
.hero-stat-icon-sm svg { width: 16px !important; height: 16px !important;}
.hero-stat-num { font-size: 1rem !important;}
.hero-stat-lbl { font-size: 0.6rem !important;}
.hero-badge { font-size: 0.68rem !important; padding: 5px 10px !important;}
.hero-badge svg { width: 12px !important; height: 12px !important;}
}


/* ---- 二、Section 通用适配 ---- */

@media (max-width: 768px) {    .section {        padding: 48px 0 !important;}
.section-container {        padding-left: 16px !important;        padding-right: 16px !important;}
.section-heading {        margin-bottom: 36px !important;}
.section-heading-left {        margin-bottom: 32px !important;}
.section-heading h2,    .section-heading-left h2 {        font-size: 1.5rem !important;}
.section-heading p,    .section-heading-left p {        font-size: 0.9rem !important;}
.heading-decor::before,    .heading-decor::after {        width: 28px !important;        height: 2px !important;}
.section-title {        font-size: 1.5rem !important;}
.section-subtitle {        font-size: 0.9rem !important;}
}


@media (max-width: 480px) {    .section {        padding: 36px 0 !important;}
.section-heading {        margin-bottom: 28px !important;}
.section-heading h2,    .section-heading-left h2 {        font-size: 1.3rem !important;}
.section-heading p,    .section-heading-left p {        font-size: 0.82rem !important;}
}


/* ---- 三、网格系统适配 ---- */

@media (max-width: 768px) {    .grid-2,    .grid-3,    .grid-4 {        grid-template-columns: 1fr !important;        gap: 16px !important;}
}


@media (max-width: 480px) {    .grid-2,    .grid-3,    .grid-4 {        gap: 12px !important;}
/* 极小屏保持6项列表为2列 */    .empower-card .grid-3 {        grid-template-columns: repeat(2, 1fr) !important;}
}


/* ---- 四、卡片适配 ---- */

@media (max-width: 768px) {    .card-modern {        padding: 22px !important;        border-radius: 20px !important;}
.card-highlight {        border-left-width: 4px !important;}
.card-modern:hover {        transform: translateY(-3px) !important;}
.icon-box {        width: 52px !important;        height: 52px !important;        border-radius: 14px !important;        margin-bottom: 14px !important;}
.icon-box i {        font-size: 1.3rem !important;}
.card-modern h3 {        font-size: 1rem !important;}
.card-modern p {        font-size: 0.85rem !important;}
}


@media (max-width: 480px) {    .card-modern {        padding: 18px !important;        border-radius: 16px !important;}
.icon-box {        width: 44px !important;        height: 44px !important;        border-radius: 12px !important;        margin-bottom: 12px !important;}
.icon-box i {        font-size: 1.15rem !important;}
.card-modern h3 {        font-size: 0.95rem !important;}
.card-modern p {        font-size: 0.8rem !important;}
}


/* ---- 五、重要说明模块适配 ---- */

@media (max-width: 768px) {    .card-highlight .badge-modern {        font-size: 0.72rem !important;        padding: 5px 10px !important;}
.badge-modern {        font-size: 0.75rem !important;        padding: 5px 10px !important;}
}


@media (max-width: 480px) {    .badge-modern {        font-size: 0.7rem !important;        padding: 4px 9px !important;        gap: 4px !important;}
}


/* ---- 三、feature-all.html Hero 区域适配 ---- */

@media (max-width: 768px) {
    .hero-section {
        padding-top: 1.5rem !important;
        padding-bottom: 2rem !important;
    }
    .hero-inner {
        padding-top: 1rem !important;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding-top: 1rem !important;
        padding-bottom: 1.5rem !important;
    }
}

/* ---- 六、出海好时机模块适配 ---- */

@media (max-width: 768px) {    .section-alt .grid-4 {        grid-template-columns: repeat(2, 1fr) !important;        gap: 12px !important;}
}


@media (max-width: 480px) {    .section-alt .grid-4 {        grid-template-columns: 1fr !important;        gap: 10px !important;}
}


/* ---- 七、平台硬核实 + 出海全流程适配 ---- */

@media (max-width: 768px) {    .step-number {        width: 30px !important;        height: 30px !important;        border-radius: 10px !important;        font-size: 0.8rem !important;        margin-right: 8px !important;}
.feature-list li {        font-size: 0.88rem !important;        margin-bottom: 10px !important;}
.card-amber .icon-box {        width: 44px !important;        height: 44px !important;        border-radius: 12px !important;}
}


@media (max-width: 480px) {    .step-number {        width: 26px !important;        height: 26px !important;        border-radius: 8px !important;        font-size: 0.7rem !important;}
.feature-list li {        font-size: 0.82rem !important;}
}


/* ---- 八、六大赋能体系适配 ---- */

@media (max-width: 768px) {    .section-white .grid-3 {        grid-template-columns: repeat(2, 1fr) !important;        gap: 12px !important;}
}


@media (max-width: 480px) {    .section-white .grid-3 {        grid-template-columns: 1fr !important;        gap: 10px !important;}
}


/* ---- 九、产品矩阵适配 ---- */

@media (max-width: 768px) {    .product-tags {        gap: 6px !important;}
.product-tags .badge-modern {        font-size: 0.72rem !important;        padding: 5px 10px !important;}
}


@media (max-width: 480px) {    .product-tags .badge-modern {        font-size: 0.68rem !important;        padding: 4px 8px !important;}
}


/* ---- 十、全球贸易仓适配 ---- */

@media (max-width: 768px) {    .warehouse-status {        top: 18px !important;        right: 18px !important;        font-size: 0.7rem !important;        padding: 4px 10px !important;}
.warehouse-card .icon-box {        width: 44px !important;        height: 44px !important;        border-radius: 12px !important;}
}


/* ---- 十一、核心背书适配 ---- */

@media (max-width: 768px) {    .core-cta-card {        padding: 40px 24px !important;        border-radius: 24px !important;}
.core-cta-card h2 {        font-size: 1.35rem !important;}
.core-cta-card p {        font-size: 0.9rem !important;        margin-bottom: 20px !important;}
.core-cta-card .cta-icon {        width: 56px !important;        height: 56px !important;        border-radius: 20px !important;        margin-bottom: 16px !important;}
.core-cta-card .cta-icon i {        font-size: 1.8rem !important;}
}


@media (max-width: 480px) {    .core-cta-card {        padding: 28px 18px !important;        border-radius: 20px !important;}
.core-cta-card h2 {        font-size: 1.15rem !important;}
.core-cta-card p {        font-size: 0.82rem !important;}
.core-cta-card .cta-icon {        width: 48px !important;        height: 48px !important;        border-radius: 16px !important;}
.core-cta-card .cta-icon i {        font-size: 1.5rem !important;}
.core-cta-card .badge-modern {        font-size: 0.78rem !important;        padding: 7px 18px !important;}
}


/* ---- 十二、六项赋能强化适配 ---- */

@media (max-width: 768px) {    .empower-card {        padding: 24px !important;        border-radius: 20px !important;}
.empower-divider {        margin: 16px 0 !important;}
.empower-item {        font-size: 0.85rem !important;        padding: 6px 0 !important;}
.empower-card .icon-box {        width: 40px !important;        height: 40px !important;        border-radius: 12px !important;}
}


@media (max-width: 480px) {    .empower-card {        padding: 18px !important;        border-radius: 16px !important;}
.empower-item {        font-size: 0.78rem !important;        padding: 5px 0 !important;}
}


/* ---- 十三、新闻资讯适配 ---- */

@media (max-width: 768px) {    .section-alt .grid-3 {        grid-template-columns: 1fr !important;        gap: 14px !important;}
.news-card-img {        height: 180px !important;}
.news-card-body {        padding: 18px !important;}
.news-card-title {        font-size: 0.95rem !important;}
.news-card-desc {        font-size: 0.82rem !important;}
.news-card-date {        font-size: 0.78rem !important;        margin-bottom: 8px !important;}
/* 手机端只显示3条新闻 */    .section-alt .grid-3 > a:nth-child(n+4) {        display: none !important;}
}


@media (max-width: 480px) {    .news-card-img {        height: 160px !important;}
.news-card-body {        padding: 14px !important;}
.news-card-title {        font-size: 0.9rem !important;}
.news-card-desc {        font-size: 0.78rem !important;}
}


/* ---- 十四、CTA底部区域适配 ---- */

@media (max-width: 768px) {    section[style*="background: linear-gradient(165deg"] {        padding: 52px 0 !important;}
section[style*="background: linear-gradient(165deg"] h2 {        font-size: 1.45rem !important;}
section[style*="background: linear-gradient(165deg"] p {        font-size: 0.9rem !important;        margin-bottom: 36px !important;}
/* CTA 联系卡片 2列 */    section[style*="background: linear-gradient(165deg"] .grid-3 {        grid-template-columns: repeat(2, 1fr) !important;        gap: 10px !important;        margin-bottom: 32px !important;}
.contact-glass-card {        padding: 22px 14px !important;        border-radius: 18px !important;}
.contact-glass-card i {        font-size: 1.5rem !important;        margin-bottom: 10px !important;}
.contact-glass-card .contact-label {        font-size: 0.75rem !important;}
.contact-glass-card .contact-value {        font-size: 0.95rem !important;}
.btn-white {        padding: 14px 32px !important;        font-size: 0.9rem !important;}
}


@media (max-width: 480px) {    section[style*="background: linear-gradient(165deg"] {        padding: 40px 0 !important;}
section[style*="background: linear-gradient(165deg"] h2 {        font-size: 1.2rem !important;}
section[style*="background: linear-gradient(165deg"] p {        font-size: 0.82rem !important;        margin-bottom: 28px !important;}
/* CTA 卡片单列 */    section[style*="background: linear-gradient(165deg"] .grid-3 {        grid-template-columns: 1fr !important;        gap: 8px !important;        margin-bottom: 24px !important;}
/* 隐藏网站URL卡片避免溢出 */    section[style*="background: linear-gradient(165deg"] .grid-3 .contact-glass-card:nth-child(2) {        display: none !important;}
.contact-glass-card {        padding: 18px 12px !important;        border-radius: 14px !important;}
.contact-glass-card i {        font-size: 1.3rem !important;        margin-bottom: 8px !important;}
.contact-glass-card .contact-label {        font-size: 0.7rem !important;}
.contact-glass-card .contact-value {        font-size: 0.85rem !important;}
.btn-white {        padding: 12px 28px !important;        font-size: 0.85rem !important;}
}


/* ---- 十五、滚动动画适配 - 提前触发 ---- */

@media (max-width: 768px) {    .animate-on-scroll {        transform: translateY(16px);}
}


/* ---- 十六、按钮适配 ---- */

@media (max-width: 768px) {    .btn-primary,    .btn-white,    .btn-amber {        padding: 12px 24px !important;        font-size: 0.88rem !important;        border-radius: 50px !important;}
}


@media (max-width: 480px) {    .btn-primary,    .btn-white,    .btn-amber {        padding: 10px 20px !important;        font-size: 0.82rem !important;}
}

/* ============================================   以下为其他子页面移动端样式（保留原有）   ============================================ */

/* ---- 全局基础适配 (768px以下) ---- */

@media (max-width: 768px) {    section.py-24 {        padding-top: 3rem !important;        padding-bottom: 3rem !important;}
section.py-20 {        padding-top: 2.8rem !important;        padding-bottom: 2.8rem !important;}
section.py-16 {        padding-top: 2.5rem !important;        padding-bottom: 2.5rem !important;}
.text-5xl { font-size: 2rem !important;}
.text-4xl { font-size: 1.65rem !important;}
.text-3xl { font-size: 1.35rem !important;}
section .text-xl { font-size: 1rem !important;}
section .text-lg:not(nav .text-lg) { font-size: 0.95rem !important;}
section .mb-16 { margin-bottom: 2rem !important;}
section .mb-12 { margin-bottom: 1.5rem !important;}
.grid-cols-4, .lg\:grid-cols-4, .md\:grid-cols-4 {        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;}
section .gap-8 { gap: 1rem !important;}
section .gap-6 { gap: 0.75rem !important;}
section .gap-12 { gap: 1.5rem !important;}
section .gap-16 { gap: 1.5rem !important;}
section .p-8 { padding: 1.25rem !important;}
section .p-6:not(nav .p-6) { padding: 1rem !important;}
.overflow-hidden:has(> table),    div:has(> table.w-full) {        overflow-x: auto !important;        -webkit-overflow-scrolling: touch;}
table.w-full { min-width: 600px;}
table th, table td {        padding: 0.65rem 0.75rem !important;        font-size: 0.8rem !important;}
img { max-width: 100%; height: auto;}
section .flex-col.sm\:flex-row {        flex-direction: column !important;}
section .flex-col.sm\:flex-row > * {        width: 100%;        text-align: center;        justify-content: center;}
}


/* ---- 全局极小屏适配 (480px以下) ---- */

@media (max-width: 480px) {    section.py-24 { padding-top: 2rem !important; padding-bottom: 2rem !important;}
section.py-20 { padding-top: 1.8rem !important; padding-bottom: 1.8rem !important;}
.text-5xl { font-size: 1.65rem !important;}
.text-4xl { font-size: 1.4rem !important;}
.text-3xl { font-size: 1.2rem !important;}
.text-2xl { font-size: 1.1rem !important;}
section .gap-8 { gap: 0.65rem !important;}
section .gap-6 { gap: 0.55rem !important;}
section .p-8 { padding: 1rem !important;}
section .p-6:not(nav .p-6) { padding: 0.85rem !important;}
section .p-5 { padding: 0.75rem !important;}
.grid.grid-cols-2 { gap: 0.5rem !important;}
table th, table td {        padding: 0.5rem 0.6rem !important;        font-size: 0.75rem !important;}
}


/* ---- 头部导航适配（保留原有） ---- */

@media (max-width: 768px) {    .mobile-menu-panel {        height: 100vh; height: 100dvh; padding-bottom: 0;}
.mobile-menu-links {        flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch;        scrollbar-width: none; padding-bottom: 0.5rem;}
.mobile-menu-links::-webkit-scrollbar { display: none;}
.mobile-menu-footer {        position: sticky; bottom: 0;        background: linear-gradient(180deg, #2563eb 0%, #1e3a8a 100%);        padding: 0.75rem 0.875rem;        border-top: 1px solid rgba(255, 255, 255, 0.15);        flex-shrink: 0;}
.mobile-menu-actions {        display: flex; flex-direction: column; gap: 0.5rem;}
.mobile-menu-actions .mobile-action-btn {        padding: 0.65rem 1rem; font-size: 0.9rem;}
.mobile-menu-panel { width: min(88vw, 320px);}
}


@media (max-width: 480px) {    .mobile-menu-panel { width: 92vw;}
.mobile-menu-footer { padding: 0.6rem 0.75rem;}
.mobile-menu-actions { gap: 0.4rem;}
.mobile-menu-actions .mobile-action-btn {        padding: 0.55rem 0.875rem; font-size: 0.85rem;}
}

/* 底部导航栏避让 */#mobile-bottom-nav { padding-bottom: env(safe-area-inset-bottom, 0px);}
/* ---- 其他子页面适配（保留原有） ---- */
/* 子页面Hero适配 - 优化手机端banner与顶部间距 */

@media (max-width: 768px) {    section.bg-slate-950 { padding-top: 0 !important;}
section.bg-slate-950 > div.relative {        padding-top: 2rem !important; padding-bottom: 2rem !important;}
section.bg-slate-950 h1 {        font-size: 1.75rem !important; line-height: 1.2 !important; margin-bottom: 0.75rem !important;}
section.bg-slate-950 p { font-size: 0.9rem !important;}
section.bg-slate-950 .inline-flex {        font-size: 0.75rem !important; padding: 0.3rem 0.7rem !important; margin-bottom: 0.75rem !important;}
}


@media (max-width: 480px) {    section.bg-slate-950 > div.relative {        padding-top: 1.5rem !important; padding-bottom: 1.5rem !important;}
section.bg-slate-950 h1 { font-size: 1.5rem !important;}
}

/* 关于我们页面适配 */

@media (max-width: 768px) {    .bg-slate-950 .grid.grid-cols-2.md\:grid-cols-4 { gap: 0.5rem !important;}
.bg-slate-950 .grid.grid-cols-2.md\:grid-cols-4 > div { padding: 0.75rem !important;}
.bg-slate-950 .grid.grid-cols-2.md\:grid-cols-4 .text-2xl { font-size: 1.35rem !important;}
.flex.flex-wrap.gap-3 span { font-size: 0.8rem !important; padding: 0.3rem 0.6rem !important;}
.grid.grid-cols-1.lg\:grid-cols-2 > article { padding: 1.25rem !important;}
.grid.grid-cols-1.lg\:grid-cols-2 > article .grid.grid-cols-2 { gap: 0.5rem !important;}
.grid.grid-cols-1.md\:grid-cols-3.gap-4.md\:gap-5 {        grid-template-columns: 1fr !important; gap: 0.65rem !important;}
.grid.grid-cols-1.md\:grid-cols-3.gap-4.md\:gap-5 > div { padding: 1rem !important;}
.grid.grid-cols-2.md\:grid-cols-4.gap-3 {        grid-template-columns: repeat(2, 1fr) !important; gap: 0.5rem !important;}
.space-y-3 li { font-size: 0.88rem !important;}
}

/* 联系我们页面适配 */

@media (max-width: 768px) {    main .grid.grid-cols-1.md\:grid-cols-3.gap-5 { gap: 0.65rem !important;}
main .grid.grid-cols-1.md\:grid-cols-3.gap-5 a { padding: 1rem !important;}
main .grid.grid-cols-1.md\:grid-cols-3.gap-5 .w-12.h-12 {        width: 2.5rem !important; height: 2.5rem !important; margin-bottom: 0.6rem !important;}
main .grid.grid-cols-1.md\:grid-cols-3.gap-5 .text-xl { font-size: 1.05rem !important;}
.grid.grid-cols-1.lg\:grid-cols-2.gap-6.md\:gap-8 { gap: 0.75rem !important;}
.grid.grid-cols-1.lg\:grid-cols-2.gap-6.md\:gap-8 section { padding: 1.25rem !important;}
}

/* 新闻列表页面适配 */

@media (max-width: 768px) {    .grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3.gap-6.md\:gap-8 {        grid-template-columns: 1fr !important; gap: 0.75rem !important;}
.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3 .group .p-5.md\:p-6 { padding: 1rem !important;}
.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3 .group h3 { font-size: 1rem !important;}
.group .aspect-\[16\/10\] { aspect-ratio: 16/9;}
}

/* 新闻详情页面适配 */

@media (max-width: 768px) {    .grid.grid-cols-1.lg\:grid-cols-4 { gap: 1rem !important;}
.grid.grid-cols-1.lg\:grid-cols-4 aside .sticky {        position: relative !important; top: auto !important;}
article .text-2xl.md\:text-3xl { font-size: 1.3rem !important; line-height: 1.35 !important;}
article .rounded-3xl.bg-white { padding: 1.25rem !important;}
}

/* 底部页脚适配 */

@media (max-width: 768px) {    .site-footer { padding: 1.5rem 0 5rem !important;}
.site-footer .footer-main {        grid-template-columns: 1fr !important;        gap: 1.25rem !important;}
.site-footer .footer-brand { max-width: 100%;}
.site-footer .footer-contact { min-width: auto;}
.site-footer .footer-qrcode h4 { display: none;}
.site-footer .footer-qrcode .qrcode-box { padding: 4px;}
.site-footer .footer-qrcode img { width: 56px; height: 56px;}
.site-footer .footer-qrcode p { display: none;}
.site-footer .footer-copyright {        flex-direction: column;        text-align: center;}
.back-to-top { bottom: 5.5rem !important; right: 1rem !important; z-index: 998 !important;}
}


@media (max-width: 480px) {    .site-footer { padding: 1rem 0 5rem !important;}
.site-footer .footer-main { gap: 0.85rem !important;}
.site-footer .footer-brand p { font-size: 0.78rem;}
.site-footer .footer-contact span { font-size: 0.78rem;}
}

/* 移动端底部导航栏避让 */#mobile-bottom-nav { padding-bottom: env(safe-area-inset-bottom, 0px);}
/* ============================================   移动端底部悬浮导航   ============================================ */.mobile-bottom-nav {    display: none;    position: fixed;    bottom: 0;    left: 0;    right: 0;    z-index: 998;    background: rgba(255, 255, 255, 0.95);    backdrop-filter: blur(16px);    border-top: 1px solid rgba(226, 232, 240, 0.8);    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);    padding: 0.5rem 0.75rem env(safe-area-inset-bottom, 0.5rem);}
.mobile-bottom-nav .nav-inner {    display: flex;    justify-content: space-around;    align-items: center;    max-width: 480px;    margin: 0 auto;}
.mobile-bottom-nav .nav-item {    display: flex;    flex-direction: column;    align-items: center;    gap: 0.2rem;    padding: 0.35rem 0.5rem;    text-decoration: none;    color: #64748b;    font-size: 0.65rem;    font-weight: 500;    transition: color 0.3s;    min-width: 56px;}
.mobile-bottom-nav .nav-item i {    font-size: 1.2rem;}
.mobile-bottom-nav .nav-item:hover,.mobile-bottom-nav .nav-item.active {    color: #2563eb;}
.mobile-bottom-nav .nav-item-cta {    background: linear-gradient(135deg, #fbbf24, #f59e0b);    color: #0c0a2a;    border-radius: 50px;    padding: 0.5rem 1rem;    font-weight: 700;    font-size: 0.7rem;    flex-direction: row;    gap: 0.3rem;    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);}
.mobile-bottom-nav .nav-item-cta i {    font-size: 0.8rem;}
@media (max-width: 768px) {    .mobile-bottom-nav {        display: block;}
}

/* feature-all.html 页面底部导航栏避让 */

@media (max-width: 768px) {    .pb-safe-area { padding-bottom: 5rem !important;}
}


@media (max-width: 1024px) {
    :root {
        --module-max-width: 1200px;
    }
}

@media (max-width: 768px) {
    #products .inline-flex.bg-gray-100.rounded-full.p-1.gap-1 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.4rem;
        width: min(100%, 24rem);
        border-radius: 1.1rem;
        padding: 0.4rem;
    }
}

@media (max-width: 1024px) {
    #content-sales .order-1.lg\:order-2,
    #content-teacher .order-1.lg\:order-2,
    #content-parent .order-1.lg\:order-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #content-sales .bg-white.rounded-\[3rem\],
    #content-teacher .bg-white.rounded-\[3rem\],
    #content-parent .bg-white.rounded-\[2rem\] {
        width: min(100%, 23rem) !important;
    }
}


/* ---- 返回顶部按钮适配 ---- */

@media (max-width: 767px) {    .back-to-top {        bottom: 5.5rem !important;        right: 1rem !important;        z-index: 997 !important;}
}


/* ---- 新闻详情适配 ---- */

@media (max-width: 767px) {    .news-content {        font-size: 0.938rem;        line-height: 1.8;}
.news-content h2 {        font-size: 1.3rem;}
.news-content h3 {        font-size: 1.12rem;}
.news-pagination a,    .news-pagination span {        min-width: 2rem;        height: 2rem;        font-size: 0.8rem;        padding: 0 0.45rem;        border: none;        box-shadow: none;}
}


/* ---- 新闻面包屑适配 ---- */

@media (max-width: 767px) {    .news-breadcrumb {        font-size: 0.75rem;}
.news-breadcrumb-current {        max-width: 180px;}
}


/* ---- 首页 PC/平板过渡适配 (1024px) ---- */

@media (max-width: 1024px) {    .grid-4 { grid-template-columns: repeat(2, 1fr);}
.grid-3 { grid-template-columns: repeat(2, 1fr);}
.hero-wrapper {        grid-template-columns: 1fr;        gap: 40px;        padding-top: 60px; padding-bottom: 48px;}
.hero-right { display: none;}
.hero-title { font-size: 2.4rem;}
.hero-stats-left { gap: 10px;}
.hero-stat-icon-sm { width: 40px; height: 40px;}
.hero-stat-num { font-size: 1.3rem;}
.section { padding: 72px 0;}
}


/* ---- 首页移动端适配 (768px) ---- */

@media (max-width: 768px) {    .hero-title { font-size: 1.75rem;}
.hero-subtitle { font-size: 1rem;}
.grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr;}
.section { padding: 52px 0;}
.card-modern { padding: 24px; border-radius: 24px;}
.section-title { font-size: 1.6rem;}
.core-cta-card { padding: 48px 24px;}
.section-heading h2,    .section-heading-left h2 { font-size: 1.6rem;}
.contact-glass-card { padding: 24px 16px;}
}


/* ---- 产品Tab适配 ---- */

@media (max-width: 768px) {    #products .inline-flex.bg-gray-100.rounded-full.p-1.gap-1 {        display: grid;        grid-template-columns: repeat(2, minmax(0, 1fr));        gap: 0.4rem;        width: min(100%, 24rem);        border-radius: 1.1rem;        padding: 0.4rem;}
#products .tab-btn {        justify-content: center;        width: 100%;        padding-left: 0.95rem;        padding-right: 0.95rem;}
}


/* ---- 产品视觉适配 ---- */

@media (max-width: 1024px) {    .product-visual .bg-white.rounded-\[3rem\],    .product-visual .bg-white.rounded-\[2rem\],    .product-visual .bg-white.rounded-2xl {        transform: none;}
}


/* ---- 头部导航移动端适配 ---- */
@media (max-width: 768px) {
    .nav-desktop,
    .header-actions {
        display: none !important;
    }
    .mobile-menu-toggle {
        display: flex !important;
    }
    .header-inner {
        padding: 0.8rem 0;
    }
    .logo img {
        height: 38px;
    }
    .container {
        padding: 0 20px;
    }
    .header-spacer {
        height: 60px;
    }
}

/* ---- 返回顶部按钮适配 ---- */
@media (max-width: 767px) {
    .back-to-top {
        bottom: 5.5rem !important;
        right: 1rem !important;
        z-index: 997 !important;
    }
}

/* ============================================
   首页模块深度移动端优化
   ============================================ */

/* ---- 重要说明模块 ---- */
@media (max-width: 768px) {
    .section[style*="padding: 40px 0"] {
        padding: 24px 0 !important;
    }
    .section[style*="padding: 40px 0"] .card-modern {
        padding: 16px !important;
    }
    .section[style*="padding: 40px 0"] .badge-modern {
        font-size: 0.68rem !important;
        padding: 4px 8px !important;
    }
}

/* ---- Hero 区域深度优化 ---- */
@media (max-width: 768px) {
    .hero-section {
        min-height: auto !important;
    }
    .hero-section::before {
        background-size: 60% 60%, 70% 70%, 50% 50% !important;
    }
    .hero-wrapper {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding-top: 3rem !important;
        padding-bottom: 2.5rem !important;
    }
    .hero-right {
        display: none !important;
    }
    .hero-left {
        order: 1 !important;
        width: 100% !important;
    }
    .hero-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
    }
    .hero-title-main {
        display: block !important;
    }
    .hero-title-accent {
        font-size: 1.15rem !important;
    }
    .hero-subtitle-wrap {
        margin-bottom: 20px !important;
    }
    .hero-subtitle {
        font-size: 0.85rem !important;
        line-height: 1.55 !important;
        margin-bottom: 12px !important;
    }
    .hero-subtitle-highlight {
        font-size: 0.78rem !important;
        padding: 5px 12px !important;
    }
    .hero-badge {
        font-size: 0.72rem !important;
        padding: 6px 12px !important;
        margin-bottom: 12px !important;
    }
    .hero-cta {
        flex-direction: row !important;
        gap: 10px !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }
    .hero-btn-primary,
    .hero-btn-secondary {
        justify-content: center !important;
        text-align: center !important;
        flex: 1 !important;
        white-space: nowrap !important;
    }
    .hero-btn-primary {
        padding: 14px 20px !important;
        font-size: 0.9rem !important;
    }
    .hero-btn-secondary {
        padding: 12px 20px !important;
        font-size: 0.88rem !important;
    }
    .hero-stats-left {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
        margin-top: 20px !important;
        padding-top: 16px !important;
    }
    .hero-stat-item {
        flex-direction: column !important;
        text-align: center !important;
        gap: 4px !important;
    }
    .hero-stat-icon-sm {
        width: 34px !important;
        height: 34px !important;
        border-radius: 8px !important;
        margin: 0 auto !important;
    }
    .hero-stat-icon-sm svg {
        width: 16px !important;
        height: 16px !important;
    }
    .hero-stat-num {
        font-size: 1.05rem !important;
    }
    .hero-stat-lbl {
        font-size: 0.6rem !important;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.35rem !important;
    }
    .hero-title-accent {
        font-size: 1rem !important;
    }
    .hero-subtitle {
        font-size: 0.8rem !important;
    }
    .hero-subtitle-highlight {
        font-size: 0.72rem !important;
    }
    .hero-badge {
        font-size: 0.65rem !important;
        padding: 5px 10px !important;
    }
    .hero-badge svg {
        width: 11px !important;
        height: 11px !important;
    }
    .hero-cta {
        gap: 8px !important;
    }
    .hero-btn-primary {
        padding: 12px 16px !important;
        font-size: 0.85rem !important;
    }
    .hero-btn-secondary {
        padding: 10px 16px !important;
        font-size: 0.82rem !important;
    }
    .hero-stats-left {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 4px !important;
        margin-top: 16px !important;
        padding-top: 14px !important;
    }
    .hero-stat-icon-sm {
        width: 30px !important;
        height: 30px !important;
    }
    .hero-stat-num {
        font-size: 0.95rem !important;
    }
    .hero-stat-lbl {
        font-size: 0.58rem !important;
    }
}

/* ---- Section 通用优化 ---- */
@media (max-width: 768px) {
    .section {
        padding: 40px 0 !important;
    }
    .section-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .section-heading {
        margin-bottom: 28px !important;
    }
    .section-heading h2,
    .section-heading-left h2 {
        font-size: 1.4rem !important;
        line-height: 1.3 !important;
    }
    .section-heading p,
    .section-heading-left p {
        font-size: 0.88rem !important;
        line-height: 1.5 !important;
    }
    .heading-decor {
        margin-bottom: 14px !important;
    }
    .heading-decor::before,
    .heading-decor::after {
        width: 24px !important;
        height: 2px !important;
    }
    .section-divider {
        width: 40px !important;
        height: 3px !important;
        margin-bottom: 16px !important;
    }
}

@media (max-width: 480px) {
    .section {
        padding: 32px 0 !important;
    }
    .section-heading {
        margin-bottom: 22px !important;
    }
    .section-heading h2,
    .section-heading-left h2 {
        font-size: 1.2rem !important;
    }
    .section-heading p,
    .section-heading-left p {
        font-size: 0.8rem !important;
    }
}

/* ---- 卡片模块优化 ---- */
@media (max-width: 768px) {
    .card-modern {
        padding: 18px !important;
        border-radius: 16px !important;
        margin-bottom: 0 !important;
    }
    .card-modern:hover {
        transform: translateY(-2px) !important;
    }
    .icon-box {
        width: 48px !important;
        height: 48px !important;
        border-radius: 14px !important;
        margin-bottom: 12px !important;
    }
    .icon-box i {
        font-size: 1.2rem !important;
    }
    .card-modern h3 {
        font-size: 1rem !important;
        line-height: 1.35 !important;
        margin-bottom: 8px !important;
    }
    .card-modern p {
        font-size: 0.85rem !important;
        line-height: 1.55 !important;
    }
    .card-highlight {
        border-left-width: 3px !important;
    }
}

@media (max-width: 480px) {
    .card-modern {
        padding: 14px !important;
        border-radius: 14px !important;
    }
    .icon-box {
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
        margin-bottom: 10px !important;
    }
    .icon-box i {
        font-size: 1.1rem !important;
    }
    .card-modern h3 {
        font-size: 0.95rem !important;
    }
    .card-modern p {
        font-size: 0.8rem !important;
    }
}

/* ---- 为什么出海好时机 - 优化卡片布局 ---- */
@media (max-width: 768px) {
    .section-alt .grid-4 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    .section-alt .grid-4 .card-modern {
        padding: 16px 14px !important;
        text-align: center !important;
    }
    .section-alt .grid-4 .icon-box {
        width: 44px !important;
        height: 44px !important;
        margin: 0 auto 12px !important;
    }
    .section-alt .grid-4 .card-modern h3 {
        font-size: 0.92rem !important;
        margin-bottom: 6px !important;
    }
    .section-alt .grid-4 .card-modern p {
        font-size: 0.78rem !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 480px) {
    .section-alt .grid-4 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .section-alt .grid-4 .card-modern {
        padding: 14px 10px !important;
    }
    .section-alt .grid-4 .icon-box {
        width: 38px !important;
        height: 38px !important;
        border-radius: 10px !important;
        margin-bottom: 10px !important;
    }
    .section-alt .grid-4 .icon-box i {
        font-size: 1rem !important;
    }
    .section-alt .grid-4 .card-modern h3 {
        font-size: 0.85rem !important;
    }
    .section-alt .grid-4 .card-modern p {
        font-size: 0.72rem !important;
    }
}

/* ---- 平台硬核实力 - 优化3列布局 ---- */
@media (max-width: 768px) {
    .section-white .grid-3 {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    .card-amber {
        padding: 16px !important;
        margin-top: 4px !important;
    }
    .card-amber .icon-box {
        width: 40px !important;
        height: 40px !important;
        border-radius: 10px !important;
        margin-bottom: 0 !important;
    }
    .card-amber strong {
        font-size: 0.95rem !important;
    }
    .card-amber span {
        font-size: 0.85rem !important;
    }
}

@media (max-width: 480px) {
    .section-white .grid-3 {
        gap: 10px !important;
    }
    .card-amber {
        padding: 14px !important;
        flex-direction: column !important;
        text-align: center !important;
    }
    .card-amber > div {
        flex-direction: column !important;
        gap: 8px !important;
    }
}

/* ---- 出海全流程 - 优化2列布局 ---- */
@media (max-width: 768px) {
    .section-alt .grid-2 {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    .step-number {
        width: 28px !important;
        height: 28px !important;
        border-radius: 8px !important;
        font-size: 0.78rem !important;
        margin-right: 10px !important;
    }
    .feature-list li {
        font-size: 0.85rem !important;
        margin-bottom: 10px !important;
        line-height: 1.45 !important;
    }
}

@media (max-width: 480px) {
    .section-alt .grid-2 {
        gap: 12px !important;
    }
    .step-number {
        width: 24px !important;
        height: 24px !important;
        font-size: 0.7rem !important;
    }
    .feature-list li {
        font-size: 0.8rem !important;
    }
}

/* ---- 六大赋能体系 - 优化6列布局 ---- */
@media (max-width: 768px) {
    .section-white .grid-3 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    .section-white .grid-3 .card-modern {
        padding: 16px 12px !important;
        text-align: center !important;
    }
    .section-white .grid-3 .icon-box {
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
        margin: 0 auto 10px !important;
    }
    .section-white .grid-3 .card-modern h3 {
        font-size: 0.88rem !important;
        margin-bottom: 6px !important;
    }
    .section-white .grid-3 .card-modern p {
        font-size: 0.75rem !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 480px) {
    .section-white .grid-3 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .section-white .grid-3 .card-modern {
        padding: 14px 10px !important;
    }
    .section-white .grid-3 .icon-box {
        width: 38px !important;
        height: 38px !important;
        border-radius: 10px !important;
        margin-bottom: 8px !important;
    }
    .section-white .grid-3 .icon-box i {
        font-size: 1rem !important;
    }
    .section-white .grid-3 .card-modern h3 {
        font-size: 0.82rem !important;
    }
    .section-white .grid-3 .card-modern p {
        font-size: 0.7rem !important;
    }
}

/* ---- 产品矩阵 - 优化标签换行 ---- */
@media (max-width: 768px) {
    .section-alt .grid-2 {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    .product-tags {
        gap: 6px !important;
        flex-wrap: wrap !important;
    }
    .product-tags .badge-modern {
        font-size: 0.72rem !important;
        padding: 5px 10px !important;
    }
    .section-alt .grid-2 .card-modern h3 {
        font-size: 1rem !important;
        margin-bottom: 10px !important;
    }
    .section-alt .grid-2 .card-modern > div[style] {
        margin-bottom: 12px !important;
    }
}

@media (max-width: 480px) {
    .section-alt .grid-2 {
        gap: 12px !important;
    }
    .product-tags .badge-modern {
        font-size: 0.68rem !important;
        padding: 4px 8px !important;
    }
    .section-alt .grid-2 .icon-box {
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
    }
    .section-alt .grid-2 .card-modern p {
        font-size: 0.82rem !important;
    }
}

/* ---- 海外贸易仓 - 优化2列 ---- */
@media (max-width: 768px) {
    .section-white .grid-2 {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    .warehouse-status {
        top: 14px !important;
        right: 14px !important;
        font-size: 0.68rem !important;
        padding: 3px 8px !important;
    }
    .warehouse-card .icon-box {
        width: 44px !important;
        height: 44px !important;
        border-radius: 12px !important;
    }
    .section-white .grid-2 .card-modern > div[style] {
        margin-bottom: 12px !important;
    }
    .section-white .grid-2 .card-modern h3 {
        font-size: 1rem !important;
    }
    .section-white .grid-2 .card-modern p {
        font-size: 0.85rem !important;
        margin-bottom: 12px !important;
    }
}

@media (max-width: 480px) {
    .section-white .grid-2 {
        gap: 12px !important;
    }
    .warehouse-card .icon-box {
        width: 40px !important;
        height: 40px !important;
    }
    .warehouse-status {
        top: 12px !important;
        right: 12px !important;
    }
    .badge-modern {
        font-size: 0.7rem !important;
        padding: 4px 8px !important;
    }
}

/* ---- 核心背书卡片 ---- */
@media (max-width: 768px) {
    .core-cta-card {
        padding: 32px 20px !important;
        border-radius: 20px !important;
    }
    .core-cta-card h2 {
        font-size: 1.25rem !important;
        line-height: 1.35 !important;
        margin-bottom: 12px !important;
    }
    .core-cta-card p {
        font-size: 0.88rem !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }
    .core-cta-card .cta-icon {
        width: 52px !important;
        height: 52px !important;
        border-radius: 16px !important;
        margin-bottom: 14px !important;
    }
    .core-cta-card .cta-icon i {
        font-size: 1.6rem !important;
    }
    .core-cta-card .badge-modern {
        font-size: 0.8rem !important;
        padding: 8px 18px !important;
    }
}

@media (max-width: 480px) {
    .core-cta-card {
        padding: 24px 16px !important;
        border-radius: 16px !important;
    }
    .core-cta-card h2 {
        font-size: 1.1rem !important;
    }
    .core-cta-card p {
        font-size: 0.82rem !important;
    }
    .core-cta-card .cta-icon {
        width: 46px !important;
        height: 46px !important;
    }
    .core-cta-card .cta-icon i {
        font-size: 1.4rem !important;
    }
}

/* ---- 新闻资讯 - 优化卡片 ---- */
@media (max-width: 768px) {
    .section-alt .grid-3 {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    .news-card-img {
        height: 160px !important;
    }
    .news-card-body {
        padding: 16px !important;
    }
    .news-card-title {
        font-size: 0.95rem !important;
        margin-bottom: 8px !important;
    }
    .news-card-desc {
        font-size: 0.8rem !important;
        line-height: 1.5 !important;
    }
    .news-card-date {
        font-size: 0.75rem !important;
        margin-bottom: 8px !important;
    }
}

@media (max-width: 480px) {
    .news-card-img {
        height: 140px !important;
    }
    .news-card-body {
        padding: 14px !important;
    }
    .news-card-title {
        font-size: 0.9rem !important;
    }
    .news-card-desc {
        font-size: 0.78rem !important;
    }
}

/* ---- 最终CTA区域 ---- */
@media (max-width: 768px) {
    section[style*="padding: 100px 0"] {
        padding: 48px 0 !important;
    }
    section[style*="padding: 100px 0"] h2 {
        font-size: 1.35rem !important;
        line-height: 1.35 !important;
        margin-bottom: 12px !important;
    }
    section[style*="padding: 100px 0"] p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        margin-bottom: 28px !important;
    }
    section[style*="padding: 100px 0"] .btn-white {
        padding: 14px 28px !important;
        font-size: 0.9rem !important;
    }
}

@media (max-width: 480px) {
    section[style*="padding: 100px 0"] {
        padding: 36px 0 !important;
    }
    section[style*="padding: 100px 0"] h2 {
        font-size: 1.15rem !important;
    }
    section[style*="padding: 100px 0"] p {
        font-size: 0.85rem !important;
        margin-bottom: 24px !important;
    }
    section[style*="padding: 100px 0"] .btn-white {
        padding: 12px 24px !important;
        font-size: 0.85rem !important;
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ---- 滚动动画优化 ---- */
@media (max-width: 768px) {
    .animate-on-scroll {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    .animate-on-scroll.visible {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ---- 按钮全局优化 ---- */
@media (max-width: 768px) {
    .btn-primary,
    .btn-white,
    .btn-amber {
        padding: 12px 24px !important;
        font-size: 0.9rem !important;
        border-radius: 50px !important;
    }
}

@media (max-width: 480px) {
    .btn-primary,
    .btn-white,
    .btn-amber {
        padding: 10px 20px !important;
        font-size: 0.85rem !important;
    }
}

/* ---- 头部导航移动端 ---- */
@media (max-width: 768px) {
    .nav-desktop,
    .header-actions {
        display: none !important;
    }
    .mobile-menu-toggle {
        display: flex !important;
    }
    .header-inner {
        padding: 0.7rem 0 !important;
    }
    .logo img {
        height: 36px !important;
    }
    .container {
        padding: 0 16px !important;
    }
    .header-spacer {
        height: 56px !important;
    }
}

/* ---- 底部悬浮导航优化 ---- */
@media (max-width: 768px) {
    .mobile-bottom-nav {
        display: block !important;
    }
}

/* ---- 返回顶部按钮 ---- */
@media (max-width: 767px) {
    .back-to-top {
        bottom: 5.5rem !important;
        right: 0.75rem !important;
        z-index: 997 !important;
    }
}

/* ---- 隐藏移动端不需要的装饰元素 ---- */
@media (max-width: 768px) {
    .hero-dots {
        display: none !important;
    }
    .hero-globe {
        display: none !important;
    }
    .hero-product-card {
        display: none !important;
    }
}

/* ---- 平台硬核实力移动端适配 ---- */
@media (max-width: 768px) {
    .strength-cards {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    .strength-card {
        padding: 20px 18px !important;
        border-radius: 16px !important;
    }
    .strength-icon {
        width: 48px !important;
        height: 48px !important;
        border-radius: 14px !important;
        margin-bottom: 14px !important;
    }
    .strength-icon i {
        font-size: 1.2rem !important;
    }
    .strength-content h3 {
        font-size: 1rem !important;
        margin-bottom: 8px !important;
    }
    .strength-content p {
        font-size: 0.85rem !important;
        line-height: 1.55 !important;
    }
    .strength-number {
        font-size: 1.8rem !important;
        top: 12px !important;
        right: 14px !important;
    }
    .strength-bottom {
        flex-direction: column !important;
        text-align: center !important;
        padding: 20px 16px !important;
        gap: 14px !important;
        border-radius: 16px !important;
    }
    .strength-bottom-icon {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
    }
    .strength-bottom-icon i {
        font-size: 1.3rem !important;
    }
    .strength-bottom-content {
        width: 100% !important;
    }
    .strength-bottom-title {
        font-size: 1rem !important;
        margin-bottom: 4px !important;
    }
    .strength-bottom-desc {
        font-size: 0.85rem !important;
    }
    .strength-bottom-badge {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .strength-card {
        padding: 18px 14px !important;
        border-radius: 14px !important;
    }
    .strength-icon {
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
        margin-bottom: 12px !important;
    }
    .strength-icon i {
        font-size: 1.1rem !important;
    }
    .strength-content h3 {
        font-size: 0.95rem !important;
    }
    .strength-content p {
        font-size: 0.8rem !important;
    }
    .strength-number {
        font-size: 1.5rem !important;
    }
    .strength-bottom {
        padding: 16px 14px !important;
        gap: 12px !important;
    }
    .strength-bottom-icon {
        width: 44px !important;
        height: 44px !important;
    }
    .strength-bottom-icon i {
        font-size: 1.2rem !important;
    }
    .strength-bottom-title {
        font-size: 0.95rem !important;
    }
    .strength-bottom-desc {
        font-size: 0.8rem !important;
    }
}

/* ---- 出海全流程移动端适配 ---- */
@media (max-width: 768px) {
    .flow-cards {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .flow-card {
        padding: 22px 18px !important;
        border-radius: 18px !important;
    }
    .flow-card-connector {
        display: none !important;
    }
    .flow-card-header {
        margin-bottom: 20px !important;
        gap: 12px !important;
    }
    .flow-step {
        width: 48px !important;
        height: 48px !important;
        border-radius: 14px !important;
    }
    .flow-step-num {
        font-size: 1.1rem !important;
    }
    .flow-title-group h3 {
        font-size: 1.1rem !important;
    }
    .flow-title-group p {
        font-size: 0.8rem !important;
    }
    .flow-card-body {
        gap: 12px !important;
    }
    .flow-item {
        padding: 12px 14px !important;
        border-radius: 12px !important;
        gap: 12px !important;
    }
    .flow-item-icon {
        width: 36px !important;
        height: 36px !important;
        border-radius: 10px !important;
    }
    .flow-item-icon i {
        font-size: 0.9rem !important;
    }
    .flow-item-title {
        font-size: 0.9rem !important;
    }
    .flow-item-desc {
        font-size: 0.75rem !important;
    }
    .flow-support {
        margin-top: 20px !important;
        padding: 22px 20px !important;
        border-radius: 18px !important;
        gap: 16px !important;
    }
    .flow-support-icon {
        width: 52px !important;
        height: 52px !important;
        border-radius: 14px !important;
    }
    .flow-support-icon i {
        font-size: 1.3rem !important;
    }
    .flow-support-content h3 {
        font-size: 1.1rem !important;
    }
    .flow-support-content p {
        font-size: 0.85rem !important;
    }
}

@media (max-width: 480px) {
    .flow-cards {
        gap: 16px !important;
    }
    .flow-card {
        padding: 18px 14px !important;
        border-radius: 16px !important;
    }
    .flow-step {
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
    }
    .flow-step-num {
        font-size: 1rem !important;
    }
    .flow-title-group h3 {
        font-size: 1rem !important;
    }
    .flow-item {
        padding: 10px 12px !important;
        border-radius: 10px !important;
        gap: 10px !important;
    }
    .flow-item-icon {
        width: 32px !important;
        height: 32px !important;
        border-radius: 8px !important;
    }
    .flow-item-icon i {
        font-size: 0.8rem !important;
    }
    .flow-item-title {
        font-size: 0.85rem !important;
    }
    .flow-item-desc {
        font-size: 0.7rem !important;
    }
}

/* ---- 全球贸易仓联盟移动端适配 ---- */
@media (max-width: 768px) {
    .warehouse-cards {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }
    .wh-card {
        padding: 18px 16px !important;
        border-radius: 16px !important;
    }
    .wh-flag {
        font-size: 1.5rem !important;
    }
    .wh-status {
        font-size: 0.65rem !important;
        padding: 2px 8px !important;
    }
    .wh-name {
        font-size: 0.92rem !important;
        margin-bottom: 6px !important;
    }
    .wh-desc {
        font-size: 0.75rem !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
    }
    .wh-services {
        gap: 4px !important;
    }
    .wh-services span {
        font-size: 0.65rem !important;
        padding: 3px 6px !important;
    }
    .warehouse-teams {
        padding: 20px !important;
        border-radius: 16px !important;
    }
    .teams-header {
        margin-bottom: 14px !important;
    }
    .teams-header i {
        font-size: 1rem !important;
    }
    .teams-header span {
        font-size: 0.95rem !important;
    }
    .teams-row {
        gap: 8px !important;
    }
    .team-badge {
        padding: 8px 14px !important;
        gap: 6px !important;
    }
    .team-badge-flag {
        font-size: 1rem !important;
    }
    .team-badge-name {
        font-size: 0.82rem !important;
    }
}

@media (max-width: 480px) {
    .warehouse-cards {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    .wh-card {
        padding: 16px 14px !important;
        border-radius: 14px !important;
    }
    .wh-flag {
        font-size: 1.4rem !important;
    }
    .wh-name {
        font-size: 0.88rem !important;
    }
    .wh-desc {
        font-size: 0.72rem !important;
    }
    .warehouse-teams {
        padding: 16px !important;
        border-radius: 14px !important;
    }
    .teams-header span {
        font-size: 0.88rem !important;
    }
    .teams-row {
        flex-direction: column !important;
        gap: 8px !important;
    }
    .team-badge {
        width: 100% !important;
        justify-content: flex-start !important;
        padding: 8px 12px !important;
    }
}

