/* ===== 烟台站 - minimal风格 ===== */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{font-size:14px;-webkit-text-size-adjust:100%;}
body{font-family:"Microsoft YaHei","PingFang SC","Helvetica Neue",sans-serif;color:#333;background:#f5f6f8;line-height:1.7;}
a{color:#3d5a80;text-decoration:none;}
a:hover{text-decoration:underline;}
img{max-width:100%;height:auto;vertical-align:middle;}
ul,ol{list-style:none;}
.wrap{max-width:1120px;margin:0 auto;padding:0 16px;}

.top-strip{background:#1b2a4a;color:#8da4c2;font-size:12px;line-height:32px;}
.top-strip-inner{display:flex;justify-content:space-between;align-items:center;}
.top-strip a{color:#8da4c2;}.top-strip a:hover{color:#fff;text-decoration:none;}
.site-hd{background:#3d5a80;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.15);}
.site-hd-row{display:flex;align-items:center;justify-content:space-between;height:64px;}
.site-brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:17px;font-weight:700;text-decoration:none;}
.site-brand img{width:40px;height:40px;border-radius:50%;object-fit:cover;}
.site-brand:hover{color:#fff;text-decoration:none;}
.site-menu{display:flex;align-items:center;gap:3px;flex:1;justify-content:center;}
.site-menu a{color:rgba(255,255,255,0.85);font-size:14px;padding:7px 14px;border-radius:3px;transition:.15s;white-space:nowrap;}
.site-menu a:hover{background:rgba(255,255,255,0.12);color:#fff;text-decoration:none;}
.burger-btn{display:none;background:none;border:1px solid rgba(255,255,255,0.3);color:#fff;font-size:20px;cursor:pointer;padding:4px 10px;border-radius:3px;}

.text-hero{background:#1b2a4a;padding:40px 0;color:#fff;}
.text-hero h1{font-size:28px;font-weight:800;margin-bottom:10px;}
.text-hero p{font-size:15px;opacity:0.85;margin-bottom:16px;}
.hotline{display:inline-block;background:#5c7daa;color:#fff !important;font-size:22px;font-weight:700;padding:10px 30px;border-radius:4px;text-decoration:none !important;}

.svc-list-section{padding:28px 0;}
.svc-list-section h2{font-size:22px;font-weight:700;color:#1b2a4a;margin-bottom:20px;padding-bottom:8px;border-left:4px solid #3d5a80;padding-left:12px;}
.svc-item{display:flex;align-items:center;gap:20px;padding:18px;background:#fff;border:1px solid #e4e8ee;border-radius:6px;margin-bottom:12px;transition:.2s;}
.svc-item:hover{box-shadow:0 3px 12px rgba(0,0,0,0.06);}
.svc-item-alt{background:#f8fafc;}
.svc-item-num{font-size:32px;font-weight:800;color:#5c7daa;opacity:0.3;flex-shrink:0;width:50px;text-align:center;}
.svc-item-body{flex:1;}
.svc-item-body h3{font-size:16px;font-weight:600;margin-bottom:4px;}
.svc-item-body h3 a{color:#1b2a4a;}
.svc-item-body p{font-size:13px;color:#888;}
.svc-item-link{font-size:13px;color:#3d5a80;white-space:nowrap;flex-shrink:0;}

.content-section{padding:28px 0;background:#f8fafc;}
.content-section h2{font-size:22px;font-weight:700;color:#1b2a4a;margin-bottom:18px;padding-left:12px;border-left:4px solid #3d5a80;}
.news-item{background:#fff;border-radius:6px;padding:18px;margin-bottom:12px;border:1px solid #e4e8ee;}
.news-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;}
.news-head h3{font-size:16px;font-weight:600;}.news-head h3 a{color:#1b2a4a;}
.news-head time{font-size:12px;color:#999;}
.news-item p{font-size:14px;color:#666;line-height:1.6;}
.news-item img{display:block;margin-top:12px;border-radius:4px;max-height:200px;object-fit:cover;}

/* 文章详情 */
.art-detail{background:#fff;border-radius:6px;padding:28px 32px;border:1px solid #e4e8ee;}
.art-detail h1{font-size:22px;font-weight:700;color:#1a1a1a;line-height:1.5;margin-bottom:12px;}
.art-detail-meta{font-size:13px;color:#999;padding-bottom:16px;border-bottom:1px dashed #e0e0e0;margin-bottom:20px;display:flex;gap:16px;flex-wrap:wrap;}
.art-detail-img{margin-bottom:20px;border-radius:6px;overflow:hidden;}
.art-detail-img img{width:100%;max-height:400px;object-fit:cover;}
.article-content{font-size:15px;line-height:1.9;color:#333;word-break:break-word;}
.article-content h2{font-size:18px;font-weight:700;color:#1a1a1a;margin:28px 0 12px;padding-left:12px;border-left:3px solid #3d5a80;}
.article-content h3{font-size:16px;font-weight:600;margin:20px 0 10px;}
.article-content p{margin-bottom:14px;}
.article-content ul,.article-content ol{margin:10px 0 14px 20px;list-style:disc;}
.article-content ol{list-style:decimal;}
.article-content li{margin-bottom:6px;line-height:1.8;}
.article-content a{color:#3d5a80;text-decoration:underline;}
.art-contact{margin-top:28px;padding:16px 20px;background:#f0f5fc;border-left:4px solid #3d5a80;border-radius:0 6px 6px 0;}
.art-contact p{font-size:14px;color:#555;margin-bottom:4px;}
.art-contact a{color:#c00;font-weight:700;font-size:18px;}
/* 分类页 */
.cat-banner{margin-bottom:20px;border-radius:6px;overflow:hidden;}
.cat-banner img{width:100%;height:auto;}
.cat-desc{background:#f8fafd;border:1px solid #dde5f0;border-radius:6px;padding:20px 24px;margin-bottom:24px;}
.cat-desc h1{font-size:20px;color:#1b2a4a;margin-bottom:10px;border-bottom:2px solid #5c7daa;padding-bottom:8px;}
.cat-desc h2{font-size:16px;color:#1b2a4a;margin:20px 0 8px;padding-left:12px;border-left:3px solid #3d5a80;}
.cat-desc p{font-size:14px;color:#555;line-height:1.8;margin-bottom:8px;}
.cat-desc ul,.cat-desc ol{margin:8px 0 12px 20px;}.cat-desc li{margin-bottom:4px;}
.cat-cta{background:linear-gradient(135deg,#1b2a4a,#3d5a80);color:#fff;padding:24px;border-radius:6px;text-align:center;margin-top:24px;}
.cat-cta h3{color:#fff;font-size:16px;margin-bottom:10px;}
.cat-cta a{color:#fbd38d !important;font-size:22px;font-weight:700;text-decoration:none !important;}
/* 相关文章/面包屑/分页/底部 */
.related-box{background:#fff;border-radius:6px;padding:20px 24px;border:1px solid #e4e8ee;margin-top:20px;}
.related-box h3{font-size:16px;font-weight:700;color:#1b2a4a;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #eee;}
.related-box li{padding:6px 0;font-size:14px;}
.related-box a{color:#444;}.related-box a:hover{color:#3d5a80;}
.breadcrumb{font-size:13px;color:#999;padding:12px 0;}.breadcrumb a{color:#666;}.breadcrumb a:hover{color:#3d5a80;}
.pager{text-align:center;padding:20px 0;}
.pager a,.pager span{display:inline-block;min-width:34px;height:34px;line-height:34px;padding:0 10px;margin:0 2px;border:1px solid #ddd;border-radius:4px;font-size:13px;color:#555;text-align:center;}
.pager a:hover{border-color:#3d5a80;color:#3d5a80;text-decoration:none;}
.pager span.current{background:#3d5a80;border-color:#3d5a80;color:#fff;}

.site-ft{background:#1b2a4a;color:#8e9db5;padding:28px 0 0;}
.site-ft-inner{display:flex;justify-content:space-between;gap:32px;padding-bottom:20px;}
.site-ft-info h4{color:#d0dce8;font-size:16px;margin-bottom:8px;}
.site-ft-info p{font-size:13px;line-height:1.7;}.site-ft-info a{color:#8e9db5;}
.site-ft-links{display:flex;align-items:center;flex-wrap:wrap;}
.site-ft-links-label{color:#8e9db5;font-size:14px;font-weight:600;margin-right:12px;white-space:nowrap;}
.site-ft-links-list{display:flex;gap:8px;flex-wrap:wrap;}
.site-ft-links-list a{color:#8e9db5;font-size:13px;padding:4px 14px;border:1px solid #2a4a6e;border-radius:3px;white-space:nowrap;}
.site-ft-links-list a:hover{color:#fff;background:#3d5a80;border-color:#3d5a80;text-decoration:none;}
.site-ft-copy{border-top:1px solid #2d3f57;text-align:center;padding:12px 0;font-size:12px;color:#5c7090;}
.site-ft-copy a{color:#5c7090;}

/* ===== 详情页样式 ===== */

/* 面包屑 */
.story-wrap .crumb {
    font-size:13px; color:#888; padding:12px 0 16px; border-bottom:1px solid #dde4eb; margin-bottom:20px; line-height:1.6;
}
.story-wrap .crumb a { color:#666; text-decoration:none; transition:color .15s; }
.story-wrap .crumb a:hover { color:#3d5a80; text-decoration:underline; }

/* 外层 */
.story-wrap { max-width:1200px; margin:0 auto; padding:20px 16px; }
.story-wrap .main-col { display:flex; gap:28px; align-items:flex-start; }
.story-wrap .col-content { flex:1; min-width:0; }

.story-wrap .story-body {
    background:#fff; border-radius:8px; padding:32px 36px; border:1px solid #dde4eb; box-shadow:0 1px 4px rgba(0,0,0,0.04);
}
.story-wrap .story-body h1 {
    font-size:24px; font-weight:700; line-height:1.5; color:#1b2a3d; margin:0 0 16px; padding-bottom:14px; border-bottom:2px solid #3d5a80;
}

.story-wrap .story-heading {
    font-size:13px; color:#999; margin-bottom:20px; padding-bottom:14px; border-bottom:1px dashed #e0e0e0;
    display:flex; gap:20px; flex-wrap:wrap; align-items:center;
}
.story-wrap .story-heading span { display:inline-flex; align-items:center; gap:4px; }

.story-wrap .art-detail-img {
    margin-bottom:24px; border-radius:6px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.08);
}
.story-wrap .art-detail-img img { width:100%; max-height:420px; object-fit:cover; display:block; }

.story-wrap .story-text {
    font-size:15px; line-height:2; color:#444;
}
.story-wrap .story-text p { margin-bottom:14px; text-indent:2em; }
.story-wrap .story-text h2 {
    font-size:18px; font-weight:700; color:#1b2a3d; margin:28px 0 12px;
    padding:8px 0 8px 14px; border-left:4px solid #3d5a80; background:#edf1f5; border-radius:0 4px 4px 0;
}
.story-wrap .story-text h3 {
    font-size:16px; font-weight:600; color:#1b2a3d; margin:20px 0 8px; padding-bottom:4px; border-bottom:1px dashed #c5d3e0;
}
.story-wrap .story-text ul, .story-wrap .story-text ol { margin:10px 0 16px 2em; line-height:1.9; }
.story-wrap .story-text li { margin-bottom:6px; padding-left:4px; }
.story-wrap .story-text ul li { list-style:disc; }
.story-wrap .story-text ol li { list-style:decimal; }
.story-wrap .story-text strong { color:#1b2a3d; font-weight:600; }
.story-wrap .story-text a { color:#3d5a80; text-decoration:underline; text-underline-offset:2px; }
.story-wrap .story-text a:hover { color:#5b7ea8; }
.story-wrap .story-text blockquote {
    margin:16px 0; padding:12px 20px; background:#f4f6f9; border-left:4px solid #3d5a80; border-radius:0 4px 4px 0; color:#555; font-style:italic;
}

.story-wrap .story-contact {
    margin-top:32px; padding:20px 24px; background:#edf1f5; border-left:4px solid #3d5a80; border-radius:0 6px 6px 0;
}
.story-wrap .story-contact p { font-size:14px; color:#555; margin-bottom:4px; }
.story-wrap .story-contact a { color:#c00; font-weight:700; font-size:20px; text-decoration:none; }

.story-wrap .story-related {
    margin-top:32px; background:#fff; border:1px solid #dde4eb; border-radius:8px; padding:20px 24px; box-shadow:0 1px 4px rgba(0,0,0,0.04);
}
.story-wrap .story-related h3 {
    font-size:16px; font-weight:700; color:#1b2a3d; margin-bottom:14px; padding-bottom:10px; border-bottom:2px solid #3d5a80;
}
.story-wrap .story-related ul { list-style:none; padding:0; margin:0; }
.story-wrap .story-related li { padding:10px 0; border-bottom:1px solid #f0f0f0; }
.story-wrap .story-related li:last-child { border-bottom:none; }
.story-wrap .story-related li a {
    font-size:14px; color:#444; text-decoration:none; line-height:1.6; display:block; padding-left:16px; position:relative;
}
.story-wrap .story-related li a::before { content:"›"; position:absolute; left:0; color:#3d5a80; font-weight:700; font-size:16px; }
.story-wrap .story-related li a:hover { color:#3d5a80; text-decoration:underline; }

.story-wrap .story-sidebar { width:280px; flex-shrink:0; }
.story-wrap .story-sidebar .side-box { background:#fff; border-radius:8px; margin-bottom:16px; border:1px solid #dde4eb; overflow:hidden; box-shadow:0 1px 4px rgba(0,0,0,0.04); }
.story-wrap .story-sidebar .side-box h3 { font-size:15px; font-weight:600; color:#fff; background:#3d5a80; padding:12px 16px; }
.story-wrap .story-sidebar .side-tel { text-align:center; padding:24px 16px; }
.story-wrap .story-sidebar .side-tel a { display:block; color:#c00; font-size:24px; font-weight:700; letter-spacing:2px; text-decoration:none; }
.story-wrap .story-sidebar .side-tel small { display:block; font-size:12px; color:#999; margin-top:8px; }
.story-wrap .story-sidebar .side-nav { padding:8px 0; }
.story-wrap .story-sidebar .side-nav li { border-bottom:1px solid #f5f5f5; }
.story-wrap .story-sidebar .side-nav li:last-child { border-bottom:none; }
.story-wrap .story-sidebar .side-nav a { display:block; padding:10px 16px; font-size:14px; color:#444; text-decoration:none; transition:.15s; }
.story-wrap .story-sidebar .side-nav a:hover { background:#edf1f5; color:#3d5a80; padding-left:20px; }
.story-wrap .story-sidebar .side-box p { padding:14px 16px; font-size:13px; color:#666; line-height:1.7; }

/* 分类页面包屑 */
.srv-wrap .crumb {
    font-size:13px; color:#888; padding:12px 0 16px; border-bottom:1px solid #dde4eb; margin-bottom:20px; line-height:1.6;
}
.srv-wrap .crumb a { color:#666; text-decoration:none; transition:color .15s; }
.srv-wrap .crumb a:hover { color:#3d5a80; text-decoration:underline; }

/* 外层 */
.srv-wrap { max-width:1200px; margin:0 auto; padding:20px 16px; }
.srv-wrap .main-col { display:flex; gap:28px; align-items:flex-start; }
.srv-wrap .col-content { flex:1; min-width:0; }

.srv-wrap .srv-heading {
    margin-bottom:24px; border-radius:8px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.08);
}
.srv-wrap .srv-heading img { width:100%; max-height:360px; object-fit:cover; display:block; }

.srv-wrap .srv-detail-block {
    background:#fff; border-radius:8px; padding:28px 32px; border:1px solid #dde4eb; margin-bottom:28px;
    font-size:15px; line-height:2; color:#444; box-shadow:0 1px 4px rgba(0,0,0,0.04);
}
.srv-wrap .srv-detail-block h1 { font-size:22px; font-weight:700; color:#1b2a3d; margin:0 0 18px; padding-bottom:12px; border-bottom:2px solid #3d5a80; }
.srv-wrap .srv-detail-block h2 {
    font-size:17px; font-weight:600; color:#1b2a3d; margin:24px 0 10px;
    padding:6px 0 6px 14px; border-left:4px solid #3d5a80; background:#edf1f5; border-radius:0 4px 4px 0;
}
.srv-wrap .srv-detail-block h3 { font-size:15px; font-weight:600; color:#1b2a3d; margin:18px 0 8px; padding-bottom:4px; border-bottom:1px dashed #c5d3e0; }
.srv-wrap .srv-detail-block p { margin-bottom:12px; text-indent:2em; }
.srv-wrap .srv-detail-block ul, .srv-wrap .srv-detail-block ol { margin:10px 0 16px 2em; line-height:1.9; }
.srv-wrap .srv-detail-block li { margin-bottom:6px; padding-left:4px; }
.srv-wrap .srv-detail-block ul li { list-style:disc; }
.srv-wrap .srv-detail-block ol li { list-style:decimal; }
.srv-wrap .srv-detail-block strong { color:#1b2a3d; font-weight:600; }

.srv-wrap .srv-more-articles { margin:0 0 28px; }
.srv-wrap .srv-more-articles h2 { font-size:18px; font-weight:700; color:#1b2a3d; margin-bottom:16px; padding-bottom:10px; border-bottom:2px solid #3d5a80; }

.srv-wrap .srv-art-list { list-style:none; padding:0; margin:0; }

.srv-wrap .srv-art-row {
    display:flex; gap:16px; padding:16px 0; border-bottom:1px solid #f0f0f0; align-items:flex-start;
}
.srv-wrap .srv-art-row:last-child { border-bottom:none; }

.srv-wrap .srv-action-bar {
    background:linear-gradient(135deg,#1b2a3d,#3d5a80); color:#fff; padding:24px 28px; border-radius:8px; text-align:center; margin:0 0 28px;
}
.srv-wrap .srv-action-bar h3 { color:#fff; font-size:18px; margin:0 0 8px; font-weight:600; }
.srv-wrap .srv-action-bar p { margin:0; font-size:15px; color:rgba(255,255,255,0.85); }
.srv-wrap .srv-action-bar a { color:#fbd38d !important; font-size:22px; font-weight:700; text-decoration:none !important; }

.srv-wrap .srv-sidebar { width:280px; flex-shrink:0; }
.srv-wrap .srv-sidebar .side-box { background:#fff; border-radius:8px; margin-bottom:16px; border:1px solid #dde4eb; overflow:hidden; box-shadow:0 1px 4px rgba(0,0,0,0.04); }
.srv-wrap .srv-sidebar .side-box h3 { font-size:15px; font-weight:600; color:#fff; background:#3d5a80; padding:12px 16px; }
.srv-wrap .srv-sidebar .side-tel { text-align:center; padding:24px 16px; }
.srv-wrap .srv-sidebar .side-tel a { display:block; color:#c00; font-size:24px; font-weight:700; letter-spacing:2px; text-decoration:none; }
.srv-wrap .srv-sidebar .side-tel small { display:block; font-size:12px; color:#999; margin-top:8px; }
.srv-wrap .srv-sidebar .side-nav { padding:8px 0; }
.srv-wrap .srv-sidebar .side-nav li { border-bottom:1px solid #f5f5f5; }
.srv-wrap .srv-sidebar .side-nav li:last-child { border-bottom:none; }
.srv-wrap .srv-sidebar .side-nav a { display:block; padding:10px 16px; font-size:14px; color:#444; text-decoration:none; transition:.15s; }
.srv-wrap .srv-sidebar .side-nav a:hover { background:#edf1f5; color:#3d5a80; padding-left:20px; }
.srv-wrap .srv-sidebar .side-box p { padding:14px 16px; font-size:13px; color:#666; line-height:1.7; }

/* 分类页文章卡片 */
.srv-wrap .art-img { flex-shrink:0; width:180px; border-radius:6px; overflow:hidden; }
.srv-wrap .art-img img { width:180px; height:100px; object-fit:cover; display:block; border-radius:6px; transition:transform .3s; }
.srv-wrap .art-img img:hover { transform:scale(1.05); }
.srv-wrap .art-info { flex:1; min-width:0; }
.srv-wrap .art-info h3 { font-size:15px; font-weight:600; margin-bottom:6px; }
.srv-wrap .art-info h3 a { color:#222; text-decoration:none; }
.srv-wrap .art-info h3 a:hover { color:#3d5a80; }
.srv-wrap .art-info .art-meta { font-size:12px; color:#bbb; margin-bottom:6px; }
.srv-wrap .art-info p { font-size:13px; color:#888; line-height:1.6; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-indent:0; }

/* 移动端 */
.site-ft-inner { flex-direction:column; gap:20px; }
.site-ft-links { flex-direction:column; align-items:flex-start; }
.mobile-phone-bar { display:none; }


/* 服务优势区块 */
.adv-content { max-width:800px; margin:0 auto; }
.adv-points { list-style:none; padding:0; margin:0 0 20px; }
.adv-points li { padding:10px 0 10px 28px; position:relative; line-height:1.8; border-bottom:1px dashed #e5e5e5; }
.adv-points li::before { content:"✓"; position:absolute; left:0; top:10px; color:#1a8c3f; font-weight:bold; font-size:16px; }
.adv-summary { line-height:2; color:#555; text-indent:2em; margin:0; }


/* 常见问题区块 */
.faq-list { max-width:800px; margin:0 auto; }
.faq-item { border-bottom:1px solid var(--border-color, #e5e7eb); padding:16px 0; }
.faq-item:last-child { border-bottom:none; }
.faq-q { font-size:16px; font-weight:600; color:var(--primary, #333); margin:0 0 8px; }
.faq-a { font-size:14px; line-height:1.8; color:var(--text-secondary, #666); margin:0; }
.sec-header { text-align:center; margin-bottom:24px; }
.sec-header h2 { font-size:22px; font-weight:700; color:var(--primary, #333); }
.sec-header p { font-size:14px; color:var(--text-secondary, #666); margin-top:4px; }

/* 优势区块 */
.adv-content { max-width:800px; margin:0 auto; }
.adv-points { list-style:none; padding:0; margin:0 0 16px; }
.adv-points li { padding:8px 0 8px 28px; position:relative; font-size:15px; line-height:1.7; color:#444; border-bottom:1px dashed #e5e7eb; }
.adv-points li::before { content:'✓'; position:absolute; left:0; top:8px; font-weight:700; }
.adv-summary { font-size:14px; line-height:1.8; color:#666; padding:12px 16px; background:var(--bg-light, #f9fafb); border-radius:6px; }

@media(max-width:768px) {
    .story-wrap { padding:12px; }
    .story-wrap .main-col { flex-direction:column; }
    .story-wrap .story-body { padding:20px 16px; }
    .story-wrap .story-body h1 { font-size:19px; }
    .story-wrap .story-heading { flex-direction:column; gap:6px; }
    .story-wrap .story-text { font-size:14px; line-height:1.8; }
    .story-wrap .story-text h2 { font-size:16px; margin:20px 0 10px; padding:6px 0 6px 10px; }
    .story-wrap .story-text h3 { font-size:15px; }
    .story-wrap .story-sidebar { width:100%; }
    .story-wrap .story-contact a { font-size:18px; }

    .srv-wrap { padding:12px; }
    .srv-wrap .main-col { flex-direction:column; }
    .srv-wrap .srv-detail-block { padding:18px 16px; }

    .srv-wrap .art-img { width:100%; }
    .srv-wrap .art-img img { width:100%; height:160px; }
    .srv-wrap .srv-action-bar { padding:18px 16px; }
    .srv-wrap .srv-action-bar a { font-size:18px; }
    .srv-wrap .srv-sidebar { width:100%; }

/* ===== 首页移动端适配 ===== */

.site-hd-row { height:auto; padding:12px 0; flex-wrap:wrap; }

.site-menu {
    display:none; flex-direction:column; width:100%; order:3; padding:8px 0 4px;
    border-top:1px solid rgba(255,255,255,0.1);
}
.site-menu.open {
    display:flex;
}
.site-menu a {
    padding:12px 16px; font-size:15px; border-radius:0; text-align:left;
    border-bottom:1px solid rgba(255,255,255,0.06);
}
.burger-btn { display:block; }

.text-hero { padding:32px 0; }
.text-hero h1 { font-size:20px !important; }
.text-hero p { font-size:13px !important; }
.text-hero a[href^="tel"] { font-size:18px !important; padding:8px 20px !important; }
.text-hero .wrap { max-width:100%; }
.svc-list { grid-template-columns:repeat(2,1fr) !important; gap:10px !important; }
.svc-item img { height:80px !important; }

.news-item { flex-direction:column !important; gap:10px !important; }

.news-item img { width:100% !important; flex-shrink:1 !important; }
.news-item img { width:100% !important; height:160px !important; }
.mobile-phone-bar {
    display:flex !important; position:fixed; bottom:0; left:0; right:0; z-index:9999;
    background:linear-gradient(135deg,#1b2a4a,#3d5a80);
    padding:10px 0; text-align:center; box-shadow:0 -2px 10px rgba(0,0,0,0.2);
}
.mobile-phone-bar a {
    color:#fff !important; font-size:17px; font-weight:700; text-decoration:none !important;
    letter-spacing:1px; width:100%; display:block;
}
body { padding-bottom:50px; }
.section, .section-alt { padding:20px 0; }
.sec-title { font-size:17px; margin-bottom:14px; }
.side-box h3 { font-size:14px; padding:8px 12px; }
.side-tel a { font-size:20px !important; 
}
}
