/* Marketing services landing page styles */
.sc-marketing-services {
  --pink: #ff2fd3;
  --purple: #7a5cff;
  --blue: #1fb6ff;
  --green: #00e676;
  background-color: #03020d;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  z-index: 0;
  isolation: isolate;
}

.sc-marketing-services__backdrop {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(120% 85% at 88% -10%, rgba(0, 224, 255, 0.32) 0%, rgba(3, 2, 16, 0) 60%),
    radial-gradient(125% 90% at 0% 20%, rgba(255, 61, 214, 0.28) 0%, rgba(3, 2, 16, 0) 58%),
    radial-gradient(120% 105% at 50% 125%, rgba(61, 255, 146, 0.22) 0%, rgba(3, 2, 16, 0) 68%),
    linear-gradient(185deg, #060822 0%, #040316 55%, #04020f 100%);
  background-repeat: no-repeat;
}

.sc-marketing-services .sc-main,
.sc-marketing-services .hs-marketing-scope {
  color: #fff;
  font: 15px/1.45 'Vonca';
}

.sc-marketing-services *,
.sc-marketing-services *::before,
.sc-marketing-services *::after {
  box-sizing: border-box;
}

.sc-marketing-services::before,
.sc-marketing-services::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.sc-marketing-services::before {
  background:
    radial-gradient(90% 80% at 78% 0%, rgba(0, 224, 255, 0.28) 0%, rgba(0, 224, 255, 0) 65%),
    radial-gradient(95% 85% at 5% 80%, rgba(255, 61, 214, 0.2) 0%, rgba(255, 61, 214, 0) 68%),
    radial-gradient(110% 85% at 50% 120%, rgba(61, 255, 146, 0.24) 0%, rgba(61, 255, 146, 0) 72%);
  opacity: 0.75;
}

.sc-marketing-services::after {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 90px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 90px),
    radial-gradient(circle at center, rgba(2, 3, 17, 0) 0%, rgba(2, 3, 17, 0.85) 80%);
  opacity: 0.42;
}

@keyframes flowX {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.sc-marketing-services .gx {
  display: inline-block;
  font-weight: 900;
  color: transparent;
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: flowX 3s linear infinite;
}

.sc-marketing-services .pink-purple {
  background-image: linear-gradient(90deg, var(--pink), var(--purple), var(--pink));
}

.sc-marketing-services .blue-green {
  background-image: linear-gradient(90deg, var(--blue), var(--green), var(--blue));
  animation-duration: 3.6s;
}

.sc-marketing-services .hs-marketing-scope {
  --ease: cubic-bezier(.2, .8, .2, 1);
  --neon-cyan: #00e5ff;
  --neon-pink: #ff2fd3;
  --zero-green: #3dff92;
  --ring-w: 2px;
  --angle: 0deg;
  --radius: 12px;
  --glass: rgba(0, 0, 0, .75);
  --tile-h: 54px;
  --spin-time: 2.2s;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  min-height: 100%;
}

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: true;
}

@keyframes hueorbit {
  to {
    --angle: 360deg;
  }
}

.sc-marketing-services .opt::after,
.sc-marketing-services .home-service-btn::after,
.sc-marketing-services .home-service-btn i,
.sc-marketing-services #reset::before,
.sc-marketing-services .hs-tool-btn::before,
.sc-marketing-services .hs-tool-btn i {
  animation: hueorbit var(--spin-time) linear infinite;
  animation-play-state: paused;
}

.sc-marketing-services .opt:hover::after,
.sc-marketing-services .home-service-btn:hover::after,
.sc-marketing-services .home-service-btn:focus-visible::after,
.sc-marketing-services .home-service-btn.is-active::after,
.sc-marketing-services .home-service-btn:hover i,
.sc-marketing-services .home-service-btn:focus-visible i,
.sc-marketing-services .home-service-btn.is-active i,
.sc-marketing-services #reset:hover::before,
.sc-marketing-services .hs-tool-btn:hover:not(.is-active)::before,
.sc-marketing-services .hs-tool-btn:hover:not(.is-active) i {
  animation-play-state: running;
}

@media (prefers-reduced-motion: reduce) {
  .sc-marketing-services .opt::after,
  .sc-marketing-services #reset::before {
    animation: none !important;
  }
  .sc-marketing-services .hs-slider-track {
    transition: none !important;
  }
  .sc-marketing-services .hs-tab-panels {
    transition: none !important;
  }
  .sc-marketing-services .hs-tab-panel {
    animation: none !important;
  }
  .sc-marketing-services .hs-tab-panel.is-active {
    opacity: 1;
    transform: none;
  }
}

.sc-marketing-services .hs-wrap {
  max-width: min(1300px, 94vw);
  margin: 10px auto;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  min-height: 0;
  width: 100%;
}

.sc-marketing-services .hs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 10px;
}

.sc-marketing-services .hs-title {
  margin: 0;
  font-size: clamp(22px, 3.6vw, 32px);
  font-weight: 800;
  letter-spacing: .4px;
}

.sc-marketing-services .hs-sub {
  margin: 2px 0 0;
  opacity: .85;
  font-size: clamp(13px, 2.2vw, 15px);
}

.sc-marketing-services .hs-tagline {
  margin: 0 0 20px;
  text-align: center;
  font-size: clamp(26px, 4.4vw, 30px);
  opacity: 1;
  font-weight: 900;
}

@media (max-width: 600px) {
  .sc-marketing-services .hs-tagline {
    font-size: clamp(18px, 6vw, 22px);
  }
}

.sc-marketing-services .hs-logo {
  height: 64px;
  width: auto;
  border-radius: 6px;
  filter: none;
}

.sc-marketing-services .hs-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  margin: 0 0 16px;
}

.sc-marketing-services .hs-tool-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 12px;
  width: auto;
  height: auto;
  padding: 14px 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(0, 0, 0, .72);
  color: #fff;
  box-shadow: none;
  transition: transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease), filter .22s var(--ease);
  position: relative;
  isolation: isolate;
}

.sc-marketing-services .hs-tool-btn i {
  font-size: 18px;
  color: rgba(255, 255, 255, .5);
}

.sc-marketing-services .hs-tool-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2px;
}

.sc-marketing-services .hs-tool-btn:hover:not(.is-active) {
  transform: none;
  border-color: rgba(255, 255, 255, .28);
  box-shadow: none;
  outline: none;
  filter: drop-shadow(0 0 12px rgba(0, 229, 255, .32));
}

.sc-marketing-services .hs-tool-btn:focus-visible {
  outline: none;
}

.sc-marketing-services .hs-tool-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--angle), var(--neon-cyan), var(--neon-pink), var(--neon-cyan));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
  opacity: 0;
  transition: opacity .22s var(--ease);
}

.sc-marketing-services .hs-tool-btn:hover:not(.is-active)::before {
  opacity: 1;
}

.sc-marketing-services .hs-tool-btn.is-active::before,
.sc-marketing-services .hs-tool-btn.is-active:hover::before {
  opacity: 0;
}

.sc-marketing-services .hs-tool-btn:hover:not(.is-active) i {
  background: conic-gradient(from var(--angle), var(--neon-cyan), var(--neon-pink), var(--neon-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 8px rgba(0, 229, 255, .5);
}

.sc-marketing-services .hs-tool-btn.is-active {
  transform: none;
  border-color: rgba(255, 255, 255, .12);
  box-shadow: none;
  background: rgba(0, 0, 0, .85);
}

.sc-marketing-services .hs-tool-btn.is-active i {
  background: none;
  -webkit-background-clip: initial;
  background-clip: border-box;
  color: var(--zero-green);
  text-shadow: none;
}

.sc-marketing-services .hs-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 2fr 1fr;
  flex: 1 0 auto;
  min-height: 0;
}

.sc-marketing-services .hs-panel {
  position: relative;
  border-radius: var(--radius);
  background: transparent;
  border: none;
  overflow: hidden;
}

.sc-marketing-services .hs-panel--full {
  grid-column: 1 / -1;
}

.sc-marketing-services .hs-slider {
  --active-index: 0;
  position: relative;
  border-radius: var(--radius);
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
  overflow: hidden;
  min-height: 240px;
}

.sc-marketing-services .hs-slider-track {
  display: flex;
  width: 100%;
  transition: transform .45s var(--ease);
  transform: translateX(calc(var(--active-index, 0) * -100%));
  position: relative;
  z-index: 1;
}

.sc-marketing-services .hs-slide {
  flex: 0 0 100%;
  padding: 24px clamp(16px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 1;
  background: transparent;
}

.sc-marketing-services .hs-slide:not(.is-active) {
  pointer-events: none;
}

.sc-marketing-services .hs-slide-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sc-marketing-services .hs-slide-title {
  margin: 0;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 800;
  letter-spacing: .4px;
}

.sc-marketing-services .hs-slide-icon {
  font-size: clamp(20px, 3vw, 24px);
  color: rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
}

.sc-marketing-services .hs-slide-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sc-marketing-services .hs-summary-slider {
  --active-index: 0;
  border-radius: calc(var(--radius) - 2px);
  background: #000000bf;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
  overflow: hidden;
}

.sc-marketing-services .hs-summary-track {
  display: flex;
  width: 100%;
  transform: translateX(calc(var(--active-index, 0) * -100%));
  transition: transform .45s var(--ease);
}

.sc-marketing-services .hs-summary-slide {
  flex: 0 0 100%;
  padding: 26px clamp(18px, 3.4vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .4s var(--ease), transform .45s var(--ease);
}

.sc-marketing-services .hs-summary-slide.is-active {
  opacity: 1;
  transform: translateY(0);
}

.sc-marketing-services .hs-summary-headline {
  margin: 0;
  font-size: clamp(24px, 3.6vw, 32px);
  font-weight: 800;
  letter-spacing: .4px;
}

.sc-marketing-services .hs-summary-slide h3 {
  margin: 0;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 800;
  letter-spacing: .4px;
}

.sc-marketing-services .hs-summary-slide p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.6;
}

.sc-marketing-services .tier-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
  overflow: visible;
  padding-bottom: 4px;
}

.sc-marketing-services .radio {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-self: start;
}

.sc-marketing-services .radio input {
  appearance: auto;
  accent-color: #00e5ff;
  width: 16px;
  height: 16px;
}

.sc-marketing-services .hs-right.hs-estimate {
  padding: 10px;
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
}

.sc-marketing-services .hs-est-h {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.sc-marketing-services .hs-list-est {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  max-height: 480px;
  overflow: auto;
}

.sc-marketing-services .hs-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  background: none;
  border: none;
  border-radius: 10px;
  padding: 8px 10px;
}

.sc-marketing-services .hs-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.sc-marketing-services .hs-total-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

.sc-marketing-services .hs-total-wrap .hs-sub {
  font-size: 20px;
}

.sc-marketing-services .hs-actions button {
  background: var(--glass);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  transition: filter .22s var(--ease), border-color .22s var(--ease), text-shadow .22s var(--ease);
}

.sc-marketing-services .hs-actions button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--angle), var(--neon-cyan), var(--neon-pink), var(--neon-cyan));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
  opacity: 0;
  transition: opacity .22s var(--ease);
}

.sc-marketing-services .hs-actions button:hover,
.sc-marketing-services .hs-actions button:focus-visible {
  border-color: transparent;
  filter: drop-shadow(0 0 12px rgba(0, 229, 255, .32));
  outline: none;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 229, 255, .45);
}

.sc-marketing-services .hs-actions button:hover::before,
.sc-marketing-services .hs-actions button:focus-visible::before {
  opacity: 1;
}

.sc-marketing-services .hs-actions button:hover *,
.sc-marketing-services .hs-actions button:focus-visible * {
  background: conic-gradient(from var(--angle), var(--neon-cyan), var(--neon-pink), var(--neon-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sc-marketing-services .hs-total {
  font-size: 20px;
  font-weight: 900;
  color: var(--zero-green) !important;
}

@media (max-width: 820px) {
  .sc-marketing-services .hs-grid {
    grid-template-columns: 1fr;
  }
  .sc-marketing-services .hs-right.hs-estimate {
    margin-top: 12px;
  }
  .sc-marketing-services .hs-logo {
    height: 64px;
    width: auto;
    border-radius: 6px;
    filter: none;
  }
}

.sc-marketing-services .opt-name {
  font-weight: 600;
  display: block;
}

.sc-marketing-services .opt-price {
  font-weight: 600;
  color: var(--accent);
  display: block;
  margin-top: 4px;
}

.sc-marketing-services .opt-ratio {
  font-size: 0.85em;
  color: var(--muted);
  display: block;
  margin-top: 2px;
}

.sc-marketing-services .opt {
  --opt-radius: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 140px;
  background: var(--glass);
  border: none;
  box-shadow: 0 0 0 var(--ring-w) rgba(255, 255, 255, .5);
  border-radius: var(--opt-radius);
  padding: 16px 28px;
  gap: 6px;
  overflow: visible;
  cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}

.sc-marketing-services .opt > * {
  position: relative;
  z-index: 1;
}

.sc-marketing-services .opt .name {
  font-weight: 900;
  font-size: 16px;
}

.sc-marketing-services .opt .meta {
  opacity: .9;
  font-size: 13px;
}

.sc-marketing-services .opt .price {
  font-weight: 800;
  letter-spacing: .2px;
  color: #858585 !important;
  transition: color .2s var(--ease);
}

.sc-marketing-services .opt .radio {
  margin-top: 6px;
  display: none;
}

.sc-marketing-services .opt.is-none .radio {
  display: none;
}

.sc-marketing-services .opt .radio input {
  appearance: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  accent-color: #ffffff;
  background: #ffffff;
}

.sc-marketing-services .opt::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: none;
  opacity: 0;
  transition: opacity .25s var(--ease);
  z-index: 0;
}

.sc-marketing-services .opt::after {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--ring-w));
  border-radius: calc(var(--opt-radius) + var(--ring-w));
  padding: var(--ring-w);
  background: conic-gradient(from var(--angle), var(--neon-cyan), var(--neon-pink), var(--neon-cyan));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s var(--ease);
  z-index: 0;
}

.sc-marketing-services .opt:hover {
  box-shadow: 0 0 0 var(--ring-w) transparent;
}

.sc-marketing-services .opt:hover::after {
  opacity: 1;
}

.sc-marketing-services .opt.selected {
  box-shadow: 0 0 0 var(--ring-w) var(--zero-green);
}

.sc-marketing-services .opt.selected:hover {
  box-shadow: 0 0 0 var(--ring-w) var(--zero-green);
}

.sc-marketing-services .opt.selected::after,
.sc-marketing-services .opt.selected:hover::after {
  opacity: 0;
}

.sc-marketing-services .hs-brand-right {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
}

.sc-marketing-services .hs-brand-right i {
  font-size: 18px;
}

.sc-marketing-services .hs-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .3px;
}

.sc-marketing-services .hs-brand-text span:first-child {
  margin-bottom: 2px;
}

.sc-marketing-services .tier-row .opt .price.price--active {
  color: var(--zero-green) !important;
}

.sc-marketing-services .home-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 6px 0 10px;
}

.sc-marketing-services .home-service-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 150px;
  padding: 22px 20px;
  border-radius: 14px;
  border: none;
  background: var(--glass);
  box-shadow: 0 0 0 var(--ring-w) rgba(255, 255, 255, .5);
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
  isolation: isolate;
}

.sc-marketing-services .home-service-btn::after {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--ring-w));
  border-radius: calc(14px + var(--ring-w));
  padding: var(--ring-w);
  background: conic-gradient(from var(--angle), var(--neon-cyan), var(--neon-pink), var(--neon-cyan));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s var(--ease);
  z-index: 0;
}

.sc-marketing-services .home-service-btn i {
  font-size: 28px;
  color: rgba(255, 255, 255, .5);
  background: transparent;
  transition: color .22s var(--ease), text-shadow .22s var(--ease), background .22s var(--ease);
  -webkit-text-fill-color: currentColor;
}

.sc-marketing-services .home-service-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .3px;
}

.sc-marketing-services .home-service-btn:hover,
.sc-marketing-services .home-service-btn:focus-visible,
.sc-marketing-services .home-service-btn.is-active {
  box-shadow: 0 0 0 var(--ring-w) transparent;
  transform: none;
}

.sc-marketing-services .home-service-btn:hover::after,
.sc-marketing-services .home-service-btn:focus-visible::after,
.sc-marketing-services .home-service-btn.is-active::after {
  opacity: 1;
}

.sc-marketing-services .home-service-btn:hover i,
.sc-marketing-services .home-service-btn:focus-visible i,
.sc-marketing-services .home-service-btn.is-active i {
  color: transparent;
  background: conic-gradient(from var(--angle), var(--neon-cyan), var(--neon-pink), var(--neon-cyan));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 12px rgba(0, 229, 255, .55);
}

.sc-marketing-services .home-service-btn:focus-visible {
  outline: 2px solid rgba(0, 229, 255, .6);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .sc-marketing-services .home-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .sc-marketing-services .home-services {
    grid-template-columns: 1fr;
  }
}

.sc-marketing-services .price--zero {
  color: var(--zero-green) !important;
}

.sc-marketing-services .hs-item-price {
  color: #fff !important;
}

.sc-marketing-services .hs-est-title {
  font-weight: 800;
  letter-spacing: .3px;
  font-size: 18px;
}

@media (min-width: 900px) {
  .sc-marketing-services .hs-est-title {
    font-size: 20px;
  }
}

.sc-marketing-services .hs-list-est .hs-item {
  background: transparent !important;
  border: none !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
}

.sc-marketing-services #reset {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, .24);
  color: #e6e6e6;
  position: relative;
  isolation: isolate;
  border-radius: 10px;
}

.sc-marketing-services #reset:hover {
  border-color: transparent;
}

.sc-marketing-services #reset.is-green-hover::before {
  background: linear-gradient(90deg, var(--zero-green), var(--zero-green));
  padding: 1px;
  animation: none;
}

.sc-marketing-services #reset.is-green-hover:hover {
  border-color: var(--zero-green);
  filter: drop-shadow(0 0 8px rgba(61, 255, 146, .35));
}

.sc-marketing-services #reset.is-green-hover:hover::before {
  opacity: 1;
}

.sc-marketing-services #reset::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: conic-gradient(from var(--angle), var(--neon-cyan), var(--neon-pink), var(--neon-cyan));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
  opacity: 0;
  transition: opacity .22s var(--ease);
}

.sc-marketing-services #reset:hover::before {
  opacity: 1;
}

.sc-marketing-services #reset:hover {
  filter: drop-shadow(0 0 10px rgba(0, 229, 255, .35));
}

.sc-marketing-services .hs-footer {
  position: static;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-top: auto;
  margin-bottom: 24px;
  padding: 40px 0 0;
  flex-wrap: wrap;
}

.sc-marketing-services .hs-footer-logo {
  height: 58px;
  width: auto;
  opacity: .92;
  filter: none;
}

.sc-marketing-services .hs-footer-logo--left {
  transform: none;
}

@media (max-width: 680px) {
  .sc-marketing-services .hs-footer {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    margin-bottom: 20px;
    gap: 16px;
  }
  .sc-marketing-services .hs-footer-logo {
    height: 48px;
  }
}

.sc-marketing-services .no-flex-gap .hs-footer-logo + .hs-footer-logo {
  margin-left: 12px;
}

@media (max-width: 680px) {
  .sc-marketing-services .no-flex-gap .hs-footer-logo + .hs-footer-logo {
    margin-left: 16px;
  }
}

.sc-marketing-services .hs-service-section {
  margin-top: 36px;
  padding: 0;
  background: none;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.sc-marketing-services .hs-service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: none;
  opacity: .35;
  pointer-events: none;
  mix-blend-mode: screen;
}

.sc-marketing-services .hs-service-section > * {
  position: relative;
  z-index: 1;
}

.sc-marketing-services .hs-section-title {
  margin: 0 0 22px;
  text-align: left;
  font-size: clamp(22px, 4vw, 30px);
  letter-spacing: .6px;
  font-weight: 800;
}

.sc-marketing-services .hs-section-title .gx {
  display: inline-block;
  padding: 0 4px;
  background: none;
  background-image: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-background-clip: initial;
  background-clip: border-box;
  animation: none;
}

.sc-marketing-services .hs-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  --tabs-edge-pad: clamp(10px, 2vw, 18px);
}

.sc-marketing-services .hs-tablist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  padding-inline: 0;
}

.sc-marketing-services .hs-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: var(--glass);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .4px;
  cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
  box-shadow: 0 0 0 var(--ring-w) transparent;
}

.sc-marketing-services .hs-tab::after {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--ring-w));
  border-radius: calc(16px + var(--ring-w));
  padding: var(--ring-w);
  background: conic-gradient(from var(--angle), var(--neon-cyan), var(--neon-pink), var(--neon-cyan));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s var(--ease);
}

.sc-marketing-services .hs-tab:hover {
  transform: none;
}

.sc-marketing-services .hs-tab:hover::after {
  opacity: 1;
}

.sc-marketing-services .hs-tab:focus-visible {
  outline: none;
}

.sc-marketing-services .hs-tab-icon {
  display: grid;
  place-items: center;
  width: calc(22px * 1.25);
  height: calc(22px * 1.25);
  border: none;
  background: none;
}

.sc-marketing-services .hs-tab-icon i {
  font-size: calc(22px * 1.25);
  transition: color .2s var(--ease), filter .2s var(--ease);
}

.sc-marketing-services .hs-tab:hover .hs-tab-icon i {
  background: conic-gradient(from var(--angle), var(--neon-cyan), var(--neon-pink), var(--neon-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sc-marketing-services .hs-tab-label {
  display: block;
}

.sc-marketing-services .hs-tab-panels {
  display: grid;
  padding-inline: 0;
  position: relative;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity .45s var(--ease), transform .45s var(--ease);
}

.sc-marketing-services .hs-tab-panels.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.sc-marketing-services .hs-tab-panel {
  display: none;
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  padding: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
  opacity: 0;
  transform: translateY(24px);
}

.sc-marketing-services .hs-tab-panel.is-active {
  display: block;
  opacity: 1;
  transform: none;
  animation: hsTabPanelIn .45s var(--ease) forwards;
}

@keyframes hsTabPanelIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.sc-marketing-services .hs-tab-panel p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .88);
}

.sc-marketing-services .hs-tab-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.sc-marketing-services .hs-tab-panel li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, .78);
}

.sc-marketing-services .hs-tab-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--neon-cyan), var(--neon-pink));
  box-shadow: 0 0 10px rgba(31, 182, 255, .45);
  transform: translateY(-50%);
}

@media (max-width: 820px) {
  .sc-marketing-services .hs-service-section {
    margin-top: 32px;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .sc-marketing-services .hs-tablist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .sc-marketing-services .hs-tablist {
    grid-template-columns: 1fr;
  }
  .sc-marketing-services .hs-tab {
    padding: 16px 12px;
  }
}
