/* 王龙工作室 V11.7.16 — 主站手机端 UI 重构
   设计语言参考用户提供的 88zd.vip 手机端源码：
   浅蓝灰页面底 + 白色内容卡 + 深蓝/金色品牌锚点 + 大圆角 + 轻阴影 + 清晰字号层级。
   仅影响 <=760px；桌面端与业务结构不变。 */

@media (max-width:760px){
  :root{
    --wlm-bg:#f4f7fc;
    --wlm-bg2:#eef4fb;
    --wlm-card:#ffffff;
    --wlm-ink:#08152e;
    --wlm-muted:#60708b;
    --wlm-line:#dde7f6;
    --wlm-navy:#061b49;
    --wlm-blue:#0b5cda;
    --wlm-blue2:#1b79ff;
    --wlm-gold:#f7c74d;
    --wlm-gold2:#ffe08a;
    --wlm-shadow:0 18px 42px rgba(7,20,44,.08);
    --wlm-shadow2:0 24px 56px rgba(7,20,44,.13);
  }

  html{background:var(--wlm-bg)!important;scroll-padding-top:72px!important}
  body.wl11-site{
    overflow-x:hidden!important;
    padding-bottom:0!important;
    color:var(--wlm-ink)!important;
    background:linear-gradient(180deg,#f7faff 0%,#eef4fb 43%,#f7faff 100%)!important;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif!important;
    -webkit-font-smoothing:antialiased!important;
    text-rendering:optimizeLegibility!important;
  }
  body.wl11-site::before{display:none!important}
  body.wl11-site .wl11-container{width:calc(100% - 24px)!important;max-width:none!important}
  body.wl11-site .wl11-announcement{display:none!important}
  body.wl11-site .wl11-mobile-dock{display:none!important}

  /* Header：参考站点的白色半透明吸顶栏 */
  body.wl11-site .wl11-header{
    position:sticky!important;top:0!important;z-index:180!important;padding:0!important;
    background:rgba(255,255,255,.91)!important;border-bottom:1px solid rgba(8,21,46,.08)!important;
    box-shadow:0 10px 28px rgba(8,21,46,.05)!important;
    backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;
  }
  body.wl11-site .wl11-header::before{display:none!important}
  body.wl11-site .wl11-nav{min-height:62px!important;gap:10px!important}
  body.wl11-site .wl11-brand{gap:9px!important;min-width:0!important}
  body.wl11-site .site-brand-picture{height:40px!important;max-width:176px!important}
  body.wl11-site .site-brand-logo{width:auto!important;max-height:40px!important}
  body.wl11-site .wl11-brand-mark{
    width:40px!important;height:40px!important;border-radius:13px!important;
    background:linear-gradient(135deg,var(--wlm-navy),var(--wlm-blue))!important;
    box-shadow:0 10px 22px rgba(11,92,218,.18)!important;
  }
  body.wl11-site .wl11-brand strong{font-size:16px!important;line-height:1.08!important;color:var(--wlm-ink)!important}
  body.wl11-site .wl11-brand small{display:none!important}
  body.wl11-site .wl11-actions{display:none!important}
  body.wl11-site .wl11-menu{
    display:grid!important;place-items:center!important;width:40px!important;height:40px!important;margin-left:auto!important;
    border:1px solid var(--wlm-line)!important;border-radius:999px!important;background:#fff!important;box-shadow:none!important;
  }
  body.wl11-site .wl11-menu i{background:var(--wlm-ink)!important}
  body.wl11-site .wl11-navlinks{
    position:fixed!important;top:70px!important;left:12px!important;right:12px!important;z-index:190!important;
    display:none!important;grid-template-columns:1fr!important;gap:8px!important;padding:14px!important;
    border:1px solid rgba(221,231,246,.95)!important;border-radius:22px!important;background:#fff!important;
    box-shadow:0 24px 64px rgba(7,20,44,.16)!important;
  }
  body.wl11-site .wl11-navlinks.open{display:grid!important}
  body.wl11-site .wl11-navlinks a{
    min-height:44px!important;padding:0 14px!important;display:flex!important;align-items:center!important;
    border:1px solid var(--wlm-line)!important;border-radius:14px!important;background:#f7faff!important;
    color:#334155!important;font-size:14px!important;font-weight:850!important;text-align:left!important;
  }

  /* Hero：只让首屏成为深色品牌锚点；整站不再大面积深色 */
  body.wl11-site .wl11-hero{padding:14px 0 18px!important;background:transparent!important;overflow:visible!important}
  body.wl11-site .wl11-hero-shell,
  body.wl11-site .wl11-hero-shell.has-poster{
    display:flex!important;flex-direction:column!important;min-height:0!important;padding:0!important;gap:0!important;
    overflow:hidden!important;border:0!important;border-radius:27px!important;
    background:
      radial-gradient(220px 220px at 100% 0,rgba(247,199,77,.24),transparent 64%),
      radial-gradient(280px 240px at -10% 100%,rgba(27,121,255,.25),transparent 66%),
      linear-gradient(135deg,var(--wlm-navy) 0%,#08337d 58%,var(--wlm-blue) 100%)!important;
    box-shadow:0 26px 60px rgba(6,27,73,.18)!important;
  }
  body.wl11-site .wl11-hero-shell.has-poster::before,
  body.wl11-site .wl11-hero-shell.has-poster::after{display:none!important}
  body.wl11-site .wl11-hero-shell.has-poster .wl11-hero-copy,
  body.wl11-site .wl11-hero-copy{
    position:relative!important;inset:auto!important;order:1!important;z-index:2!important;width:100%!important;min-height:0!important;
    margin:0!important;padding:22px 18px 18px!important;border:0!important;border-radius:0!important;
    background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
    color:#fff!important;
  }
  body.wl11-site .wl11-hero-shell.has-poster .wl11-hero-copy::before,
  body.wl11-site .wl11-hero-copy::before{display:none!important}
  body.wl11-site .wl11-hero-shell.has-poster .wl11-hero-copy::after{display:none!important}

  body.wl11-site .wl11-hero-shell.has-poster .wl11-hero-ambient{
    position:relative!important;inset:auto!important;order:2!important;z-index:1!important;display:block!important;
    width:auto!important;height:auto!important;aspect-ratio:1826/861!important;margin:0 14px 16px!important;
    overflow:hidden!important;border-radius:20px!important;background:#fff!important;border:1px solid rgba(255,255,255,.26)!important;
    box-shadow:0 16px 36px rgba(0,0,0,.17)!important;opacity:1!important;filter:none!important;transform:none!important;
  }
  body.wl11-site .wl11-hero-shell.has-poster .wl11-hero-ambient img{
    display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;
    filter:none!important;transform:none!important;
  }
  body.wl11-site .wl11-hero-shell.has-poster .wl11-hero-ambient-veil{display:none!important}
  body.wl11-site .wl11-hero-shell.has-poster .wl11-stage,
  body.wl11-site .wl11-hero-shell.has-poster .wl11-stage-custom{display:none!important}

  body.wl11-site .wl11-kicker{
    display:inline-flex!important;width:auto!important;margin:0 0 13px!important;padding:7px 10px!important;
    border-radius:999px!important;background:rgba(247,199,77,.15)!important;border:1px solid rgba(247,199,77,.32)!important;
    color:var(--wlm-gold2)!important;font-size:11px!important;font-weight:900!important;letter-spacing:.6px!important;
  }
  body.wl11-site .wl11-kicker::before{display:none!important}
  body.wl11-site .wl11-kicker b{padding:0!important;margin-right:5px!important;background:transparent!important;border:0!important;color:inherit!important}
  body.wl11-site .wl11-hero-title-v1179{gap:5px!important;margin:0!important;letter-spacing:-1px!important}
  body.wl11-site .wl11-hero-title-v1179 .hero-main,
  body.wl11-site .wl11-hero-title-v1179 .hero-sub{display:flex!important;flex-wrap:wrap!important;align-items:baseline!important}
  body.wl11-site .wl11-hero-title-v1179 .hero-main{font-size:30px!important;line-height:1.08!important;font-weight:950!important}
  body.wl11-site .wl11-hero-title-v1179 .hero-sub{font-size:23px!important;line-height:1.15!important;font-weight:900!important}
  body.wl11-site .wl11-hero-title-v1179 .hero-dark{color:#f5f8ff!important}
  body.wl11-site .wl11-hero-title-v1179 .hero-accent{
    background:linear-gradient(180deg,#fff4c0 0%,#ffd76c 48%,#f7b500 100%)!important;
    -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;
  }
  body.wl11-site .wl11-hero-title-v1179 .hero-dot{color:var(--wlm-gold2)!important;margin:0 5px!important}
  body.wl11-site .wl11-hero-title-v1179 .hero-gap{width:6px!important}
  body.wl11-site .wl11-hero-lead{
    display:block!important;margin:13px 0 0!important;max-width:none!important;color:rgba(255,255,255,.84)!important;
    font-size:15px!important;line-height:1.82!important;font-weight:500!important;
  }
  body.wl11-site .wl11-hero-actions{
    display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin-top:18px!important;
  }
  body.wl11-site .wl11-hero-actions .wl11-btn{
    display:flex!important;width:100%!important;min-height:44px!important;padding:0 12px!important;border-radius:999px!important;
    align-items:center!important;justify-content:center!important;font-size:12.5px!important;font-weight:900!important;white-space:nowrap!important;
    background:var(--wlm-gold)!important;color:var(--wlm-navy)!important;border:0!important;box-shadow:none!important;
  }
  body.wl11-site .wl11-hero-actions .wl11-btn.primary{
    background:#fff!important;color:var(--wlm-navy)!important;border:0!important;box-shadow:none!important;
  }
  body.wl11-site .wl11-hero-actions .wl11-btn:nth-child(3){
    grid-column:1/-1!important;background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;
  }
  body.wl11-site .wl11-proof{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:15px!important}
  body.wl11-site .wl11-proof span{
    width:auto!important;min-width:0!important;padding:7px 10px!important;border-radius:999px!important;
    background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;
    color:rgba(255,255,255,.82)!important;font-size:11px!important;font-weight:750!important;
  }
  body.wl11-site .wl11-proof span i{background:var(--wlm-gold)!important}
  body.wl11-site .wl11-hero-metrics{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:14px!important;
    border:0!important;border-radius:0!important;overflow:visible!important;
  }
  body.wl11-site .wl11-hero-metrics div{
    padding:10px 11px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;
    background:rgba(255,255,255,.08)!important;
  }
  body.wl11-site .wl11-hero-metrics strong{color:#fff!important;font-size:17px!important}
  body.wl11-site .wl11-hero-metrics span{color:rgba(255,255,255,.62)!important;font-size:8.5px!important;letter-spacing:.6px!important}

  /* 通用章节：参考站点的短留白 + 大标题 + 白卡 */
  body.wl11-site main>.wl11-section,
  body.wl11-site .wl11-section{
    padding:18px 0!important;background:transparent!important;border:0!important;
  }
  body.wl11-site .wl11-section[style]{padding-top:18px!important}
  body.wl11-site .wl11-section-head{
    flex-direction:column!important;align-items:flex-start!important;gap:7px!important;margin-bottom:14px!important;
  }
  body.wl11-site .wl11-section-head .index{
    display:inline-flex!important;margin:0 0 2px!important;padding:6px 10px!important;border-radius:999px!important;
    background:#eaf2ff!important;border:1px solid rgba(11,92,218,.10)!important;color:var(--wlm-blue)!important;
    font-size:10.5px!important;font-weight:900!important;letter-spacing:.7px!important;
  }
  body.wl11-site .wl11-section-head .index::before{display:none!important}
  body.wl11-site .wl11-section-head h2{
    color:var(--wlm-ink)!important;font-size:28px!important;line-height:1.16!important;font-weight:950!important;letter-spacing:-.8px!important;
  }
  body.wl11-site .wl11-section-head p{
    margin-top:6px!important;color:var(--wlm-muted)!important;font-size:14px!important;line-height:1.78!important;font-weight:500!important;
  }
  body.wl11-site .wl11-section-head .wl11-text-link,
  body.wl11-site .wl11-text-link{color:var(--wlm-blue)!important;font-size:12px!important;font-weight:850!important}
  body.wl11-site .wl11-business::before,
  body.wl11-site .wl11-featured::before{display:none!important}

  /* 核心业务：完全采用“图片上 + 白色正文卡”节奏 */
  body.wl11-site .wl11-business{background:transparent!important}
  body.wl11-site .wl11-business-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
  body.wl11-site .wl11-biz,
  body.wl11-site .wl11-biz.major,
  body.wl11-site .wl11-biz.medium{
    display:flex!important;flex-direction:column!important;min-height:0!important;padding:0!important;margin:0!important;
    overflow:hidden!important;border:1px solid rgba(221,231,246,.96)!important;border-radius:22px!important;
    background:#fff!important;box-shadow:var(--wlm-shadow)!important;transform:none!important;
  }
  body.wl11-site .wl11-biz > .wl11-biz-art,
  body.wl11-site .wl11-biz.medium > .wl11-biz-art,
  body.wl11-site .wl11-biz.major > .wl11-biz-art{
    position:relative!important;inset:auto!important;right:auto!important;bottom:auto!important;order:1!important;
    width:100%!important;height:auto!important;aspect-ratio:16/9!important;margin:0!important;overflow:hidden!important;
    background:#f0f5fb!important;
  }
  body.wl11-site .wl11-biz-art-shell{position:absolute!important;inset:0!important;border-radius:0!important;background:#eef4fb!important}
  body.wl11-site .wl11-biz-art-shell::before,
  body.wl11-site .wl11-biz-art-shell::after{display:none!important}
  body.wl11-site .wl11-biz-art.is-custom img{object-fit:cover!important;object-position:center!important;filter:none!important;transform:none!important}
  body.wl11-site .wl11-biz-art.is-default img{object-fit:contain!important;object-position:center!important;padding:5%!important;filter:none!important;transform:none!important}
  body.wl11-site .wl11-biz-copy,
  body.wl11-site .wl11-biz.major .wl11-biz-copy,
  body.wl11-site .wl11-biz.medium .wl11-biz-copy{
    position:relative!important;inset:auto!important;order:2!important;width:100%!important;min-height:0!important;margin:0!important;
    padding:17px 17px 18px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;
  }
  body.wl11-site .wl11-biz-copy::before{display:block!important;content:""!important;position:absolute!important;left:17px!important;top:0!important;width:48px!important;height:3px!important;border-radius:99px!important;background:linear-gradient(90deg,var(--wlm-blue),var(--wlm-gold))!important}
  body.wl11-site .wl11-biz-top{align-items:center!important}
  body.wl11-site .wl11-biz-num{color:#70839b!important;font-size:10px!important;font-weight:850!important;letter-spacing:.6px!important}
  body.wl11-site .wl11-biz-icon{
    width:38px!important;height:38px!important;border-radius:13px!important;background:linear-gradient(135deg,var(--wlm-navy),var(--wlm-blue))!important;
    color:var(--wlm-gold2)!important;font-size:11px!important;box-shadow:0 8px 18px rgba(11,92,218,.15)!important;
  }
  body.wl11-site .wl11-biz h3{margin:11px 0 4px!important;color:var(--wlm-ink)!important;font-size:22px!important;line-height:1.14!important;font-weight:950!important;letter-spacing:-.4px!important}
  body.wl11-site .wl11-biz h4{color:#334155!important;font-size:14px!important;line-height:1.5!important;font-weight:800!important}
  body.wl11-site .wl11-biz p{display:block!important;margin-top:7px!important;color:var(--wlm-muted)!important;font-size:13.5px!important;line-height:1.74!important}
  body.wl11-site .wl11-biz-tags{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:11px!important}
  body.wl11-site .wl11-biz-tags span{display:inline-flex!important;padding:6px 9px!important;border-radius:999px!important;background:#f3f7fd!important;border:1px solid #e5edf8!important;color:#5f708a!important;font-size:10.5px!important;font-weight:750!important}
  body.wl11-site .wl11-biz-tags span:nth-child(n+4){display:none!important}
  body.wl11-site .wl11-biz-actions{display:flex!important;gap:10px!important;margin-top:13px!important;padding-top:0!important}
  body.wl11-site .wl11-biz-actions a{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:0 14px!important;
    border-radius:999px!important;background:var(--wlm-blue)!important;color:#fff!important;font-size:12px!important;font-weight:850!important;
  }
  body.wl11-site .wl11-biz-actions a.secondary{display:inline-flex!important;background:#eef4fb!important;color:var(--wlm-blue)!important;border:1px solid #dbe7f6!important}

  /* 接码体验：白卡 + 深蓝控制台，和参考站点一致的明暗搭配 */
  body.wl11-site .wl11-product-shell{
    grid-template-columns:1fr!important;gap:16px!important;padding:19px!important;border:1px solid rgba(221,231,246,.96)!important;
    border-radius:22px!important;background:#fff!important;box-shadow:var(--wlm-shadow)!important;
  }
  body.wl11-site .wl11-product-shell::after{display:none!important}
  body.wl11-site .wl11-product-copy .wl11-kicker{background:#eaf2ff!important;border-color:#dbe7f6!important;color:var(--wlm-blue)!important}
  body.wl11-site .wl11-product-copy h2{margin:9px 0!important;color:var(--wlm-ink)!important;font-size:28px!important;line-height:1.16!important;font-weight:950!important}
  body.wl11-site .wl11-product-copy>p{color:var(--wlm-muted)!important;font-size:14px!important;line-height:1.78!important}
  body.wl11-site .wl11-product-features{gap:8px!important;margin-top:14px!important}
  body.wl11-site .wl11-product-features div{padding:11px!important;border:1px solid var(--wlm-line)!important;border-radius:14px!important;background:#f7faff!important}
  body.wl11-site .wl11-product-features i{width:34px!important;height:34px!important;background:linear-gradient(135deg,var(--wlm-navy),var(--wlm-blue))!important;color:var(--wlm-gold2)!important}
  body.wl11-site .wl11-product-features b{color:var(--wlm-ink)!important;font-size:13px!important}
  body.wl11-site .wl11-product-features small{color:var(--wlm-muted)!important;font-size:11px!important}
  body.wl11-site .wl11-product-copy .wl11-hero-actions{display:flex!important;gap:8px!important;margin-top:15px!important}
  body.wl11-site .wl11-product-copy .wl11-hero-actions .wl11-btn{flex:1!important;width:auto!important;border-radius:999px!important;background:#eef4fb!important;color:var(--wlm-blue)!important;border:1px solid #dbe7f6!important}
  body.wl11-site .wl11-product-copy .wl11-hero-actions .wl11-btn.primary{background:var(--wlm-blue)!important;color:#fff!important;border-color:var(--wlm-blue)!important}
  body.wl11-site .wl11-product-ui{
    min-height:0!important;padding:16px!important;border:0!important;border-radius:20px!important;
    background:linear-gradient(145deg,var(--wlm-navy),#08337d 62%,var(--wlm-blue))!important;box-shadow:0 20px 42px rgba(6,27,73,.22)!important;
  }
  body.wl11-site .wl11-product-ui-head small,
  body.wl11-site .wl11-product-ui-head span{font-size:10px!important}
  body.wl11-site .wl11-balance-card{margin-top:14px!important;padding:15px!important;border-radius:15px!important;background:rgba(255,255,255,.09)!important;border-color:rgba(255,255,255,.12)!important}
  body.wl11-site .wl11-balance-card small{font-size:10px!important}
  body.wl11-site .wl11-balance-card strong{font-size:21px!important}
  body.wl11-site .wl11-balance-card p{font-size:10.5px!important;line-height:1.5!important}
  body.wl11-site .wl11-product-cards{gap:8px!important;margin-top:9px!important}
  body.wl11-site .wl11-product-cards div{padding:11px!important;border-radius:13px!important;background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.11)!important}
  body.wl11-site .wl11-product-cards b{margin-top:8px!important;font-size:11px!important}
  body.wl11-site .wl11-product-cards small{font-size:9.5px!important;line-height:1.4!important}

  /* 特色业务：白卡大图，正文直接可读 */
  body.wl11-site .wl11-featured{background:transparent!important}
  body.wl11-site .wl11-featured-grid{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:none!important;gap:14px!important}
  body.wl11-site .wl11-featured-card,
  body.wl11-site .wl11-featured-card:first-child{
    display:flex!important;flex-direction:column!important;grid-column:auto!important;grid-row:auto!important;min-height:0!important;
    overflow:hidden!important;border:1px solid rgba(221,231,246,.96)!important;border-radius:22px!important;background:#fff!important;
    box-shadow:var(--wlm-shadow)!important;transform:none!important;
  }
  body.wl11-site .wl11-featured-media,
  body.wl11-site .wl11-featured-placeholder{position:relative!important;inset:auto!important;order:1!important;width:100%!important;height:auto!important;aspect-ratio:16/10!important}
  body.wl11-site .wl11-featured-media::after{background:linear-gradient(180deg,rgba(6,27,73,0) 55%,rgba(6,27,73,.12) 100%)!important}
  body.wl11-site .wl11-featured-media-bg{display:none!important}
  body.wl11-site .wl11-featured-media-main{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:0!important;object-fit:cover!important;filter:none!important;transform:none!important}
  body.wl11-site .wl11-featured-reveal{
    position:relative!important;inset:auto!important;order:2!important;display:block!important;opacity:1!important;visibility:visible!important;transform:none!important;
    margin:0!important;padding:16px 17px 10px!important;border:0!important;background:#fff!important;box-shadow:none!important;color:var(--wlm-ink)!important;
  }
  body.wl11-site .wl11-featured-reveal small{margin:0 0 5px!important;color:var(--wlm-blue)!important;font-size:10.5px!important;font-weight:850!important;letter-spacing:.7px!important}
  body.wl11-site .wl11-featured-reveal h3{margin:0!important;color:var(--wlm-ink)!important;font-size:22px!important;line-height:1.16!important;font-weight:950!important}
  body.wl11-site .wl11-featured-reveal p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;margin:7px 0 0!important;color:var(--wlm-muted)!important;font-size:13.5px!important;line-height:1.7!important}
  body.wl11-site .wl11-featured-cta{
    position:relative!important;inset:auto!important;order:3!important;align-self:flex-start!important;min-height:38px!important;margin:0 17px 16px!important;padding:0 14px!important;
    border:0!important;border-radius:999px!important;background:var(--wlm-blue)!important;color:#fff!important;font-size:12px!important;font-weight:850!important;
  }

  /* 技术交付：只保留一张深蓝说明卡，其余能力卡保持白色 */
  body.wl11-site .wl11-capability-grid{grid-template-columns:1fr!important;gap:13px!important}
  body.wl11-site .wl11-capability-intro{
    min-height:0!important;padding:22px!important;border:0!important;border-radius:24px!important;color:#fff!important;
    background:
      radial-gradient(180px 180px at 100% 0,rgba(247,199,77,.30),transparent 65%),
      linear-gradient(135deg,var(--wlm-navy) 0%,#0b4fbd 60%,var(--wlm-blue2) 100%)!important;
    box-shadow:0 22px 46px rgba(6,27,73,.18)!important;
  }
  body.wl11-site .wl11-capability-intro::after{color:rgba(255,255,255,.06)!important;font-size:90px!important;bottom:-22px!important}
  body.wl11-site .wl11-capability-intro h3{margin:13px 0 9px!important;color:#fff!important;font-size:28px!important;line-height:1.18!important;font-weight:950!important;letter-spacing:-.8px!important}
  body.wl11-site .wl11-capability-intro p{color:rgba(255,255,255,.84)!important;font-size:14px!important;line-height:1.76!important}
  body.wl11-site .wl11-capability-points{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:15px!important}
  body.wl11-site .wl11-capability-points span{padding:9px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-size:10.5px!important}
  body.wl11-site .wl11-capability-intro .wl11-hero-actions{margin-top:15px!important}
  body.wl11-site .wl11-capability-intro .wl11-btn{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important}
  body.wl11-site .wl11-capability-intro .wl11-btn.dark{background:#fff!important;color:var(--wlm-navy)!important;border-color:#fff!important}
  body.wl11-site .wl11-capability-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  body.wl11-site .wl11-cap-card{
    padding:15px!important;border:1px solid rgba(221,231,246,.96)!important;border-radius:18px!important;background:#fff!important;
    box-shadow:0 12px 28px rgba(7,20,44,.055)!important;transform:none!important;
  }
  body.wl11-site .wl11-cap-card i{width:34px!important;height:34px!important;border-radius:12px!important;background:linear-gradient(135deg,var(--wlm-navy),var(--wlm-blue))!important;color:var(--wlm-gold2)!important}
  body.wl11-site .wl11-cap-card small{margin-top:11px!important;color:#71839a!important;font-size:9.5px!important}
  body.wl11-site .wl11-cap-card h4{margin:5px 0!important;color:var(--wlm-ink)!important;font-size:15.5px!important}
  body.wl11-site .wl11-cap-card p{display:none!important}
  body.wl11-site .wl11-cap-card a{margin-top:8px!important;color:var(--wlm-blue)!important;font-size:10.5px!important;font-weight:850!important}

  /* 赛程 / 工具：白卡资讯列表 */
  body.wl11-site .wl11-utility-grid{grid-template-columns:1fr!important;gap:13px!important}
  body.wl11-site .wl11-panel{
    overflow:hidden!important;border:1px solid rgba(221,231,246,.96)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--wlm-shadow)!important;
  }
  body.wl11-site .wl11-panel-head{padding:18px 17px 13px!important;gap:10px!important;border-bottom:1px solid #edf2f8!important}
  body.wl11-site .wl11-panel-head h3{color:var(--wlm-ink)!important;font-size:23px!important;font-weight:950!important}
  body.wl11-site .wl11-panel-head p{color:var(--wlm-muted)!important;font-size:12.5px!important;line-height:1.6!important}
  body.wl11-site .wl11-match-list{padding:8px 10px 11px!important}
  body.wl11-site .wl11-match{grid-template-columns:54px minmax(0,1fr) auto!important;gap:8px!important;padding:11px 8px!important;border:0!important;border-bottom:1px solid #eef3f8!important;background:#fff!important}
  body.wl11-site .wl11-match:last-child{border-bottom:0!important}
  body.wl11-site .wl11-match time b{color:var(--wlm-ink)!important;font-size:14px!important}
  body.wl11-site .wl11-match time span,
  body.wl11-site .wl11-match small{color:#78899e!important;font-size:9.5px!important}
  body.wl11-site .wl11-match strong{color:#334155!important;font-size:12px!important;line-height:1.42!important}
  body.wl11-site .wl11-match>span{padding:5px 7px!important;border-radius:999px!important;background:#eaf2ff!important;color:var(--wlm-blue)!important;font-size:9px!important}
  body.wl11-site .wl11-tool-list{grid-template-columns:1fr!important;gap:0!important;padding:8px 10px 11px!important}
  body.wl11-site .wl11-tool{
    min-width:0!important;padding:11px 8px!important;border:0!important;border-bottom:1px solid #eef3f8!important;border-radius:0!important;background:#fff!important;gap:10px!important;transform:none!important;
  }
  body.wl11-site .wl11-tool:last-child{border-bottom:0!important}
  body.wl11-site .wl11-tool i{width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:12px!important;background:linear-gradient(135deg,var(--wlm-navy),var(--wlm-blue))!important;color:var(--wlm-gold2)!important}
  body.wl11-site .wl11-tool b{color:var(--wlm-ink)!important;font-size:12.5px!important}
  body.wl11-site .wl11-tool small{display:block!important;color:#78899e!important;font-size:10px!important}
  body.wl11-site .wl11-tool em{color:var(--wlm-blue)!important;font-size:11px!important}
  body.wl11-site .wl11-panel-foot{padding:12px 14px!important;border-top:1px solid #eef3f8!important;color:#78899e!important;font-size:10.5px!important}
  body.wl11-site .wl11-panel-foot a{color:var(--wlm-blue)!important;font-weight:850!important}

  /* 服务流程：白色步骤卡，编号使用深蓝金色 */
  body.wl11-site .wl11-process{grid-template-columns:1fr!important;gap:9px!important}
  body.wl11-site .wl11-step{
    position:relative!important;padding:16px 16px 16px 62px!important;border:1px solid rgba(221,231,246,.96)!important;border-radius:18px!important;
    background:#fff!important;box-shadow:0 10px 24px rgba(7,20,44,.05)!important;
  }
  body.wl11-site .wl11-step::after{display:none!important}
  body.wl11-site .wl11-step b{
    position:absolute!important;left:15px!important;top:16px!important;width:34px!important;height:34px!important;margin:0!important;border-radius:50%!important;
    display:grid!important;place-items:center!important;background:var(--wlm-navy)!important;color:var(--wlm-gold)!important;font-size:10px!important;
  }
  body.wl11-site .wl11-step strong{margin:0!important;color:var(--wlm-ink)!important;font-size:15px!important;line-height:1.3!important}
  body.wl11-site .wl11-step small{margin-top:5px!important;color:var(--wlm-muted)!important;font-size:11px!important;line-height:1.58!important}

  /* 最终 CTA：与首屏呼应，但只占一小块 */
  body.wl11-site .wl11-cta{padding:16px 0 32px!important}
  body.wl11-site .wl11-cta-shell{
    flex-direction:column!important;align-items:flex-start!important;gap:17px!important;padding:23px 19px!important;border:0!important;border-radius:24px!important;
    background:
      radial-gradient(170px 150px at 100% 0,rgba(247,199,77,.22),transparent 66%),
      linear-gradient(135deg,var(--wlm-navy),#08337d 60%,var(--wlm-blue))!important;
    box-shadow:0 22px 48px rgba(6,27,73,.16)!important;
  }
  body.wl11-site .wl11-cta-shell h2{margin-top:8px!important;color:#fff!important;font-size:27px!important;line-height:1.18!important;font-weight:950!important;letter-spacing:-.6px!important}
  body.wl11-site .wl11-cta-shell p{color:rgba(255,255,255,.78)!important;font-size:12.5px!important;line-height:1.68!important}
  body.wl11-site .wl11-cta-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;gap:8px!important}
  body.wl11-site .wl11-cta-actions .wl11-btn{width:100%!important;min-height:44px!important;padding:0 10px!important;border-radius:999px!important;font-size:11.5px!important;font-weight:900!important}
  body.wl11-site .wl11-cta-actions .wl11-btn.primary{background:#fff!important;color:var(--wlm-navy)!important;border-color:#fff!important}
  body.wl11-site .wl11-cta-actions .wl11-btn:not(.primary){background:var(--wlm-gold)!important;color:var(--wlm-navy)!important;border-color:var(--wlm-gold)!important}

  /* Footer：保持浅色，避免底部再压暗 */
  body.wl11-site .wl11-footer{padding:24px 0 28px!important;background:transparent!important;color:var(--wlm-muted)!important}
  body.wl11-site .wl11-footer-row{flex-direction:column!important;align-items:flex-start!important;gap:15px!important}
  body.wl11-site .wl11-footer-links{gap:8px!important;flex-wrap:wrap!important}
  body.wl11-site .wl11-footer-links a{padding:7px 10px!important;border:1px solid var(--wlm-line)!important;border-radius:999px!important;background:#fff!important;color:#46566e!important;font-size:10.5px!important}
  body.wl11-site .wl11-footer-row p{font-size:10.5px!important;line-height:1.6!important}
}

@media (max-width:390px){
  body.wl11-site .wl11-container{width:calc(100% - 20px)!important}
  body.wl11-site .wl11-hero-title-v1179 .hero-main{font-size:27px!important}
  body.wl11-site .wl11-hero-title-v1179 .hero-sub{font-size:21px!important}
  body.wl11-site .wl11-hero-actions{grid-template-columns:1fr!important}
  body.wl11-site .wl11-hero-actions .wl11-btn:nth-child(3){grid-column:auto!important}
  body.wl11-site .wl11-capability-cards{grid-template-columns:1fr!important}
  body.wl11-site .wl11-cta-actions{grid-template-columns:1fr!important}
}
