/* 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;}}
