/* /css/fg-v31-logo-nav-process.css */

/* V31: logo image, nav active isolation, quick build process overlap fix */
html body .logo.fg-logo-img{
  display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;
  height:44px!important;min-width:136px!important;max-width:176px!important;padding:0!important;margin:0!important;
  text-decoration:none!important;line-height:1!important;overflow:hidden!important;
}
html body .navbar .logo.fg-logo-img img{
  display:block!important;height:40px!important;width:auto!important;max-width:176px!important;object-fit:contain!important;
}
html body .footer .logo.fg-logo-img{height:34px!important;min-width:120px!important;max-width:156px!important;}
html body .footer .logo.fg-logo-img img{height:32px!important;width:auto!important;max-width:156px!important;object-fit:contain!important;}
html body .mobile-header .logo.fg-logo-img img,html body .mobile-nav .logo.fg-logo-img img{height:36px!important;width:auto!important;}
@media(max-width:760px){
  html body .navbar .logo.fg-logo-img{height:40px!important;min-width:128px!important;max-width:158px!important;}
  html body .navbar .logo.fg-logo-img img{height:36px!important;max-width:158px!important;}
}

/* 主导航互不串色：只有 .active 当前项显示蓝色底线 */
html body .nav-links a{position:relative!important;color:#1f2937!important;-webkit-text-fill-color:#1f2937!important;background:transparent!important;}
html body .nav-links a:hover{color:#005bac!important;-webkit-text-fill-color:#005bac!important;background:rgba(0,91,172,.04)!important;}
html body .nav-links a.active{color:#005bac!important;-webkit-text-fill-color:#005bac!important;background:transparent!important;}
html body .nav-links a.active::after{content:''!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:2px!important;background:#005bac!important;display:block!important;}
html body .nav-links a:not(.active)::after{display:none!important;content:none!important;}

/* 快速建站页面流程数字与标题分离，避免 01/02 压到标题 */
html body .qb-process{align-items:stretch!important;}
html body .qb-step{padding:26px 22px 24px!important;text-align:left!important;}
html body .qb-step:before{
  width:36px!important;height:36px!important;margin:0 0 18px 0!important;position:static!important;flex:none!important;
  font-size:14px!important;line-height:36px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;background:#005bac!important;
}
html body .qb-step h3{clear:both!important;margin:0 0 10px!important;padding:0!important;line-height:1.38!important;position:relative!important;z-index:1!important;}
html body .qb-step p{margin:0!important;line-height:1.85!important;}

html body .fg-process{align-items:stretch!important;}
html body .fg-process .fg-seo-card{padding:76px 24px 26px!important;position:relative!important;text-align:left!important;}
html body .fg-process .fg-seo-card:before{
  top:24px!important;left:24px!important;right:auto!important;bottom:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:auto!important;min-width:40px!important;height:30px!important;padding:0 10px!important;border-radius:999px!important;
  background:#eaf3ff!important;color:#005bac!important;-webkit-text-fill-color:#005bac!important;font-size:15px!important;line-height:1!important;font-weight:600!important;
}
html body .fg-process .fg-seo-card h3{margin:0 0 10px!important;padding:0!important;line-height:1.4!important;position:relative!important;z-index:1!important;}
html body .fg-process .fg-seo-card p{margin:0!important;line-height:1.85!important;}
@media(max-width:760px){
  html body .fg-process .fg-seo-card{padding:68px 22px 24px!important;}
}

/* /css/fg-v34-sticky-nav-fixed.css */
/* V34: independent fixed scroll navigation - hard fixed, not appended into layout */
html body .fg-scroll-fixed-nav{
  position:fixed!important;
  left:0!important;right:0!important;top:0!important;
  height:64px!important;min-height:64px!important;max-height:64px!important;
  width:100%!important;margin:0!important;padding:0!important;
  background:rgba(255,255,255,.98)!important;
  border-bottom:1px solid rgba(226,232,240,.96)!important;
  box-shadow:0 10px 30px rgba(15,23,42,.10)!important;
  z-index:2147483646!important;
  transform:translate3d(0,-72px,0)!important;
  opacity:0!important;visibility:hidden!important;pointer-events:none!important;
  transition:transform .22s ease,opacity .22s ease,visibility .22s ease!important;
  overflow:visible!important;box-sizing:border-box!important;
}
html body .fg-scroll-fixed-nav.is-visible{
  transform:translate3d(0,0,0)!important;
  opacity:1!important;visibility:visible!important;pointer-events:auto!important;
}
html body .fg-scroll-fixed-nav *{box-sizing:border-box!important;}
html body .fg-scroll-fixed-nav__inner{
  max-width:1200px!important;height:64px!important;margin:0 auto!important;padding:0 18px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;
}
html body .fg-scroll-fixed-nav__logo{display:flex!important;align-items:center!important;text-decoration:none!important;flex:0 0 auto!important;height:64px!important;}
html body .fg-scroll-fixed-nav__logo img{display:block!important;height:38px!important;width:auto!important;max-width:174px!important;object-fit:contain!important;}
html body .fg-scroll-fixed-nav__links{display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important;flex:1 1 auto!important;height:64px!important;overflow:visible!important;}
html body .fg-scroll-fixed-nav__links a{position:relative!important;display:flex!important;align-items:center!important;height:64px!important;padding:0 14px!important;text-decoration:none!important;color:#1f2937!important;-webkit-text-fill-color:#1f2937!important;font-size:14px!important;font-weight:500!important;line-height:64px!important;white-space:nowrap!important;background:transparent!important;border:0!important;}
html body .fg-scroll-fixed-nav__links a:hover,html body .fg-scroll-fixed-nav__links a.is-active{color:#005bac!important;-webkit-text-fill-color:#005bac!important;background:transparent!important;}
html body .fg-scroll-fixed-nav__links a.is-active:after{content:""!important;position:absolute!important;left:14px!important;right:14px!important;bottom:0!important;height:2px!important;background:#005bac!important;border-radius:3px!important;}
html body .fg-scroll-fixed-nav__action{height:40px!important;min-width:104px!important;padding:0 20px!important;border-radius:8px!important;background:#005bac!important;border:1px solid #005bac!important;color:#fff!important;-webkit-text-fill-color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;font-size:14px!important;font-weight:600!important;line-height:40px!important;white-space:nowrap!important;box-shadow:none!important;}
html body .fg-scroll-fixed-nav__action:hover{background:#004a91!important;border-color:#004a91!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}
html body .fg-scroll-fixed-nav__toggle{display:none!important;}
@media(max-width:980px){
  html body .fg-scroll-fixed-nav{height:60px!important;min-height:60px!important;max-height:60px!important;transform:translate3d(0,-68px,0)!important;}
  html body .fg-scroll-fixed-nav.is-visible{transform:translate3d(0,0,0)!important;}
  html body .fg-scroll-fixed-nav__inner{height:60px!important;padding:0 14px!important;gap:12px!important;}
  html body .fg-scroll-fixed-nav__logo{height:60px!important;}
  html body .fg-scroll-fixed-nav__logo img{height:34px!important;max-width:150px!important;}
  html body .fg-scroll-fixed-nav__action{display:none!important;}
  html body .fg-scroll-fixed-nav__toggle{display:flex!important;width:40px!important;height:40px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;border-radius:10px!important;border:1px solid #e4edf7!important;background:#f6f9fd!important;cursor:pointer!important;padding:0!important;margin:0!important;}
  html body .fg-scroll-fixed-nav__toggle span{display:block!important;width:18px!important;height:2px!important;background:#1f2937!important;border-radius:3px!important;}
  html body .fg-scroll-fixed-nav__links{position:fixed!important;top:60px!important;left:12px!important;right:12px!important;height:auto!important;max-height:calc(100vh - 80px)!important;overflow:auto!important;display:none!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;background:#fff!important;border:1px solid #e5edf7!important;border-radius:16px!important;box-shadow:0 18px 48px rgba(15,23,42,.16)!important;padding:8px!important;}
  html body .fg-scroll-fixed-nav.mobile-open .fg-scroll-fixed-nav__links{display:flex!important;}
  html body .fg-scroll-fixed-nav__links a{height:44px!important;line-height:44px!important;padding:0 14px!important;border-radius:10px!important;font-size:14px!important;justify-content:flex-start!important;}
  html body .fg-scroll-fixed-nav__links a.is-active:after{display:none!important;}
  html body .fg-scroll-fixed-nav__links a.is-active{background:#f1f7ff!important;color:#005bac!important;-webkit-text-fill-color:#005bac!important;}
}

/* /css/fg-v36-mobile-sticky-compact.css */
/* V36: mobile scroll fixed navigation compact height */
@media (max-width: 980px){
  html body .fg-scroll-fixed-nav{
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    transform:translate3d(0,-46px,0)!important;
  }
  html body .fg-scroll-fixed-nav.is-visible{
    transform:translate3d(0,0,0)!important;
  }
  html body .fg-scroll-fixed-nav__inner{
    height:40px!important;
    min-height:40px!important;
    padding:0 10px!important;
    gap:8px!important;
  }
  html body .fg-scroll-fixed-nav__logo{
    height:40px!important;
  }
  html body .fg-scroll-fixed-nav__logo img{
    height:26px!important;
    max-width:118px!important;
    object-fit:contain!important;
  }
  html body .fg-scroll-fixed-nav__toggle{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    border-radius:8px!important;
    gap:4px!important;
  }
  html body .fg-scroll-fixed-nav__toggle span{
    width:15px!important;
    height:2px!important;
  }
  html body .fg-scroll-fixed-nav__links{
    top:40px!important;
    left:10px!important;
    right:10px!important;
    max-height:calc(100vh - 52px)!important;
    border-radius:12px!important;
  }
  html body .fg-scroll-fixed-nav__links a{
    height:40px!important;
    line-height:40px!important;
    font-size:13px!important;
    padding:0 12px!important;
  }
}
@media (max-width: 480px){
  html body .fg-scroll-fixed-nav__logo img{
    height:24px!important;
    max-width:108px!important;
  }
}

/* /css/fg-keyword-pages.css */
/* Shopify keyword landing pages and compact stable mega menu */
.fg-service-menu{position:relative;display:flex;align-items:center;height:100%}
.fg-service-menu>a{display:flex;align-items:center;gap:6px;white-space:nowrap}
.fg-service-menu>a:after{content:"⌄";font-size:11px;transition:transform .2s ease}
.fg-service-menu.is-open>a:after{transform:rotate(180deg)}
.fg-mega-menu{position:fixed;left:50%;transform:translateX(-50%);top:var(--fg-mega-top,68px);width:min(1120px,calc(100vw - 36px));max-height:calc(100vh - var(--fg-mega-top,68px) - 18px);overflow:auto;background:#fff;border:1px solid #dfe7f1;border-top:2px solid #0b66b2;border-radius:0 0 14px 14px;padding:22px 24px;box-shadow:0 20px 48px rgba(15,23,42,.18);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,visibility .16s ease;z-index:10050}
.fg-service-menu.is-open .fg-mega-menu,.fg-service-menu:focus-within .fg-mega-menu{opacity:1;visibility:visible;pointer-events:auto}
.fg-mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 28px}
.fg-mega-group{min-width:0}
.fg-mega-group h3{font-size:15px!important;line-height:1.35!important;margin:0 0 9px!important;color:#0f3f72!important}
.fg-mega-group h3 a{font-weight:800!important;color:#0f3f72!important;text-decoration:none!important}
.fg-mega-links{display:grid;gap:5px}
.fg-mega-links a{font-size:13px!important;line-height:1.35!important;color:#4b5563!important;padding:2px 0!important;white-space:normal!important;text-decoration:none!important}
.fg-mega-links a:hover{color:#005bac!important}
.fg-mega-links .fg-mega-all{display:inline-flex!important;margin-top:4px;color:#0067b9!important;font-weight:800!important;font-size:12.5px!important}

.kw-page{background:#fff}
.kw-hero{padding:72px 0 58px;background:linear-gradient(135deg,#071d34,#075eaa);color:#fff!important}
.kw-hero .container,.kw-hero .container *{color:#fff!important}
.kw-breadcrumb{font-size:13px!important;margin-bottom:16px;color:rgba(255,255,255,.78)!important}
.kw-breadcrumb a{color:#fff!important}
.kw-hero h1{font-size:38px!important;line-height:1.22!important;margin:0 0 15px!important;font-weight:750!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.kw-hero p{font-size:16px!important;line-height:1.75!important;max-width:820px;color:rgba(255,255,255,.88)!important;-webkit-text-fill-color:rgba(255,255,255,.88)!important}
.kw-actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}
.kw-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 20px;border-radius:7px;font-size:14px!important;font-weight:750;text-decoration:none}
.kw-btn.primary{background:#fff;color:#075eaa!important;-webkit-text-fill-color:#075eaa!important}
.kw-btn.ghost{border:1px solid rgba(255,255,255,.55);color:#fff!important}
.kw-section{padding:58px 0}
.kw-section.alt{background:#f5f8fc}
.kw-head{max-width:820px;margin-bottom:26px}
.kw-eyebrow{font-size:13px!important;font-weight:800;color:#005bac;letter-spacing:.06em}
.kw-head h2{font-size:29px!important;line-height:1.35!important;margin:7px 0 10px!important;color:#102a43!important;font-weight:700!important}
.kw-head p{font-size:15px!important;color:#5f6c7b;line-height:1.75}
.kw-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.kw-card{border:1px solid #e1e8f0;border-radius:12px;padding:21px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.04)}
.kw-card h3{font-size:17px!important;line-height:1.4!important;margin:0 0 8px!important;color:#123b63!important}
.kw-card p,.kw-card li{font-size:14px!important;line-height:1.72;color:#5b6573}
.kw-card ul{padding-left:19px;margin:0}
.kw-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.kw-list-item{font-size:14px!important;padding:15px 18px;border:1px solid #e1e8f0;border-radius:9px;background:#fff;display:flex;gap:11px}
.kw-list-item:before{content:"✓";color:#0876c9;font-weight:900}
.kw-process{counter-reset:step;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.kw-step{padding:20px;border-radius:11px;background:#fff;border:1px solid #e1e8f0;font-size:14px!important}
.kw-step:before{counter-increment:step;content:counter(step);display:flex;width:32px;height:32px;align-items:center;justify-content:center;background:#005bac;color:#fff;border-radius:50%;font-weight:900;margin-bottom:11px}
.kw-faq details{border-bottom:1px solid #dfe6ee;padding:16px 0}
.kw-faq summary{font-size:15px!important;font-weight:750;color:#163b5f;cursor:pointer}
.kw-faq p{font-size:14px!important;color:#5b6573;line-height:1.75}
.kw-related{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.kw-related a{font-size:13.5px!important;padding:14px;border:1px solid #dfe7ef;border-radius:9px;text-decoration:none;color:#1b4d75;background:#fff;font-weight:700}
.kw-cta{padding:29px;border-radius:15px;background:#082b4e;color:#fff;display:flex;justify-content:space-between;gap:22px;align-items:center}
.kw-cta h2{margin:0 0 7px!important;font-size:24px!important;color:#fff!important}
.kw-cta p{font-size:14px!important;margin:0;color:rgba(255,255,255,.82)!important}
.kw-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.kw-hub-card{padding:20px;border:1px solid #e0e7ef;border-radius:12px;background:#fff}
.kw-hub-card a{text-decoration:none;color:#123b63}
.kw-hub-card h2,.kw-hub-card h3{font-size:18px!important;line-height:1.4!important;margin:0 0 7px!important;font-weight:700!important}
.kw-hub-card p{font-size:13.5px!important;color:#657080;line-height:1.68}
.kw-count{display:inline-block;font-size:11.5px!important;padding:4px 8px;background:#eaf4ff;color:#005bac;border-radius:99px;font-weight:800;margin-bottom:9px}
@media(max-width:1100px){.fg-mega-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.fg-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kw-grid,.kw-process,.kw-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kw-related{grid-template-columns:repeat(2,minmax(0,1fr))}.kw-hero h1{font-size:33px!important}}
@media(max-width:768px){.fg-service-menu{display:block;height:auto}.fg-service-menu>a:after{margin-left:auto}.fg-mega-menu{position:static;transform:none;width:100%;max-height:none;padding:13px;border-radius:8px;box-shadow:none;border-top:1px solid #dfe7f1;display:none;opacity:1;visibility:visible;pointer-events:auto}.fg-service-menu.mobile-expanded .fg-mega-menu{display:block}.fg-service-menu.is-open .fg-mega-menu{display:none}.fg-service-menu.mobile-expanded.is-open .fg-mega-menu{display:block}.fg-mega-grid{grid-template-columns:1fr}.kw-hero{padding:50px 0 42px}.kw-hero h1{font-size:28px!important}.kw-hero p{font-size:15px!important}.kw-section{padding:44px 0}.kw-grid,.kw-process,.kw-hub-grid,.kw-list,.kw-related{grid-template-columns:1fr}.kw-head h2{font-size:25px!important}.kw-cta{align-items:flex-start;flex-direction:column}}


/* V2 corrections: align keyword pages with main site header and global width */
body.kw-page .top-bar{display:none!important}
body.kw-page .navbar{top:0!important}
body.kw-page .kw-hero{padding-top:56px!important;padding-bottom:50px!important}
body.kw-page .kw-actions{margin-top:20px!important}
body.kw-page .kw-btn{cursor:pointer}
@media(max-width:768px){
  body.kw-page .kw-hero{padding-top:42px!important;padding-bottom:38px!important}
}


/* V40: category-specific layouts and richer content */
.kw-extra{position:relative;overflow:hidden}
.kw-insight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.kw-insight-card{padding:22px;border-radius:14px;background:#fff;border:1px solid #dfe7ef;min-height:165px}
.kw-insight-card b{display:block;font-size:17px;color:#103b62;margin-bottom:10px}
.kw-insight-card p{margin:0;font-size:14px;line-height:1.75;color:#596678}
.kw-decision-box{display:grid;grid-template-columns:1.65fr .85fr;gap:20px;align-items:stretch}
.kw-decision-main,.kw-decision-box aside{padding:25px;border-radius:15px}
.kw-decision-main{background:#fff;border:1px solid #dfe7ef}.kw-decision-main h3{margin:0 0 12px;font-size:20px;color:#123b63}
.kw-decision-main ul{margin:0;padding-left:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;color:#445469;line-height:1.65}
.kw-decision-box aside{background:#0b355d;color:#fff;display:flex;flex-direction:column;justify-content:center}.kw-decision-box aside strong{font-size:14px;opacity:.75}.kw-decision-box aside p{font-size:22px;font-weight:800;margin:8px 0;color:#fff}.kw-decision-box aside small{line-height:1.65;opacity:.8}
.kw-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.kw-check{background:#fff;border:1px solid #dfe7ef;border-radius:11px;padding:17px 19px;font-size:14px;color:#384b60;display:flex;gap:11px;align-items:flex-start}.kw-check span{display:flex;flex:0 0 25px;height:25px;border-radius:50%;align-items:center;justify-content:center;background:#eaf5ff;color:#0670bd;font-weight:900}
.kw-practical-note{margin-top:14px!important;padding-top:12px;border-top:1px dashed #dce5ee;font-size:12.5px!important;color:#47627a!important}
/* CUSTOM: editorial + blue line */
body.kw-cat-custom .kw-custom-decision{background:#f3f8fc}body.kw-cat-custom .kw-custom-insights .kw-insight-card{border-top:4px solid #0876c9}body.kw-cat-custom .kw-custom-accept{background:#f7fafc}
/* THEME: visual card mosaic */
body.kw-cat-theme .kw-hero{background:linear-gradient(120deg,#092a49,#1768a6)}body.kw-cat-theme .kw-theme-insights{background:#f7f4ff}body.kw-cat-theme .kw-theme-insights .kw-insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.kw-cat-theme .kw-theme-insights .kw-insight-card:nth-child(1),body.kw-cat-theme .kw-theme-insights .kw-insight-card:nth-child(4){grid-column:span 1;background:linear-gradient(145deg,#fff,#f4f0ff)}body.kw-cat-theme .kw-theme-decision .kw-decision-box aside{background:#4d3f8f}
/* BUG: diagnostic timeline feel */
body.kw-cat-bug .kw-hero{background:linear-gradient(110deg,#301c26,#8a263d)}body.kw-cat-bug .kw-bug-decision{background:#fff5f5}body.kw-cat-bug .kw-bug-insights .kw-insight-grid{grid-template-columns:1fr}body.kw-cat-bug .kw-bug-insights .kw-insight-card{min-height:0;display:grid;grid-template-columns:180px 1fr;align-items:center;border-left:5px solid #b83250}body.kw-cat-bug .kw-bug-insights .kw-insight-card b{margin:0}body.kw-cat-bug .kw-bug-decision .kw-decision-box aside{background:#77243b}
/* B2B: enterprise navy/teal */
body.kw-cat-b2b .kw-hero{background:linear-gradient(120deg,#062f3b,#075f69)}body.kw-cat-b2b .kw-b2b-insights{background:#eef8f7}body.kw-cat-b2b .kw-b2b-insights .kw-insight-card{border-radius:4px;border-left:4px solid #008a8a}body.kw-cat-b2b .kw-b2b-decision .kw-decision-box{grid-template-columns:1fr 1fr}body.kw-cat-b2b .kw-b2b-decision .kw-decision-box aside{background:#075f69}
/* API: dark technical panels */
body.kw-cat-api .kw-hero{background:linear-gradient(120deg,#101827,#243b63)}body.kw-cat-api .kw-api-decision{background:#111827;color:#fff}body.kw-cat-api .kw-api-decision .kw-head h2,body.kw-cat-api .kw-api-decision .kw-head span{color:#fff!important}body.kw-cat-api .kw-api-decision .kw-head p{color:#bdc8d8!important}body.kw-cat-api .kw-api-decision .kw-decision-main{background:#182338;border-color:#34445d;color:#fff}body.kw-cat-api .kw-api-decision .kw-decision-main h3,body.kw-cat-api .kw-api-decision li{color:#fff}body.kw-cat-api .kw-api-insights .kw-insight-card{box-shadow:inset 0 0 0 1px #dce7f4}
/* CHECKOUT: warm rules layout */
body.kw-cat-checkout .kw-hero{background:linear-gradient(120deg,#512d0a,#b46412)}body.kw-cat-checkout .kw-checkout-insights{background:#fff8ee}body.kw-cat-checkout .kw-checkout-insights .kw-insight-card{border-color:#f0d2aa}body.kw-cat-checkout .kw-checkout-decision .kw-decision-box aside{background:#9a4d0b}body.kw-cat-checkout .kw-checkout-accept .kw-check span{background:#fff0d9;color:#a4510b}
/* OPT: metrics-oriented green */
body.kw-cat-opt .kw-hero{background:linear-gradient(120deg,#17352d,#28785f)}body.kw-cat-opt .kw-opt-decision{background:#edf8f3}body.kw-cat-opt .kw-opt-insights .kw-insight-card{border-bottom:4px solid #2c8a68}body.kw-cat-opt .kw-opt-decision .kw-decision-box aside{background:#246b55}
/* MIGRATE: phased purple */
body.kw-cat-migrate .kw-hero{background:linear-gradient(120deg,#292147,#6653a6)}body.kw-cat-migrate .kw-migrate-accept{background:#f5f2ff}body.kw-cat-migrate .kw-migrate-insights .kw-insight-grid{position:relative}body.kw-cat-migrate .kw-migrate-insights .kw-insight-card{border-left:4px solid #6f5bb3}body.kw-cat-migrate .kw-migrate-decision .kw-decision-box aside{background:#51418e}
/* Internal variants create additional visual differences */
body.kw-layout-1 .kw-insight-card{border-radius:22px}body.kw-layout-1 .kw-check-grid{grid-template-columns:repeat(4,minmax(0,1fr))}body.kw-layout-2 .kw-insight-grid{gap:24px}body.kw-layout-2 .kw-insight-card:nth-child(even){transform:translateY(12px)}body.kw-layout-2 .kw-decision-box{grid-template-columns:.8fr 1.7fr}body.kw-layout-2 .kw-decision-box aside{order:-1}
@media(max-width:900px){.kw-insight-grid,body.kw-cat-theme .kw-theme-insights .kw-insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kw-decision-box,body.kw-cat-b2b .kw-b2b-decision .kw-decision-box,body.kw-layout-2 .kw-decision-box{grid-template-columns:1fr}.kw-decision-main ul{grid-template-columns:1fr}.kw-check-grid,body.kw-layout-1 .kw-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.kw-layout-2 .kw-decision-box aside{order:0}}
@media(max-width:600px){.kw-insight-grid,body.kw-cat-theme .kw-theme-insights .kw-insight-grid,.kw-check-grid,body.kw-layout-1 .kw-check-grid{grid-template-columns:1fr}body.kw-cat-bug .kw-bug-insights .kw-insight-card{grid-template-columns:1fr}body.kw-layout-2 .kw-insight-card:nth-child(even){transform:none}}

/* /css/fg-v37-global-width.css */
/* Global site width +100px */
:root{--container:1380px!important;--container-narrow:1160px!important}
.container{max-width:1380px!important}
.container-narrow{max-width:1160px!important}
@media(max-width:1450px){.container,.container-narrow{max-width:100%!important}}

/* /css/fg-v38-unified-global-header.css */
/* V38 — 全站统一顶部尺寸、宽度与菜单分配 */
:root{
  --fg-site-width:1380px;
  --fg-header-width:1500px;
  --fg-topbar-height:30px;
  --fg-navbar-height:70px;
}

@media (min-width:981px){
  html body .top-bar,
  html body.kw-page .top-bar{
    display:flex!important;
    position:relative!important;
    top:auto!important;left:auto!important;right:auto!important;
    width:100%!important;
    height:var(--fg-topbar-height)!important;
    min-height:var(--fg-topbar-height)!important;
    transform:none!important;
    align-items:center!important;
    background:#111827!important;
    z-index:1101!important;
  }
  html body .top-bar>.container,
  html body .top-bar .container{
    width:100%!important;
    max-width:var(--fg-header-width)!important;
    height:var(--fg-topbar-height)!important;
    margin:0 auto!important;
    padding-left:24px!important;
    padding-right:24px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    box-sizing:border-box!important;
  }

  html body .navbar,
  html body.kw-page .navbar{
    display:block!important;
    position:sticky!important;
    top:0!important;left:0!important;right:0!important;
    width:100%!important;
    height:var(--fg-navbar-height)!important;
    min-height:var(--fg-navbar-height)!important;
    background:#fff!important;
    border-bottom:1px solid #e5e7eb!important;
    z-index:1100!important;
    transform:none!important;
  }
  html body .navbar>.container,
  html body .navbar .container{
    width:100%!important;
    max-width:var(--fg-header-width)!important;
    height:var(--fg-navbar-height)!important;
    margin:0 auto!important;
    padding-left:24px!important;
    padding-right:24px!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
  }
  html body .navbar-inner{
    width:100%!important;
    height:var(--fg-navbar-height)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:0!important;
  }
  html body .navbar .logo,
  html body .navbar .logo.fg-logo-img{
    flex:0 0 auto!important;
    margin:0!important;
  }
  html body .navbar .nav-links{
    flex:1 1 auto!important;
    min-width:0!important;
    height:var(--fg-navbar-height)!important;
    margin:0 34px 0 58px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:6px!important;
  }
  html body .navbar .nav-links>a,
  html body .navbar .nav-links>.fg-service-menu>a{
    height:var(--fg-navbar-height)!important;
    padding:0 10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    font-size:15px!important;
    line-height:1.2!important;
  }
  html body .navbar .fg-service-menu{
    height:var(--fg-navbar-height)!important;
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
  }
  html body .navbar .nav-actions{
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
  }
  html body .navbar .nav-consult-btn{
    min-height:44px!important;
    padding:0 24px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:15px!important;
  }

  /* 滚动后生成的导航也使用同一宽度，避免再次变窄 */
  html body .fg-sticky-nav-clone .container,
  html body .fg-scroll-fixed-nav__inner{
    width:100%!important;
    max-width:var(--fg-header-width)!important;
    margin:0 auto!important;
    padding-left:24px!important;
    padding-right:24px!important;
    box-sizing:border-box!important;
  }

  /* 取消历史页面留下的顶部补偿，避免有的高有的低 */
  html body{padding-top:0!important;}
  html body .page-banner,
  html body .hero-section,
  html body .kw-hero{margin-top:0!important;}
}

/* 全站正文宽度统一；顶部可略宽，以保证菜单不拥挤 */
html body .container{max-width:var(--fg-site-width)!important;box-sizing:border-box!important;}
html body .container-narrow{max-width:1160px!important;box-sizing:border-box!important;}
html body .top-bar .container,
html body .navbar .container{max-width:var(--fg-header-width)!important;}

@media (max-width:1500px) and (min-width:981px){
  html body .navbar .nav-links{margin-left:34px!important;margin-right:22px!important;gap:2px!important;}
  html body .navbar .nav-links>a,
  html body .navbar .nav-links>.fg-service-menu>a{padding-left:7px!important;padding-right:7px!important;font-size:14px!important;}
}

@media (max-width:980px){
  html body .top-bar,
  html body.kw-page .top-bar{display:none!important;}
  html body .navbar,
  html body.kw-page .navbar{position:sticky!important;top:0!important;height:60px!important;min-height:60px!important;}
  html body .navbar>.container,
  html body .navbar .container,
  html body .navbar-inner{height:60px!important;}
}

/* /css/fg-v39-keyword-fixes.css */

/* v39 keyword page fixes */
@media (min-width:1200px){
  .navbar .navbar-inner{gap:18px!important;}
  .navbar .nav-links{justify-content:center!important;gap:clamp(22px,2.2vw,42px)!important;}
  .navbar .nav-links>a,.navbar .fg-service-menu>a{padding-left:0!important;padding-right:0!important;}
}
.nav-links>a.active,.fg-service-menu>a.active{color:#0068b7!important;position:relative;}
.nav-links>a.active:after,.fg-service-menu>a.active:after{content:"";position:absolute;left:0;right:0;bottom:-24px;height:4px;background:#0878c9;border-radius:2px 2px 0 0;}
.kw-page .contact-modal-overlay{z-index:10060!important;}
.kw-page .kw-btn.js-open-contact{cursor:pointer;pointer-events:auto!important;}

/* /css/fg-v41-clarity-home.css */
/* v41: keyword dark-card contrast + homepage first-screen positioning */
html body[class*="kw-cat-"] .kw-decision-box aside,
html body[class*="kw-cat-"] .kw-decision-box aside *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body[class*="kw-cat-"] .kw-decision-box aside strong{opacity:.92!important;}
html body[class*="kw-cat-"] .kw-decision-box aside p{opacity:1!important;}
html body[class*="kw-cat-"] .kw-decision-box aside small{opacity:.88!important;}

/* Stronger homepage value proposition */
body.home .hero-text{max-width:820px!important;}
body.home .hero-text h1{max-width:820px!important;line-height:1.12!important;}
body.home .hero-text p{max-width:780px!important;font-size:18px!important;line-height:1.75!important;}
body.home .hero-capabilities{display:flex;flex-wrap:wrap;gap:10px 12px;margin:22px 0 4px;padding:0;list-style:none;}
body.home .hero-capabilities li{display:inline-flex;align-items:center;padding:8px 13px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:14px;font-weight:600;}
body.home .hero-capabilities li:before{content:"✓";margin-right:7px;color:#77d5ff;font-weight:800;}
@media(max-width:768px){body.home .hero-text p{font-size:16px!important;}body.home .hero-capabilities{gap:8px}body.home .hero-capabilities li{font-size:12px;padding:7px 10px;}}

/* /css/fg-v42-home-sticky-sync.css?v=42 */
/* v42: homepage CTA balance + sticky navigation synchronized with primary navigation */
body.home .hero-actions{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  margin-top:22px!important;
}
body.home .hero-actions .btn{
  min-width:174px!important;
  height:54px!important;
  padding:0 26px!important;
  border-radius:10px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:16px!important;
  font-weight:700!important;
  line-height:1!important;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease!important;
}
body.home .hero-actions .btn-white{
  background:#0874c9!important;
  border:1px solid #0874c9!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 10px 24px rgba(0,87,179,.30)!important;
}
body.home .hero-actions .btn-white:hover{
  background:#005bac!important;
  border-color:#005bac!important;
  transform:translateY(-2px)!important;
  box-shadow:0 14px 30px rgba(0,87,179,.38)!important;
}
body.home .hero-actions .btn-outline{
  background:rgba(255,255,255,.09)!important;
  border:1px solid rgba(255,255,255,.52)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
}
body.home .hero-actions .btn-outline:hover{
  background:rgba(255,255,255,.17)!important;
  border-color:#fff!important;
  transform:translateY(-2px)!important;
}
html body .fg-scroll-fixed-nav__inner{max-width:1500px!important;padding:0 28px!important;gap:18px!important;}
html body .fg-scroll-fixed-nav__links{gap:2px!important;}
html body .fg-scroll-fixed-nav__links a{padding:0 12px!important;font-size:14px!important;}
@media(max-width:1180px){html body .fg-scroll-fixed-nav__links a{padding:0 9px!important;font-size:13px!important;}html body .fg-scroll-fixed-nav__inner{padding:0 18px!important;gap:12px!important;}}
@media(max-width:768px){body.home .hero-actions{gap:10px!important;}body.home .hero-actions .btn{width:100%!important;min-width:0!important;height:50px!important;}}

/* /css/fg-v43-final-polish.css?v=43 */
/* v43: service hub cards, footer entry, homepage CTA visibility, compact header CTA */
body.home .hero-actions .btn-white,
body.home .hero-actions a.btn-white,
body.home .hero-actions .btn-white:link,
body.home .hero-actions .btn-white:visited{
  background:#0874c9!important;
  border-color:#0874c9!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  text-indent:0!important;
  font-size:16px!important;
  font-weight:700!important;
}
body.home .hero-actions .btn-white::before,
body.home .hero-actions .btn-white::after{display:none!important;content:none!important;}
html body .navbar .nav-consult-btn,
html body .fg-scroll-fixed-nav__action{
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:600!important;
  padding:0 20px!important;
  min-width:0!important;
  height:44px!important;
  white-space:nowrap!important;
}
/* Shopify service hub: visually distinct from detail-page cards */
body.fg-shopify-hub .kw-section{padding-top:62px!important;padding-bottom:76px!important;background:linear-gradient(180deg,#f7faff 0,#fff 100%)!important;}
body.fg-shopify-hub .kw-hub-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important;}
body.fg-shopify-hub .kw-hub-card{
  --hub-accent:#0874c9;
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:320px!important;
  padding:30px 28px 26px!important;
  border:1px solid #dfe8f3!important;
  border-radius:18px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:0 12px 34px rgba(15,45,80,.07)!important;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important;
}
body.fg-shopify-hub .kw-hub-card:before{content:"";position:absolute;left:0;top:0;right:0;height:5px;background:var(--hub-accent);}
body.fg-shopify-hub .kw-hub-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-70px;top:-70px;background:color-mix(in srgb,var(--hub-accent) 10%,transparent);}
body.fg-shopify-hub .kw-hub-card:hover{transform:translateY(-6px)!important;box-shadow:0 20px 45px rgba(15,45,80,.13)!important;border-color:color-mix(in srgb,var(--hub-accent) 38%,#dfe8f3)!important;}
body.fg-shopify-hub .kw-hub-card:nth-child(1){--hub-accent:#0874c9}body.fg-shopify-hub .kw-hub-card:nth-child(2){--hub-accent:#6f56d9}body.fg-shopify-hub .kw-hub-card:nth-child(3){--hub-accent:#dc4c64}body.fg-shopify-hub .kw-hub-card:nth-child(4){--hub-accent:#087f75}body.fg-shopify-hub .kw-hub-card:nth-child(5){--hub-accent:#244f9e}body.fg-shopify-hub .kw-hub-card:nth-child(6){--hub-accent:#d97706}body.fg-shopify-hub .kw-hub-card:nth-child(7){--hub-accent:#26835a}body.fg-shopify-hub .kw-hub-card:nth-child(8){--hub-accent:#7650b5}
body.fg-shopify-hub .kw-hub-icon{position:relative;z-index:1;width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--hub-accent) 12%,#fff);color:var(--hub-accent);font-size:24px;font-weight:800;margin-bottom:22px;}
body.fg-shopify-hub .kw-hub-meta{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-bottom:12px;position:relative;z-index:1;}
body.fg-shopify-hub .kw-count{margin:0!important;background:color-mix(in srgb,var(--hub-accent) 10%,#fff)!important;color:var(--hub-accent)!important;border-radius:999px!important;font-size:12px!important;font-weight:700!important;padding:6px 10px!important;}
body.fg-shopify-hub .kw-hub-no{font-size:12px;color:#95a1b2;font-weight:700;letter-spacing:.08em;}
body.fg-shopify-hub .kw-hub-card h2{font-size:22px!important;line-height:1.35!important;margin:0 0 13px!important;position:relative;z-index:1;}
body.fg-shopify-hub .kw-hub-card h2 a{color:#102d4d!important;text-decoration:none!important;}
body.fg-shopify-hub .kw-hub-card p{font-size:14px!important;line-height:1.8!important;color:#627086!important;margin:0 0 22px!important;position:relative;z-index:1;}
body.fg-shopify-hub .kw-hub-points{display:grid;gap:8px;margin:0 0 22px;padding:0;list-style:none;position:relative;z-index:1;}
body.fg-shopify-hub .kw-hub-points li{font-size:13px;color:#43546a;line-height:1.5;padding-left:17px;position:relative;}
body.fg-shopify-hub .kw-hub-points li:before{content:"✓";position:absolute;left:0;color:var(--hub-accent);font-weight:800;}
body.fg-shopify-hub .kw-hub-more{margin-top:auto!important;display:inline-flex!important;align-items:center!important;gap:8px!important;color:var(--hub-accent)!important;font-size:14px!important;font-weight:750!important;text-decoration:none!important;position:relative;z-index:1;}
body.fg-shopify-hub .kw-hub-more span{transition:transform .2s ease;}body.fg-shopify-hub .kw-hub-card:hover .kw-hub-more span{transform:translateX(4px);}
.footer .footer-links a[href="/shopify-services/"]{font-weight:700;color:#fff!important;}
@media(max-width:1180px){body.fg-shopify-hub .kw-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:700px){body.fg-shopify-hub .kw-hub-grid{grid-template-columns:1fr!important;}body.fg-shopify-hub .kw-hub-card{min-height:0!important;padding:26px 22px!important;}html body .navbar .nav-consult-btn{font-size:13px!important;padding:0 15px!important;height:42px!important;}}

/* /css/fg-v45-conversion-api-light.css?v=45 */

/* v45 conversion-first service pages */
.kw-conversion{padding:72px 0;background:#f5f9ff;color:#0c2947}
.kw-conversion-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:30px}
.kw-conversion-head>div{max-width:820px}.kw-conversion-head h2{font-size:34px;line-height:1.25;margin:8px 0 12px;color:#0b2744}.kw-conversion-head p{font-size:17px;line-height:1.8;color:#53677d;margin:0}
.kw-value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.kw-value-card{background:#fff;border:1px solid #dce8f5;border-radius:16px;padding:26px;box-shadow:0 10px 30px rgba(20,70,120,.06)}
.kw-value-card span{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:#e9f4ff;color:#0872c9;font-weight:800;font-size:12px}.kw-value-card h3{font-size:19px;margin:18px 0 10px;color:#0b3156}.kw-value-card p{font-size:15px;line-height:1.75;color:#5b6c7f;margin:0}
.kw-value-note{margin-top:22px;padding:17px 20px;background:#eaf4ff;border-left:4px solid #1686d9;border-radius:8px;color:#294e70;line-height:1.7}
.kw-prep{padding:56px 0;background:#fff}.kw-prep-wrap{display:grid;grid-template-columns:1.15fr 1fr;gap:44px;align-items:center;padding:34px;border:1px solid #e1eaf3;border-radius:18px;background:linear-gradient(135deg,#fff,#f8fbff)}.kw-prep-wrap h2{font-size:28px;color:#102f4d;margin:8px 0 12px}.kw-prep-wrap p{color:#647488;line-height:1.8}.kw-prep-wrap ul{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0;padding:0;list-style:none}.kw-prep-wrap li{padding:14px 15px 14px 42px;background:#fff;border:1px solid #dce7f1;border-radius:10px;position:relative;color:#314d67}.kw-prep-wrap li:before{content:'✓';position:absolute;left:15px;color:#0980d1;font-weight:800}
/* App/API category: brighter and less oppressive */
.kw-cat-api .kw-hero{background:linear-gradient(120deg,#0d3e6c,#176da6)}
.kw-cat-api .kw-section.kw-api-insights,.kw-cat-api .kw-section.kw-api-accept{background:#f5f9ff!important;color:#102f4d!important}
.kw-cat-api .kw-api-insights .kw-head h2,.kw-cat-api .kw-api-insights .kw-head p,.kw-cat-api .kw-api-insights .kw-head span,.kw-cat-api .kw-api-accept .kw-head h2,.kw-cat-api .kw-api-accept .kw-head p,.kw-cat-api .kw-api-accept .kw-head span{color:#102f4d!important}
.kw-cat-api .kw-insight-card{background:#fff!important;border:1px solid #d8e7f4!important;box-shadow:0 10px 26px rgba(15,74,119,.07)!important}.kw-cat-api .kw-insight-card b{color:#0a5f9d!important}.kw-cat-api .kw-insight-card p{color:#5c6f82!important}
.kw-cat-api .kw-check{background:#fff!important;border:1px solid #d8e7f4!important;color:#264b69!important}.kw-cat-api .kw-check span{color:#0785d3!important}
.kw-cat-api .kw-conversion{background:linear-gradient(180deg,#eff8ff,#f8fbff)}
@media(max-width:900px){.kw-conversion-head{display:block}.kw-conversion-head .kw-btn{margin-top:20px}.kw-value-grid{grid-template-columns:1fr 1fr}.kw-prep-wrap{grid-template-columns:1fr}.kw-prep-wrap ul{grid-template-columns:1fr}}
@media(max-width:600px){.kw-value-grid{grid-template-columns:1fr}.kw-conversion{padding:52px 0}.kw-conversion-head h2{font-size:27px}.kw-prep-wrap{padding:24px}}

/* /css/fg-v46-mobile-menu-fix.css */
/* FG v46 — mobile navigation normalization */
@media (max-width: 768px){
  html body .navbar{height:64px!important;min-height:64px!important;}
  html body .navbar .container,
  html body .navbar .navbar-inner{height:64px!important;min-height:64px!important;padding-left:16px!important;padding-right:16px!important;}
  html body .navbar .logo{height:64px!important;display:flex!important;align-items:center!important;}
  html body .navbar .mobile-toggle{display:flex!important;align-items:center!important;justify-content:center!important;}

  html body .navbar .nav-links{
    position:fixed!important;
    top:72px!important;
    left:14px!important;
    right:14px!important;
    width:auto!important;
    max-width:none!important;
    height:auto!important;
    max-height:calc(100vh - 88px)!important;
    overflow-y:auto!important;
    padding:12px!important;
    margin:0!important;
    gap:4px!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    background:#fff!important;
    border:1px solid #e4eaf2!important;
    border-radius:16px!important;
    box-shadow:0 22px 60px rgba(15,23,42,.22)!important;
  }
  html body .navbar .nav-links.active{display:flex!important;flex-direction:column!important;}
  html body .navbar .nav-links>a,
  html body .navbar .nav-links>.fg-service-menu,
  html body .navbar .nav-links>.fg-service-menu>a{
    width:100%!important;
    min-height:46px!important;
    height:auto!important;
    margin:0!important;
    padding:11px 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    text-align:left!important;
    font-size:16px!important;
    line-height:1.45!important;
    font-weight:650!important;
    color:#182235!important;
    background:transparent!important;
    border:0!important;
    border-radius:10px!important;
    white-space:normal!important;
  }
  html body .navbar .nav-links>.fg-service-menu{padding:0!important;display:block!important;}
  html body .navbar .nav-links>a:hover,
  html body .navbar .nav-links>a.active,
  html body .navbar .nav-links>.fg-service-menu>a:hover,
  html body .navbar .nav-links>.fg-service-menu>a.active{
    color:#0068b7!important;
    background:#eef6ff!important;
  }
  html body .navbar .nav-links>a:after{content:'›'!important;position:static!important;width:auto!important;height:auto!important;background:none!important;font-size:20px!important;color:#9aa8ba!important;}
  html body .navbar .nav-links>.fg-service-menu>a:after{content:'›'!important;position:static!important;transform:none!important;font-size:20px!important;color:#9aa8ba!important;margin-left:auto!important;background:none!important;width:auto!important;height:auto!important;}
  html body .navbar .nav-links>a.active:after,
  html body .navbar .nav-links>.fg-service-menu>a.active:after{background:none!important;}

  /* Mobile menu only shows the service hub entry. The large desktop mega menu stays hidden. */
  html body .navbar .fg-mega-menu,
  html body .navbar .fg-service-menu.mobile-expanded .fg-mega-menu,
  html body .navbar .fg-service-menu.is-open .fg-mega-menu{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}

  body.mobile-menu-open{overflow:hidden!important;}
}
