/* 福气陪护 - 首页样式 */
:root{
    --fq-red:#ba4232;
    --fq-red-hover:#9a3629;
    --fq-dark:#2D2D2D;
    --fq-gray:#666;
    --fq-light:#F7F7F7;
    --fq-pink:#FFF5F5;
}
body{
    font-family:"Microsoft YaHei","微软雅黑",Helvetica Neue,sans-serif,Arial;
    color:#333;
    -webkit-text-size-adjust:100%;
}
a{color:#333;text-decoration:none;transition:color .3s;}
a:hover{color:var(--fq-red);}
dl,dd,ul,li{margin:0;padding:0;list-style:none;}
p{margin:0;}
.container-layout{max-width:1200px;margin:0 auto;padding:0 15px;}
.img-responsive{max-width:100%;height:auto;display:block;}

/* 内页通用 Banner（广告图） */
.page-adv-banner{
    position:relative;
    height:500px;
    overflow:hidden;
    background:#555;
}
.page-adv-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.page-breadcrumb{
    background:#f5f5f5;
    border-bottom:1px solid #eee;
    padding:14px 0;
    font-size:13px;
    color:#999;
}
.page-breadcrumb a{color:#666;}
.page-breadcrumb a:hover{color:var(--fq-red);}

/* 通用标题 */
.fq-title{text-align:center;margin-bottom:48px;}
.fq-title h2{
    font-size:30px;
    font-weight:600;
    color:#333;
    line-height:1.4;
    position:relative;
    display:inline-block;
    padding-bottom:16px;
    padding-top:16px;
}
.fq-title h2:after{
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:50px;
    height:3px;
    background:var(--fq-red);
}
.fq-title h2 em{font-style:normal;color:var(--fq-red);}
.fq-title p{font-size:14px;color:var(--fq-gray);margin-top:14px;}
.fq-btn-red{
    display:inline-block;
    background:var(--fq-red);
    color:#fff;
    padding:10px 36px;
    font-size:14px;
    border-radius:2px;
}
.fq-btn-red:hover{color:#fff;background:var(--fq-red-hover);}

/* A. Hero 横幅 */
.section-hero{position:relative;overflow:hidden;}
.section-hero .hero-slide{position:relative;}
.section-hero .hero-slide img{width:100%;height:560px;object-fit:cover;display:block;}
.section-hero .hero-content{
    position:absolute;
    top:50%;
    left:10%;
    transform:translateY(-50%);
    z-index:2;
    max-width:520px;
}
.section-hero .hero-content h1{
    font-size:46px;
    font-weight:700;
    color:#fff;
    line-height:1.35;
    text-shadow:0 2px 12px rgba(0,0,0,.25);
}
.section-hero .hero-content h1 span{display:block;}
.section-hero .hero-content h1 em{font-style:normal;}
.section-hero .hero-content h1 .hero-highlight{color:#FFD100;}
.section-hero .hero-content p{
    font-size:16px;
    color:rgba(255,255,255,.92);
    margin-top:20px;
    line-height:1.9;
}
.section-hero .hero-overlay{
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    background:linear-gradient(90deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.15) 55%,transparent 100%);
    z-index:1;
}
.section-hero .slides{position:relative;}
.section-hero .owl-dots{
    position:absolute;
    bottom:24px;
    left:0;right:0;
    width:100%;
    margin:0;
    padding:0;
    text-align:center;
    z-index:3;
    -webkit-tap-highlight-color:transparent;
}
.section-hero .owl-dot{
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
}
.section-hero .owl-dot span{
    width:10px;
    height:10px;
    margin:0 6px;
    border-radius:50%;
    background:rgba(255,255,255,.5)!important;
    display:block;
    transition:all .3s ease;
}
.section-hero .owl-dot.active span,
.section-hero .owl-dot:hover span{
    width:24px;
    border-radius:5px;
    background:#fff!important;
}

/* Hero 轮播左右箭头 */
.section-hero .owl-nav .owl-prev,
.section-hero .owl-nav .owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    line-height:48px;
    text-align:center;
    background:rgba(186,66,50,.85);
    border-radius:50%;
    opacity:0;
    transition:opacity .3s, background .3s;
    z-index:4;
    margin:0;
}
.section-hero .owl-nav .owl-prev{left:20px;}
.section-hero .owl-nav .owl-next{right:20px;}
.section-hero .owl-nav .owl-prev i,
.section-hero .owl-nav .owl-next i{
    font-size:22px;
    color:#fff;
    line-height:48px;
}
.section-hero .owl-nav .owl-prev:hover,
.section-hero .owl-nav .owl-next:hover{
    background:var(--fq-red);
}
.section-hero:hover .owl-nav .owl-prev,
.section-hero:hover .owl-nav .owl-next{
    opacity:1;
}
.section-hero .owl-nav .disabled{
    opacity:0!important;
    cursor:default;
}

/* B. 关于我们 */
.section-about{padding:80px 0;background:#fff;}
.section-about .about-row{display:flex;align-items:center;gap:50px;}
.section-about .about-img{flex:0 0 46%;}
.section-about .about-img img{width:100%;border-radius:2px;}
.section-about .about-text{flex:1;}
.section-about .about-text h3{font-size:24px;font-weight:600;margin-bottom:20px;color:#333;}
.section-about .about-text p{font-size:14px;color:var(--fq-gray);line-height:2.2;margin-bottom:28px;}
.section-about .stats-row{display:flex;gap:16px;margin-top:56px;}
.section-about .stat-card{
    flex:1;
    background:#fff;
    border:none;
    padding:32px 16px;
    text-align:center;
    box-shadow:0 2px 16px rgba(0,0,0,.06);
    transition:transform .3s,box-shadow .3s;
}
.section-about .stat-card:hover{transform:translateY(-4px);box-shadow:0 6px 24px rgba(0,0,0,.1);}
.section-about .stat-card .num{font-size:38px;font-weight:700;color:var(--fq-red);line-height:1;}
.section-about .stat-card .label{font-size:13px;color:var(--fq-gray);margin-top:10px;}

/* C. 服务亮点 */
.section-service-intro{padding:80px 0;background:#fff;}
.section-service-intro .service-row{
    display:flex;
    align-items:flex-start;
    gap:48px;
    margin-bottom:40px;
}
.section-service-intro .service-text{flex:1;}
.section-service-intro .service-badge{
    display:inline-block;
    padding:6px 16px;
    font-size:13px;
    color:#666;
    background:#f0f0f0;
    border-radius:20px;
    margin-bottom:20px;
}
.section-service-intro .service-text h3{
    font-size:32px;
    font-weight:700;
    color:var(--fq-dark);
    line-height:1.4;
    margin-bottom:24px;
}
.section-service-intro .service-text p{
    font-size:15px;
    color:var(--fq-gray);
    line-height:2;
    margin-bottom:16px;
}
.section-service-intro .service-text p:last-of-type{margin-bottom:0;}
.section-service-intro .service-img{
    flex:0 0 44%;
    max-width:44%;
}
.section-service-intro .service-img img{
    width:100%;
    border-radius:12px;
    display:block;
}
.section-service-intro .service-compare{
    display:flex;
    background:#fcf4f2;
    border-radius:8px;
    padding:40px 48px;
}
.section-service-intro .compare-col{
    flex:1;
    padding:0 40px;
}
.section-service-intro .compare-col:first-child{
    border-right:1px solid rgba(0,0,0,.08);
    padding-left:0;
}
.section-service-intro .compare-col:last-child{padding-right:0;}
.section-service-intro .compare-col h4{
    font-size:18px;
    font-weight:700;
    color:var(--fq-dark);
    margin-bottom:20px;
}
.section-service-intro .compare-col li{
    font-size:14px;
    color:var(--fq-gray);
    line-height:2.4;
    padding-left:16px;
    position:relative;
}
.section-service-intro .compare-col li:before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:6px;
    height:6px;
    background:var(--fq-red);
    border-radius:50%;
}

/* D. 24h陪护 */
.section-24h{padding:80px 0 0;background:#fff;}
.section-24h .care-header{text-align:center;margin-bottom:48px;}
.section-24h .care-header h2{
    font-size:36px;
    font-weight:700;
    color:var(--fq-dark);
    line-height:1.3;
}
.section-24h .care-header p{
    font-size:16px;
    color:var(--fq-gray);
    margin-top:12px;
}
.section-24h .care-cards{
    position:relative;
    display:flex;
    height:420px;
    overflow:hidden;
}
.section-24h .care-cards-bg{
    position:absolute;
    inset:0;
    z-index:0;
}
.section-24h .care-cards-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.section-24h .care-card{
    position:relative;
    z-index:1;
    flex:1;
    min-width:0;
    cursor:pointer;
    border-left:1px solid rgba(255,255,255,.25);
    transition:flex .5s ease;
}
.section-24h .care-card:first-child{border-left:none;}
.section-24h .care-card-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.15);
    transition:background .5s ease;
}
.section-24h .care-card.active .care-card-overlay,
.section-24h .care-card:hover .care-card-overlay{
    background:rgba(186,66,50,.92);
}
.section-24h .care-card-content{
    position:relative;
    z-index:2;
    height:100%;
    padding:32px 28px;
    color:#fff;
    display:flex;
    flex-direction:column;
}
.section-24h .care-card-content > .care-num{
    font-size:14px;
    font-weight:600;
    opacity:.85;
    transition:opacity .3s ease;
}
.section-24h .care-collapsed{
    margin-top:auto;
    transition:opacity .3s ease;
}
.section-24h .care-collapsed h4{
    font-size:24px;
    font-weight:600;
    line-height:1.4;
    text-align:center;
    white-space:nowrap;
}
.section-24h .care-expanded{
    position:absolute;
    left:28px;
    right:28px;
    top:32px;
    bottom:32px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    opacity:0;
    transform:translateY(12px);
    transition:opacity .4s ease .1s, transform .4s ease .1s;
    pointer-events:none;
}
.section-24h .care-expanded .care-num{
    font-size:48px;
    font-weight:700;
    opacity:1;
    margin-bottom:16px;
}
.section-24h .care-arrow{
    display:inline-block;
    margin-top:auto;
    font-size:20px;
    opacity:.85;
}
.section-24h .care-expanded h4{
    font-size:22px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:10px;
}
.section-24h .care-slogan{
    font-size:14px;
    opacity:.9;
    margin-bottom:8px;
}
.section-24h .care-desc{
    font-size:14px;
    line-height:1.8;
    opacity:.95;
}
.section-24h .care-card.active,
.section-24h .care-card:hover{
    flex:2.6;
}
.section-24h .care-cards:hover .care-card.active:not(:hover){
    flex:1;
}
.section-24h .care-card.active .care-card-content > .care-num,
.section-24h .care-card:hover .care-card-content > .care-num{
    opacity:0;
}
.section-24h .care-card.active .care-collapsed,
.section-24h .care-card:hover .care-collapsed{
    opacity:0;
}
.section-24h .care-card.active .care-expanded,
.section-24h .care-card:hover .care-expanded{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
}
.section-24h .care-cards:hover .care-card.active:not(:hover) .care-card-overlay{
    background:rgba(255,255,255,.15);
}
.section-24h .care-cards:hover .care-card.active:not(:hover) .care-card-content > .care-num{
    opacity:.85;
}
.section-24h .care-cards:hover .care-card.active:not(:hover) .care-collapsed{
    opacity:1;
}
.section-24h .care-cards:hover .care-card.active:not(:hover) .care-expanded{
    opacity:0;
    transform:translateY(12px);
    pointer-events:none;
}

/* E. 专业团队 */
.section-team{padding:80px 0;background:#fff;}
.section-team .team-grid{display:flex;flex-wrap:wrap;gap:20px;}
.section-team .team-card{
    flex:0 0 calc(50% - 10px);
    display:flex;
    background:#fff;
    border:1px solid #eee;
    overflow:hidden;
    transition:box-shadow .3s;
}
.section-team .team-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.08);}
.section-team .team-card .avatar{flex:0 0 180px;}
.section-team .team-card .avatar img{width:100%;height:100%;object-fit:cover;min-height:180px;}
.section-team .team-card .info{padding:28px 24px;flex:1;}
.section-team .team-card .info h4{font-size:18px;font-weight:600;margin-bottom:6px;}
.section-team .team-card .info .title{font-size:13px;color:var(--fq-red);margin-bottom:14px;}
.section-team .team-card .info p{font-size:13px;color:var(--fq-gray);line-height:1.9;}

/* F. 服务图标 */
.section-service-icons{
    padding:180px 0 70px 0;
    background:var(--fq-light);
    position:relative;
    overflow:hidden;
}
.section-service-icons-bg{
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
}
.section-service-icons-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    opacity:9.08;
}
.section-service-icons-bg::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(247,247,247,.72);
}
.section-service-icons .container-layout{position:relative;z-index:1;}
.section-service-icons .icon-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:24px 40px;
}
.section-service-icons .icon-item{text-align:center;width:110px;}
.section-service-icons .icon-circle{
    width:76px;height:76px;
    border-radius:50%;
    border:2px solid var(--fq-red);
    display:flex;align-items:center;justify-content:center;
    margin:0 auto 14px;
    transition:all .3s;
}
.section-service-icons .icon-circle i{font-size:30px;color:var(--fq-red);transition:color .3s;}
.section-service-icons .icon-item:hover .icon-circle{background:var(--fq-red);}
.section-service-icons .icon-item:hover .icon-circle i{color:#fff;}
.section-service-icons .icon-item span{font-size:13px;color:#333;}

/* G. 新闻资讯 */
.section-news{padding:80px 0;background:#fff;}
.section-news .news-row{display:flex;gap:36px;align-items:stretch;}
.section-news .news-list{flex:0 0 42%;}
.section-news .news-list li{
    padding:18px 0;
    border-bottom:1px solid #eee;
    display:flex;
    align-items:center;
    gap:18px;
}
.section-news .news-list .date{flex:0 0 56px;text-align:center;}
.section-news .news-list .date .day{font-size:30px;font-weight:700;color:var(--fq-red);line-height:1;}
.section-news .news-list .date .ym{font-size:12px;color:#999;margin-top:4px;}
.section-news .news-list .news-title{flex:1;min-width:0;}
.section-news .news-list .news-title a{
    font-size:15px;
    color:#333;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.section-news .news-list .news-title a:hover{color:var(--fq-red);}
.section-news .news-featured{flex:1;position:relative;overflow:hidden;border-radius:2px;}
.section-news .news-featured a{display:block;height:100%;}
.section-news .news-featured img{width:100%;height:100%;object-fit:cover;min-height:340px;}
.section-news .news-featured .overlay{
    position:absolute;bottom:0;left:0;right:0;
    padding:28px 24px;
    background:linear-gradient(transparent,rgba(0,0,0,.75));
    color:#fff;
}
.section-news .news-featured .overlay h3{font-size:18px;font-weight:600;line-height:1.5;}
.section-news .news-featured .overlay p{font-size:13px;margin-top:8px;opacity:.85;}

/* H. Tab服务 */
.section-tabs{padding:80px 0;background:var(--fq-light);}
.section-tabs .tab-head{text-align:center;margin-bottom:36px;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.section-tabs .tab-nav{display:inline-flex;border-bottom:2px solid #e0e0e0;white-space:nowrap;}
.section-tabs .tab-nav li a{
    display:block;
    padding:14px 40px;
    font-size:15px;
    color:var(--fq-gray);
    border-bottom:2px solid transparent;
    margin-bottom:-2px;
    transition:all .3s;
}
.section-tabs .tab-nav li.active a{color:var(--fq-red);border-bottom-color:var(--fq-red);font-weight:600;}
.section-tabs .tab-panel{display:none;}
.section-tabs .tab-panel.active{display:block;}
.section-tabs .tab-content-row{display:flex;align-items:center;gap:50px;}
.section-tabs .tab-text{flex:1;}
.section-tabs .tab-text h3{font-size:24px;font-weight:600;margin-bottom:18px;}
.section-tabs .tab-text p{font-size:14px;color:var(--fq-gray);line-height:2.2;}
.section-tabs .tab-img{flex:0 0 48%;}
.section-tabs .tab-img img{width:100%;border-radius:2px;}

/* I. 匠心陪护 */
.section-gallery{padding:80px 0;background:#fff;}
.section-gallery .gallery-grid{display:flex;flex-wrap:wrap;gap:12px;}
.section-gallery .gallery-item{flex:0 0 calc(25% - 9px);overflow:hidden;position:relative;}
.section-gallery .gallery-item img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:transform .5s;
    display:block;
}
.section-gallery .gallery-item:hover img{transform:scale(1.06);}

/* J. 为什么选择 */
.section-why{padding:80px 0;background:var(--fq-light);}
.section-why .why-row{display:flex;gap:50px;align-items:stretch;}
.section-why .why-img{flex:0 0 40%;}
.section-why .why-img img{width:100%;height:100%;object-fit:cover;border-radius:2px;}
.section-why .why-list{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.section-why .why-item{
    display:flex;
    gap:20px;
    padding:24px 0;
    border-bottom:1px solid #e8e8e8;
}
.section-why .why-item:last-child{border-bottom:none;}
.section-why .why-item .why-num{
    flex:0 0 40px;
    width:40px;height:40px;
    background:var(--fq-red);
    color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:40px;
    font-size:14px;
    font-weight:600;
}
.section-why .why-item .why-info h4{font-size:17px;font-weight:600;margin-bottom:8px;}
.section-why .why-item .why-info p{font-size:15px;color:var(--fq-gray);line-height:1.8;}

/* K. 文章卡片 */
.section-articles{padding:80px 0;background:#fff;}
.section-articles .article-grid{display:flex;gap:20px;}
.section-articles .article-card{
    flex:1;
    background:#fff;
    border:1px solid #eee;
    overflow:hidden;
    transition:box-shadow .3s;
    display:flex;
    flex-direction:column;
}
.section-articles .article-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.08);}
.section-articles .article-card .card-body{padding:28px 24px;flex:1;}
.section-articles .article-card .card-date{font-size:13px;color:var(--fq-gray);margin-bottom:12px;}
.section-articles .article-card .card-date em{
    font-style:normal;
    font-size:28px;
    font-weight:700;
    color:var(--fq-red);
    margin-right:6px;
}
.section-articles .article-card h4{font-size:16px;font-weight:600;margin-bottom:12px;line-height:1.6;}
.section-articles .article-card h4 a{color:#333;}
.section-articles .article-card h4 a:hover{color:var(--fq-red);}
.section-articles .article-card p{font-size:13px;color:var(--fq-gray);line-height:1.9;}
.section-articles .article-card .card-img img{width:100%;height:200px;object-fit:cover;}

/* L. 合作伙伴 */
.section-partners{padding:80px 0;background:var(--fq-light);}
.section-partners .partner-grid{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    justify-content:center;
    align-items:center;
}
.section-partners .partner-item{
    flex:0 0 calc(16.66% - 14px);
    text-align:center;
    padding:20px 12px;
    background:#fff;
    border:1px solid #eee;
}
.section-partners .partner-item img{
    max-width:100%;
    height:48px;
    object-fit:contain;
    filter:grayscale(100%);
    opacity:.55;
    transition:all .3s;
}
.section-partners .partner-item:hover img{filter:none;opacity:1;}

/* M. 底部CTA */
.section-cta{padding:70px 0 80px;background:#fff;text-align:center;}
.section-cta .cta-phone{font-size:44px;font-weight:700;color:#333;letter-spacing:1px;}
.section-cta .cta-phone a{color:#333;}
.section-cta .cta-phone a:hover{color:var(--fq-red);}
.section-cta .cta-form{
    max-width:560px;
    margin:32px auto 0;
    display:flex;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
}
.section-cta .cta-form input{
    flex:1;
    height:50px;
    border:1px solid #e0e0e0;
    border-right:none;
    padding:0 20px;
    font-size:14px;
    outline:none;
}
.section-cta .cta-form input:focus{border-color:var(--fq-red);}
.section-cta .cta-form .cta-submit{
    height:50px;
    background:var(--fq-red);
    color:#fff;
    border:none;
    padding:0 44px;
    font-size:15px;
    cursor:pointer;
    display:inline-block;
    line-height:50px;
    text-align:center;
    white-space:nowrap;
}
.section-cta .cta-form .cta-submit:hover{background:var(--fq-red-hover);color:#fff;}

/* 底部 */
.fq-footer{background:var(--fq-dark);padding:60px 0 0;color:#888;}
.fq-footer .footer-main{
    display:flex;
    flex-wrap:wrap;
    padding-bottom:40px;
}
.fq-footer .footer-brand{flex:0 0 28%;padding-right:20px;}
.fq-footer .footer-logo{max-height:42px;margin-bottom:18px;display:block;}
.fq-footer .footer-desc{font-size:13px;line-height:2;color:#888;}
.fq-footer .footer-col{flex:0 0 18%;padding-left:10px;}
.fq-footer .footer-col h3{font-size:16px;color:#fff;font-weight:600;margin-bottom:22px;}
.fq-footer .footer-col li a{font-size:13px;color:#888;line-height:2.4;display:block;}
.fq-footer .footer-col li a:hover{color:#fff;}
.fq-footer .footer-copyright{
    border-top:1px solid #404040;
    padding:22px 0 32px;
    text-align:center;
    font-size:13px;
    color:#666;
}

/* ========== 平板适配 ========== */
@media(max-width:1000px){
    .section-about .about-row,
    .section-service-intro .service-row,
    .section-tabs .tab-content-row,
    .section-why .why-row,
    .section-news .news-row{flex-direction:column;gap:32px;}
    .section-about .about-img,
    .section-service-intro .service-img,
    .section-tabs .tab-img,
    .section-why .why-img{flex:none;width:100%;}
    .section-why .why-img img{height:auto;}
    .section-service-intro .service-text{order:1;}
    .section-service-intro .service-img{order:2;flex:none;max-width:100%;}
    .section-service-intro .service-compare{flex-direction:column;padding:32px 24px;}
    .section-service-intro .compare-col{
        padding:0;
        border-right:none!important;
    }
    .section-service-intro .compare-col:first-child{
        padding-bottom:28px;
        margin-bottom:28px;
        border-bottom:1px solid rgba(0,0,0,.08);
    }
    .section-24h .care-cards{flex-direction:column;height:auto;}
    .section-24h .care-card{
        flex:none!important;
        height:72px;
        border-left:none;
        border-top:1px solid rgba(255,255,255,.25);
        overflow:hidden;
        transition:height .4s ease;
    }
    .section-24h .care-card:first-child{border-top:none;}
    .section-24h .care-card.active{height:200px;}
    .section-24h .care-card-content{padding:20px 24px;}
    .section-24h .care-collapsed h4{text-align:left;}
    .section-24h .care-expanded{left:24px;right:24px;bottom:24px;}
    .section-team .team-card{flex:0 0 100%;}
    .section-articles .article-grid{flex-wrap:wrap;}
    .section-articles .article-card{flex:0 0 calc(50% - 10px);}
    .section-gallery .gallery-item{flex:0 0 calc(50% - 6px);}
    .section-partners .partner-item{flex:0 0 calc(25% - 12px);}
    .fq-footer .footer-brand{flex:0 0 100%;margin-bottom:24px;}
    .fq-footer .footer-col{flex:0 0 33.33%;margin-bottom:20px;}
    .fq-title h2{font-size:26px;}
}

/* ========== 移动端适配 ========== */
@media(max-width:760px){
    .container-layout{padding:0 16px;}

    /* 内页 Banner */
    .page-adv-banner{height:240px;}

    /* 标题 */
    .fq-title{margin-bottom:32px;}
    .fq-title h2{font-size:20px;padding-bottom:12px;}
    .fq-title h2:after{width:36px;height:2px;}

    /* Hero */
    .section-hero .hero-slide img{height:300px;}
    .section-hero .hero-content{
        left:16px;right:16px;
        max-width:none;
        transform:translateY(-50%);
    }
    .section-hero .hero-content h1{font-size:24px;line-height:1.4;}
    .section-hero .hero-content p{font-size:13px;margin-top:12px;line-height:1.7;}
    .section-hero .hero-overlay{
        background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.55) 100%);
    }
    .section-hero .owl-dots{bottom:16px;}
    .section-hero .owl-dot span{width:8px;height:8px;margin:0 5px;}
    .section-hero .owl-dot.active span{width:20px;}
    .section-hero .owl-nav .owl-prev,
    .section-hero .owl-nav .owl-next{
        width:36px;
        height:36px;
        line-height:36px;
        opacity:.8;
    }
    .section-hero .owl-nav .owl-prev{left:10px;}
    .section-hero .owl-nav .owl-next{right:10px;}
    .section-hero .owl-nav .owl-prev i,
    .section-hero .owl-nav .owl-next i{
        font-size:18px;
        line-height:36px;
    }

    /* 关于我们 */
    .section-about{padding:48px 0;}
    .section-about .about-text h3{font-size:20px;}
    .section-about .stats-row{
        flex-wrap:wrap;
        gap:12px;
        margin-top:32px;
    }
    .section-about .stat-card{
        flex:0 0 calc(50% - 6px);
        padding:24px 12px;
    }
    .section-about .stat-card .num{font-size:28px;}

    /* 服务亮点 */
    .section-service-intro{padding:48px 0;}
    .section-service-intro .service-text h3{font-size:22px;margin-bottom:16px;}
    .section-service-intro .service-text p{font-size:14px;line-height:1.9;}
    .section-service-intro .service-compare{padding:24px 20px;}
    .section-service-intro .compare-col h4{font-size:16px;margin-bottom:14px;}
    .section-service-intro .compare-col li{font-size:13px;line-height:2.2;}

    /* 24h */
    .section-24h{padding:48px 0 0;}
    .section-24h .care-header{margin-bottom:32px;}
    .section-24h .care-header h2{font-size:24px;}
    .section-24h .care-header p{font-size:14px;}
    .section-24h .care-card{height:64px;}
    .section-24h .care-card.active{height:180px;}
    .section-24h .care-expanded h4{font-size:18px;}
    .section-24h .care-num{font-size:36px;}

    /* 团队 */
    .section-team{padding:48px 0;}
    .section-team .team-card{flex-direction:column;}
    .section-team .team-card .avatar{flex:none;width:100%;}
    .section-team .team-card .avatar img{min-height:200px;}
    .section-team .team-card .info{padding:20px 16px;}

    /* 服务图标 */
    .section-service-icons{padding:48px 0;}
    .section-service-icons .icon-grid{gap:16px 20px;}
    .section-service-icons .icon-item{width:calc(33.33% - 14px);}
    .section-service-icons .icon-circle{width:56px;height:56px;}
    .section-service-icons .icon-circle i{font-size:22px;}
    .section-service-icons .icon-item span{font-size:12px;}

    /* 新闻 */
    .section-news{padding:48px 0;}
    .section-news .news-row{flex-direction:column-reverse;gap:24px;}
    .section-news .news-list,
    .section-news .news-featured{flex:none;width:100%;}
    .section-news .news-featured img{min-height:220px;}
    .section-news .news-list li{padding:14px 0;}
    .section-news .news-list .date .day{font-size:24px;}

    /* Tab */
    .section-tabs{padding:48px 0;}
    .section-tabs .tab-head{margin:0 -16px 28px;padding:0 16px;}
    .section-tabs .tab-nav li a{padding:12px 24px;font-size:14px;}
    .section-tabs .tab-content-row{flex-direction:column;gap:24px;}
    .section-tabs .tab-img{flex:none;width:100%;}

    /* 图集 */
    .section-gallery{padding:48px 0;}
    .section-gallery .gallery-item{flex:0 0 calc(50% - 6px);}
    .section-gallery .gallery-item img{height:160px;}

    /* 为什么选择 */
    .section-why{padding:48px 0;}
    .section-why .why-row{gap:28px;}
    .section-why .why-list{display:block;}
    .section-why .why-item{padding:18px 0;}
    .section-why .why-item .why-num{width:36px;height:36px;line-height:36px;font-size:13px;}
    .section-why .why-item .why-info h4{font-size:16px;}
    .section-why .why-item .why-info p{font-size:14px;}

    /* 文章 */
    .section-articles{padding:48px 0;}
    .section-articles .article-grid{flex-direction:column;gap:16px;}
    .section-articles .article-card{flex:none;width:100%;}

    /* 合作伙伴 */
    .section-partners{padding:48px 0;}
    .section-partners .partner-item{flex:0 0 calc(33.33% - 11px);padding:14px 8px;}
    .section-partners .partner-item img{height:36px;}

    /* CTA */
    .section-cta{padding:48px 0 56px;}
    .section-cta .cta-phone{font-size:26px;letter-spacing:0;}
    .section-cta .cta-form{
        flex-direction:column;
        gap:0;
        margin:24px 16px 0;
        box-shadow:none;
    }
    .section-cta .cta-form input{
        border:1px solid #e0e0e0;
        border-radius:2px;
        margin-bottom:10px;
    }
    .section-cta .cta-form .cta-submit{
        width:100%;
        border-radius:2px;
    }

    /* 页脚 */
    .fq-footer{padding:40px 0 0;}
    .fq-footer .footer-brand,
    .fq-footer .footer-col{
        flex:0 0 100%;
        padding:0;
        margin-bottom:20px;
    }
    .fq-footer .footer-copyright{padding:18px 16px 24px;font-size:12px;}

    /* 通用区块间距 */
    .section-about,.section-service-intro,.section-team,
    .section-service-icons,.section-news,.section-tabs,
    .section-gallery,.section-why,.section-articles,
    .section-partners{padding:48px 0;}
}

/* 超小屏 */
@media(max-width:375px){
    .section-hero .hero-content h1{font-size:20px;}
    .section-service-icons .icon-item{width:calc(50% - 10px);}
    .section-gallery .gallery-item{flex:0 0 100%;}
    .section-partners .partner-item{flex:0 0 calc(50% - 8px);}
}
