/* =========================================================================
   COMPONENT: Shared Hero Curved Marquee
   Reusable curved text marquee for subpage hero sections.
   ========================================================================= */

.hero-curved-marquee {
  position: relative;
  width: 299px;
  max-width: 100%;
  height: 48px;
  overflow: visible;
  cursor: grab;
  user-select: none;
  touch-action: none;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.hero-curved-marquee:active {
  cursor: grabbing;
}

.hero-curved-marquee-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
}

.hero-curved-marquee-text {
  font-family: var(--font-satoshi, "Satoshi", sans-serif);
  font-size: 17px;
  font-weight: 500;
  fill: #292929;
  letter-spacing: 0.2px;
}

/* Subpage hero top gap adjustment for curved marquee */
#smart-contract-hero .smart-contract-hero-top,
#blockchain-hero .blockchain-hero-top,
#agentic-hero .agentic-hero-top,
#product-build-hero .product-build-hero-top,
#tech-labs-hero .tech-labs-hero-top {
  gap: 4px;
}
