body.elementor-page-130:not(.elementor-motion-effects-element-type-background), body.elementor-page-130 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-6091ea7 );}/* Start custom CSS */.sh-hero {
  font-family: 'Poppins', sans-serif;
  padding: 80px 40px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sh-hero::before {
  content: 'SHOPIFY';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 140px; font-weight: 900;
  color: rgba(239,156,23,0.06);
  font-family: 'Space Grotesk', sans-serif;
  pointer-events: none; white-space: nowrap;
}
.sh-label {
  display: inline-flex; align-items: center;
  gap: 12px; margin-bottom: 20px;
}
.sh-label span { display: block; width: 32px; height: 1px; background: #ef9c17; }
.sh-label p {
  font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: #ef9c17;
  font-weight: 600; margin: 0;
}
.sh-h1 {
  font-size: 56px; font-weight: 700; color: #0D1F2D;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.08; margin-bottom: 20px;
}
.sh-h1 em { color: #ef9c17; font-style: italic; font-weight: 400; }
.sh-sub {
  font-size: 16px; color: rgba(13,31,45,0.55);
  line-height: 1.8; max-width: 520px; margin: 0 auto 36px;
}
.sh-btns {
  display: flex; align-items: center;
  justify-content: center; gap: 14px;
  flex-wrap: wrap; margin-bottom: 48px;
}
.sh-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; background: #ef9c17; color: #fff;
  font-size: 13px; font-weight: 700;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em; border-radius: 8px;
  border: 2px solid #ef9c17; text-decoration: none;
  transition: background 0.25s, color 0.25s;
}
.sh-btn-primary:hover { background: transparent; color: #ef9c17; }
.sh-btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; background: transparent; color: #0D1F2D;
  font-size: 13px; font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border-radius: 8px; border: 2px solid rgba(13,31,45,0.2);
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s;
}
.sh-btn-outline:hover { border-color: #ef9c17; color: #ef9c17; }
.sh-trust {
  display: flex; align-items: center;
  justify-content: center; gap: 8px; flex-wrap: wrap;
}
.sh-trust-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; background: #fff;
  border: 1px solid rgba(13,31,45,0.08);
  border-radius: 100px; font-size: 12px;
  color: rgba(13,31,45,0.6); font-family: 'Poppins', sans-serif;
}
.sh-trust-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #ef9c17; flex-shrink: 0;
}
@media (max-width: 768px) {
  .sh-hero { padding: 56px 24px 48px; }
  .sh-h1 { font-size: 36px; }
  .sh-sub { font-size: 14px; }
}
@media (max-width: 480px) {
  .sh-hero { padding: 44px 16px 40px; }
  .sh-h1 { font-size: 28px; }
  .sh-btns { flex-direction: column; align-items: stretch; }
  .sh-btn-primary, .sh-btn-outline { justify-content: center; }
}/* End custom CSS */