﻿/* ============================================================
   unified.css — 澄泓通联 全站统一头部/底部组件样式
   唯一修改入口：修改此文件即可全站生效
   Brand: var(--brand-red) red, var(--brand-navy) navy, 120px header
   ============================================================ */

/* 引入全站设计令牌（颜色/间距/圆角/阴影/字体/容器，单一事实来源） */
@import url('tokens.css?v=20260812');

/* ===== BODY OFFSET ===== */
html,body{overflow-x:hidden}
body{padding-top:120px!important;margin:0}

/* ===== HEADER ===== */
.unified-header{position:fixed!important;top:0;left:0;right:0;height:120px;background:#fff;z-index:9999;border-bottom:1px solid #f0f0f0;transition:box-shadow .3s,height .3s,padding .3s;box-shadow:none}
.unified-header.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.06);height:80px}
.uh-inner{max-width:1440px;margin:0 auto;padding:0 32px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px;transition:padding .3s}
/* Brand area: logo + slogan */
.uh-brand{display:flex;align-items:center;gap:20px;flex-shrink:0}
.uh-logo{display:flex;align-items:center;text-decoration:none;line-height:1}
.uh-logo img{height:56px;width:auto;transition:height .3s}
.unified-header.scrolled .uh-logo img{height:40px}
.uh-slogan{display:flex;flex-direction:column;gap:4px;padding-left:20px;border-left:1px solid #f0f0f0;transition:all .3s}
.unified-header.scrolled .uh-slogan{padding-left:16px;gap:2px}
.uh-slogan-main{font-size:16px;font-weight:700;color:var(--brand-red);letter-spacing:.5px;line-height:1.2;transition:font-size .3s}
.unified-header.scrolled .uh-slogan-main{font-size:13px}
.uh-slogan-sub{font-size:12px;color:#999;letter-spacing:2px;line-height:1.2;transition:font-size .3s}
.unified-header.scrolled .uh-slogan-sub{font-size:10px;letter-spacing:1px}
/* Navigation */
.uh-nav{display:flex;align-items:center;gap:52px;flex:1;justify-content:center;transition:gap .3s}
.unified-header.scrolled .uh-nav{gap:44px}
.uh-nav .nav-link{font-size:17px;font-weight:500;color:#333;text-decoration:none;transition:color .2s;position:relative;padding:10px 0;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;background:none;border:none}
.unified-header.scrolled .uh-nav .nav-link{font-size:15px;padding:8px 0}
.uh-nav .nav-link:hover{color:var(--brand-red)}
.uh-nav .nav-link.mega-active,.uh-nav .nav-link.active{color:var(--brand-red);font-weight:600}
.uh-nav .nav-link.mega-active::after,.uh-nav .nav-link.active::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:3px;background:var(--brand-red);border-radius:2px;transform:none}
.uh-nav .has-mega{cursor:default}
.mega-arrow{width:14px;height:14px;margin-left:2px;transition:transform .25s;opacity:.6}
.has-mega:hover .mega-arrow{transform:rotate(180deg)}
/* Right area: shop icons + phone + hamburger */
.uh-right{display:flex;align-items:center;gap:16px;flex-shrink:0}
.uh-shop{display:flex;align-items:center;gap:8px}
.uh-shop-link{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .25s;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.uh-shop-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}
.uh-shop-tb{background:linear-gradient(135deg,#ff6a00,#ff4400)}
.uh-shop-pdd{background:linear-gradient(135deg,#e02e24,#c41d1d)}
.uh-phone{font-size:22px;color:var(--brand-red);font-weight:700;display:inline-flex;align-items:center;gap:8px;text-decoration:none;white-space:nowrap;transition:all .2s;letter-spacing:.5px}
.unified-header.scrolled .uh-phone{font-size:18px}
.uh-phone:hover{opacity:.8}
.uh-phone svg{width:24px;height:24px;transition:width .3s,height .3s}
.unified-header.scrolled .uh-phone svg{width:20px;height:20px}
.uh-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:10px;width:48px;height:48px;justify-content:center;align-items:center;position:relative;z-index:10000;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.uh-hamburger span{width:26px;height:2px;background:#333;transition:all .2s;display:block;border-radius:1px;pointer-events:none}
.uh-hamburger:active{opacity:.6}

/* ===== MEGA MENU (dual column: left cat sidebar + right grid) ===== */
.mega-menu{position:fixed;top:120px;left:0;right:0;width:100%;background:#fff;box-shadow:0 12px 40px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s ease,top .3s;z-index:9998;pointer-events:none;border-top:1px solid #f5f5f5}
.unified-header.scrolled .mega-menu{top:80px}
.mega-menu.show{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.mega-menu-inner{max-width:1440px;margin:0 auto;display:flex;flex-direction:column}
.mega-menu-main{display:flex;min-height:280px}
/* Left category sidebar */
.mega-sidebar{flex:0 0 220px;background:#f8f9fb;padding:20px 0;display:flex;flex-direction:column;border-right:1px solid #f0f0f0}
.mega-cat-item{display:flex;align-items:center;gap:12px;padding:14px 28px;font-size:15px;font-weight:500;color:#555;text-decoration:none;transition:all .2s;position:relative;background:transparent}
.mega-cat-item svg{width:18px;height:18px;opacity:.5;transition:all .2s;flex-shrink:0}
.mega-cat-item span{flex:1}
.mega-cat-arrow{width:14px!important;height:14px!important;opacity:0!important;transform:translateX(-4px);transition:all .2s!important}
.mega-cat-item:hover{background:#f0f2f5;color:var(--brand-red)}
.mega-cat-item:hover svg{opacity:1}
.mega-cat-item:hover .mega-cat-arrow{opacity:1!important;transform:translateX(0)}
.mega-cat-item.mega-cat-active{background:var(--brand-red);color:#fff}
.mega-cat-item.mega-cat-active svg{opacity:1;color:#fff}
.mega-cat-item.mega-cat-active .mega-cat-arrow{opacity:1!important;transform:translateX(0);color:#fff}
/* Right service panels */
.mega-panels{flex:1;padding:24px 40px;position:relative}
.mega-panel{display:none;animation:megaFadeIn .2s ease;height:100%}
.mega-panel.mega-panel-active{display:block}
@keyframes megaFadeIn{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:translateX(0)}}
.mega-panel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px 8px}
.mega-svc-link{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:14px;color:#444;text-decoration:none;transition:all .2s;border-radius:8px}
.mega-svc-link:hover{background:#fafafa;color:var(--brand-red);padding-left:22px}
.mega-svc-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;transition:transform .2s}
.mega-svc-link:hover .mega-svc-dot{transform:scale(1.4)}
/* Mega menu bottom CTA */
.mega-cta{border-top:1px solid #f0f0f0;padding:14px 40px;background:#fafbfc;display:flex;align-items:center;justify-content:space-between}
.mega-cta-phone{font-size:22px;font-weight:700;color:var(--brand-red);letter-spacing:.5px}
.mega-cta-text{font-size:14px;color:#888;margin-left:16px}
.mega-cta-btn{padding:10px 28px;background:var(--brand-red);color:#fff;font-size:14px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s}
.mega-cta-btn:hover{background:#cc0010;box-shadow:0 4px 12px rgba(230,0,18,.25)}

/* ===== MOBILE SIDEBAR ===== */
.m-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:10001}
.m-overlay.show{display:block}
.m-sidebar{position:fixed;top:0;right:0;width:min(300px,85vw);height:100vh;background:#fff;z-index:10002;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;box-shadow:-4px 0 20px rgba(0,0,0,.1)}
.m-sidebar.show{transform:translateX(0)}
.m-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e5e7eb}
.m-sidebar-brand{display:flex;align-items:center;gap:8px}
.m-sidebar-brand .uh-logo-text{font-size:20px;font-weight:700;color:var(--brand-navy)}
.m-close{background:none;border:none;color:#333;font-size:28px;cursor:pointer;padding:4px 8px;line-height:1}
.m-sidebar-body{padding:16px 0}
.m-link{display:block;padding:12px 24px;color:#333;text-decoration:none;font-size:15px;transition:all .2s}
.m-link:hover,.m-link.active{color:var(--brand-red);background:rgba(230,0,18,.05)}
.m-submenu-wrap{border-bottom:none}
.m-submenu-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 24px;background:none;border:none;color:#333;font-size:15px;cursor:pointer}
.sub-arrow{width:14px;height:14px;transition:transform .25s;opacity:.6}
.m-submenu-wrap.open .sub-arrow{transform:rotate(180deg)}
.m-submenu-content{display:none;padding:8px 24px 16px;background:#f9f9f9}
.m-submenu-wrap.open .m-submenu-content{display:block}
.m-cat-title{font-size:13px;font-weight:700;padding:8px 0 4px;color:#888}
.m-sub-link{display:block;padding:5px 12px;color:#555;text-decoration:none;font-size:13px;transition:color .2s;border-radius:4px}
.m-sub-link:hover{color:var(--brand-red)}
.m-sidebar-cta{padding:20px 24px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:10px}
.m-phone-link{display:block;padding:12px;text-align:center;color:#333;text-decoration:none;border-radius:8px;font-size:15px;border:1px solid #e5e7eb;transition:all .2s;background:#fff}
.m-phone-link:hover{color:var(--brand-red);border-color:var(--brand-red);background:#fff}
.m-consult-btn{display:block;padding:12px;text-align:center;color:#fff;background:var(--brand-red);text-decoration:none;border-radius:8px;font-weight:600;font-size:15px;transition:background .2s}
.m-consult-btn:hover{background:#cc0010;color:#fff}

/* ===== FOOTER ===== */
.unified-footer{background:#fff;border-top:1px solid #e5e7eb}
.uf-main{background:#f8f9fa}
.uf-inner{max-width:1440px;margin:0 auto;padding:56px 32px 40px}
.uf-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:32px}
.uf-title{font-size:16px;font-weight:700;color:var(--brand-navy);margin-bottom:20px;position:relative;padding-bottom:10px}
.uf-title::after{content:'';position:absolute;bottom:0;left:0;width:24px;height:2px;background:var(--brand-red);border-radius:1px;display:block}
.uf-links{list-style:none;padding:0;margin:0}
.uf-links li{margin-bottom:10px}
.uf-links a{font-size:13px;color:#888;text-decoration:none;transition:color .2s}
.uf-links a:hover{color:var(--brand-red)}
.uf-about-text{font-size:13px;color:#888;line-height:1.8;margin-bottom:16px}
.uf-about-link{font-size:13px;color:var(--brand-red);text-decoration:none;font-weight:600}
.uf-about-link:hover{color:#cc0010}
.uf-contact li{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.uf-icon{font-size:16px}
.uf-follow{margin-top:20px}
.uf-follow-title{font-size:13px;font-weight:600;color:var(--brand-navy);margin:0 0 12px}
.uf-qr-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.uf-qr-item{display:flex;flex-direction:column;align-items:center;text-align:center}
.uf-qr-item img{width:76px;height:76px;object-fit:cover;border-radius:8px;border:1px solid #f0f0f0;display:block}
.uf-qr-label{font-size:11px;color:#666;margin-top:6px;line-height:1.2}
.uf-qr-wework{color:#07c160;font-weight:500}
.uf-qr-placeholder{gap:4px}
.uf-qr-ph-icon{width:76px;height:76px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}
.uf-qr-hint{font-size:9px;color:#ccc;line-height:1}
.uf-bottom{background:#fff;border-top:1px solid #e5e7eb}
.uf-bottom-inner{max-width:1440px;margin:0 auto;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#888}
.uf-copyright a{color:#888;text-decoration:none}
.uf-copyright a:hover{color:var(--brand-red)}
.uf-friend span{margin-right:8px}
.uf-friend a{color:#888;text-decoration:none;margin-right:12px}
.uf-friend a:hover{color:var(--brand-red)}

/* ===== HEADER SHOP LINKS TOOLTIP ===== */
.uh-shop-link{position:relative}
.uh-shop-tip{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);background:rgba(0,0,0,.75);color:#fff;font-size:11px;padding:4px 10px;border-radius:6px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s;pointer-events:none;z-index:10}
.uh-shop-tip::before{content:'';position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-bottom-color:rgba(0,0,0,.75)}
.uh-shop-link:hover .uh-shop-tip{opacity:1;visibility:visible}

/* ===== FOOTER SHOP LINKS ===== */
.uf-shop{margin-top:14px;padding-top:14px;border-top:1px dashed #e5e7eb}
.uf-shop-title{font-size:12px;font-weight:600;color:#888;margin:0 0 10px;letter-spacing:.3px}
.uf-shop-links{display:flex;gap:8px}
.uf-shop-link{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:6px;font-size:12px;text-decoration:none;color:#fff;transition:all .2s;font-weight:500}
.uf-shop-link:hover{transform:translateY(-1px);opacity:.9}
.uf-shop-link.uf-shop-tb{background:linear-gradient(135deg,#ff6a00,#ff4400)}
.uf-shop-link.uf-shop-pdd{background:linear-gradient(135deg,#e02e24,#c41d1d)}

/* ===== MOBILE SHEET SHOP LINKS ===== */
.mbn-sheet-shop{margin-bottom:12px}
.mbn-sheet-shop-label{font-size:12px;color:#999;text-align:center;margin-bottom:10px;position:relative}
.mbn-sheet-shop-label::before,.mbn-sheet-shop-label::after{content:'';position:absolute;top:50%;width:32px;height:1px;background:#e5e7eb}
.mbn-sheet-shop-label::before{left:calc(50% - 52px)}
.mbn-sheet-shop-label::after{right:calc(50% - 52px)}
.mbn-sheet-shop-links{display:flex;gap:10px}
.mbn-sheet-shop-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 8px;border-radius:10px;text-decoration:none;font-size:13px;font-weight:500;color:#fff;transition:all .2s}
.mbn-sheet-shop-btn:active{transform:scale(.97)}
.mbn-sheet-shop-btn.mbn-shop-tb{background:linear-gradient(135deg,#ff6a00,#ff4400);box-shadow:0 2px 8px rgba(255,68,0,.2)}
.mbn-sheet-shop-btn.mbn-shop-pdd{background:linear-gradient(135deg,#e02e24,#c41d1d);box-shadow:0 2px 8px rgba(224,46,36,.2)}

/* ===== FLOAT SIDEBAR ===== */
.float-sidebar{position:fixed;right:16px;bottom:80px;z-index:9998;display:flex;flex-direction:column;gap:8px}
.float-item{position:relative;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .2s;box-shadow:0 2px 12px rgba(0,0,0,.15);cursor:pointer;overflow:visible}
.float-item:hover{transform:scale(1.1)}
.float-qr{background:#07c160;position:relative}
.float-qr:hover{background:#06ad56}
.float-phone{background:#3b82f6}
.float-phone:hover{background:#2563eb}
.float-service{background:var(--brand-red)}
.float-service:hover{background:#cc0000}
.float-top{background:#6b7280}
.float-top:hover{background:#4b5563}
.float-qr-popup{display:none;position:absolute;right:60px;bottom:50%;transform:translateY(50%);background:#fff;padding:12px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.18);width:164px;z-index:10001}
.float-qr:hover .float-qr-popup{display:block}
.float-qr-popup img{display:block;width:140px;height:140px;object-fit:cover;border-radius:8px;margin:0 auto 8px}
.float-qr-popup-label{font-size:13px;color:#333;text-align:center;font-weight:500}
.float-qr-popup-sublabel{font-size:11px;color:#999;text-align:center;margin-top:2px}

/* ===== 宽屏适配（全站统一网格：头/身/底/面包屑一起加宽，严格对齐） =====
   基础屏（<1440）：全局 1440px / 32px（各页 CSS 已定义）。
   宽屏（≥1440）：全站统一放大到 1800px / 64px。
       注：断点取 1440 而非 1920，是为了覆盖「高分辨率屏 + 系统缩放(125%/150%)」
       导致的 CSS 视口宽度（如 1920 物理屏@125% 实际仅 1536px）也能触发加宽。
   超宽（≥2560）：全站统一放大到 2000px / 80px。
   下方用通用选择器把内容区（含内联 max-w-[*] 工具类）统一拉到同一网格线，
   确保头部、面包屑、正文、页脚左边缘严格对齐，呈现大气且不乱的宽屏效果。 */
@media(min-width:1440px){
  .uh-inner{max-width:1800px;padding:0 64px;gap:40px}
  .uh-logo img{height:64px}
  .uh-slogan-main{font-size:17px}
  .uh-slogan-sub{font-size:13px;letter-spacing:2px}
  .uh-nav{gap:64px}
  .uh-nav .nav-link{font-size:18px}
  .uh-phone{font-size:24px}
  .uh-shop-link{width:38px;height:38px}
  .mega-menu-inner{max-width:1800px}
  .mega-sidebar{flex:0 0 240px}
  .mega-cat-item{padding:16px 32px;font-size:16px;gap:14px}
  .mega-cat-item svg{width:20px;height:20px}
  .mega-panels{padding:28px 64px}
  .mega-panel-grid{gap:6px 12px}
  .mega-svc-link{padding:12px 20px;font-size:15px}
  .mega-cta{padding:16px 64px}
  .uf-inner{max-width:1800px;padding:56px 64px 40px}
  .uf-bottom-inner{max-width:1800px;padding:20px 64px}

  /* 内容区（含 hero/区块/页脚正文/内联 Tailwind 容器）—— 统一 1800 / 64 */
  [class$="-inner"]:not(.uh-inner):not(.uf-inner):not(.section-inner):not(.svc-breadcrumb-inner),
  .svc-hero-content,.svc-container,
  .container,.wrapper,.section-wrap,.section-container,
  .banner-content,.footer-main,.footer-friend-inner,.footer-bottom-inner{
    max-width:1800px!important;
    padding-left:64px!important;
    padding-right:64px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .section-inner{
    max-width:1800px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  /* 服务页 section 自身不再保留横向内边距，统一由 inner 容器控制 */
  .svc-section,[class*="-section"],[class*="-banner"]{padding-left:0!important;padding-right:0!important}
  /* 共享字号在宽屏下适度放大（合理而非单纯拉大） */
  .section-title{font-size:32px!important}
  .banner-title{font-size:46px!important}
  /* Tailwind 工具类页面：把容器宽度写进 max-w-[*] 工具类（运行时生成），需用 !important 覆盖使其对齐 */
  .max-w-\[1440px\],.max-w-\[1200px\],.max-w-\[1280px\],.max-w-\[1320px\]{max-width:1800px!important;padding-left:64px!important;padding-right:64px!important}
}
@media(min-width:2560px){
  .uh-inner{max-width:2000px;padding:0 80px}
  .mega-menu-inner{max-width:2000px}
  .uf-inner{max-width:2000px;padding:56px 80px 40px}
  .uf-bottom-inner{max-width:2000px;padding:20px 80px}
  [class$="-inner"]:not(.uh-inner):not(.uf-inner):not(.section-inner):not(.svc-breadcrumb-inner),
  .svc-hero-content,.svc-container,
  .container,.wrapper,.section-wrap,.section-container,
  .banner-content,.footer-main,.footer-friend-inner,.footer-bottom-inner{
    max-width:2000px!important;
    padding-left:80px!important;
    padding-right:80px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .section-inner{
    max-width:2000px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .svc-section,[class*="-section"],[class*="-banner"]{padding-left:0!important;padding-right:0!important}
  .section-title{font-size:36px!important}
  .banner-title{font-size:52px!important}
  .max-w-\[1440px\],.max-w-\[1200px\],.max-w-\[1280px\],.max-w-\[1320px\]{max-width:2000px!important;padding-left:80px!important;padding-right:80px!important}
}

/* ===== SKIP LINK（无障碍：键盘用户跳到主内容） ===== */
.skip-link{position:absolute;left:-9999px;top:8px;z-index:10010;background:var(--brand-red);color:#fff;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:left .2s}
.skip-link:focus{left:16px;outline:2px solid #fff;outline-offset:2px}
#main:focus{outline:none}

/* ===== FOCUS VISIBLE（键盘可达性高亮，替代默认 outline） ===== */
:focus-visible{outline:2px solid var(--brand-red);outline-offset:2px}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,.uh-nav .nav-link:focus-visible{outline:2px solid var(--brand-red);outline-offset:2px;border-radius:3px}

/* ===== RESPONSIVE ===== */
/* 平板和手机统一：隐藏 footer 和右侧悬浮栏，显示专属底部导航 */
@media(max-width:1199px){
  body{padding-top:60px!important;padding-bottom:64px!important}
  .unified-header{height:60px}
  .uh-slogan{display:none}
  .uh-brand{gap:0}
  .uh-nav{display:none}
  .uh-phone{display:none}
  .uh-shop{display:none}
  .uh-hamburger{display:flex}
  .mega-menu{display:none!important}
  .unified-footer{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important}
  .float-sidebar{display:none!important}
  /* 平板/移动端专属底部悬浮导航 */
  .mobile-bottom-nav{display:flex!important}
}
@media(max-width:768px){
  .uh-inner{padding:0 16px}
  .uh-logo img{height:34px}
}
@media(max-width:480px){
  .uh-logo img{height:30px}
}

/* 移动端底部悬浮导航 - 默认隐藏，仅在小屏显示 */
.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;box-shadow:0 -2px 10px rgba(0,0,0,0.08);z-index:9999;align-items:center;justify-content:space-around;padding:0 8px}
.mbn-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:#666;font-size:11px;transition:color .2s}
.mbn-item:active{color:var(--brand-red)}
.mbn-item.active{color:var(--brand-red)}
.mbn-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}
.mbn-icon svg{width:22px;height:22px}
.mbn-call{background:var(--brand-red);color:#fff;border-radius:28px;height:44px;margin-top:-20px;flex:0 0 56px;box-shadow:0 4px 12px rgba(230,0,18,0.3);flex-direction:column;gap:0}
.mbn-call .mbn-icon{display:none}
.mbn-call span{font-size:12px;font-weight:600;margin-top:0}

/* ===== Consult Action Sheet (mobile/tablet) ===== */
.mbn-sheet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10003;opacity:0;pointer-events:none;transition:opacity .3s}
.mbn-sheet-overlay.show{opacity:1;pointer-events:auto}
.mbn-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;z-index:10004;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1);padding:12px 20px calc(20px + env(safe-area-inset-bottom));visibility:hidden}
.mbn-sheet.show{transform:translateY(0);visibility:visible}
.mbn-sheet-handle{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:0 auto 16px}
.mbn-sheet-title{text-align:center;font-size:16px;font-weight:700;color:#1d1d1f;margin-bottom:16px}
.mbn-sheet-qr-tabs{display:flex;gap:8px;margin-bottom:16px}
.mbn-qr-tab{flex:1;padding:8px 0;border:1px solid #e5e7eb;border-radius:10px;background:#fff;font-size:12px;font-weight:500;color:#666;cursor:pointer;transition:all .2s}
.mbn-qr-tab.active{background:var(--brand-red);color:#fff;border-color:var(--brand-red)}
.mbn-sheet-qr-area{min-height:180px;margin-bottom:16px}
.mbn-sheet-qr-pane{display:none;flex-direction:column;align-items:center}
.mbn-sheet-qr-pane.active{display:flex}
.mbn-sheet-qr-pane img{width:140px;height:140px;object-fit:cover;border-radius:12px;border:1px solid #f0f0f0}
.mbn-sheet-qr-ph{width:140px;height:140px;border-radius:12px;background:#f9fafb;display:flex;align-items:center;justify-content:center;border:1px dashed #e5e7eb}
.mbn-qr-ph-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}
.mbn-sheet-qr-label{font-size:12px;color:#999;margin-top:10px}
.mbn-sheet-qr-hint{font-size:11px;color:#ccc;margin-top:4px}
.mbn-sheet-btns{display:flex;gap:12px;margin-bottom:12px}
.mbn-sheet-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px 8px;border-radius:12px;text-decoration:none;font-size:13px;font-weight:600;transition:all .2s}
.mbn-sheet-btn:active{transform:scale(.97)}
.mbn-sheet-btn-phone{color:var(--brand-red);background:rgba(230,0,18,.08)}
.mbn-sheet-btn-form{color:#fff;background:linear-gradient(135deg,var(--brand-red),#cc0010);box-shadow:0 4px 14px rgba(230,0,18,.25)}
.mbn-sheet-btn svg{width:22px;height:22px}
.mbn-sheet-cancel{text-align:center;padding:14px;color:#666;font-size:15px;font-weight:500;border-radius:12px;background:#f5f5f5;cursor:pointer;transition:background .2s}
.mbn-sheet-cancel:active{background:#e8e8e8}
/* Sheet only visible on mobile/tablet */
@media(min-width:1200px){
  .mbn-sheet-overlay,.mbn-sheet{display:none!important}
}

/* ===== SERVICE BREADCRUMB (rendered inside dark hero) ===== */
.svc-breadcrumb{margin-bottom:22px}
.svc-breadcrumb-inner{max-width:none;margin:0;padding:0;font-size:14px;line-height:1;color:rgba(255,255,255,.72);display:flex;align-items:center;flex-wrap:wrap;text-shadow:0 1px 2px rgba(0,0,0,.35)}
.svc-breadcrumb a{color:rgba(255,255,255,.72);text-decoration:none;transition:color .2s}
.svc-breadcrumb a:hover{color:#fff}
.svc-breadcrumb-sep{margin:0 9px;color:rgba(255,255,255,.4);font-size:12px}
.svc-breadcrumb-current{color:var(--brand-red,#E60012);font-weight:600}
@media(max-width:640px){
  .svc-breadcrumb{margin-bottom:16px}
  .svc-breadcrumb-inner{font-size:13px}
  .svc-breadcrumb-sep{margin:0 7px}
}
