/* landing-home-fixes-v3
   Narrow, source-of-truth overrides for the landing header panel, trusted-logo
   marquee, and hero/proof/media section spacing. Loaded after landing.css. */

:root {
  --landing-menu-inner-pad: clamp(9px, .85vw, 12px);
  --trusted-logo-gap: clamp(14px, 1.7vw, 30px);
  --trusted-logo-duration: 36s;
  --landing-proof-margin-top: clamp(28px, 3vw, 52px);
  --landing-hero-media-gap: clamp(30px, 3vw, 54px);
  --landing-hero-cta-gap: clamp(28px, 2.55vw, 44px);
}

/* Header dropdown: the panel stays anchored by existing JS/CSS; this reset removes
   inherited centering and keeps every row's content starting from the same inset. */
.site-bar.site-bar--landing .site-menu-shell .site-menu-panel,
#site-menu-panel.site-menu-panel {
  width: clamp(252px, 22vw, 336px) !important;
  max-width: calc(100vw - 16px) !important;
  padding: var(--landing-menu-inner-pad) !important;
  display: none !important;
  align-items: stretch !important;
  align-content: start !important;
  justify-items: stretch !important;
  justify-content: stretch !important;
  text-align: left !important;
}

.site-bar.site-bar--landing.is-menu-open .site-menu-shell .site-menu-panel,
.site-bar.site-bar--landing.is-menu-open #site-menu-panel.site-menu-panel {
  display: grid !important;
  gap: 8px !important;
}

#site-menu-panel .site-menu-panel__section,
#site-menu-panel .site-menu-panel__auth,
#site-menu-panel .site-menu,
#site-menu-panel .site-menu--main,
#site-menu-panel .site-menu--more,
#site-menu-panel .site-menu__dropdown,
#site-menu-panel .site-menu__dropdown-menu {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  justify-items: stretch !important;
  justify-content: stretch !important;
  align-content: start !important;
  text-align: left !important;
}

#site-menu-panel .site-menu-panel__section {
  padding: 0 !important;
  gap: 6px !important;
}

#site-menu-panel .site-menu-panel__title {
  margin: 1px 0 3px !important;
  padding: 0 6px !important;
  text-align: left !important;
}

#site-menu-panel .site-menu,
#site-menu-panel .site-menu--main,
#site-menu-panel .site-menu--more {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 6px !important;
  padding: 0 !important;
}

#site-menu-panel .site-menu a,
#site-menu-panel .site-menu__trigger,
#site-menu-panel .site-account-link {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 0 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  box-sizing: border-box !important;
  text-align: left !important;
  font-size: clamp(12px, .76vw, 13px) !important;
  line-height: 1.18 !important;
}

#site-menu-panel .site-menu__trigger-label,
#site-menu-panel .site-account-link span:not(.site-account-link__icon) {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  text-align: left !important;
  overflow-wrap: anywhere !important;
}

#site-menu-panel .site-menu__trigger-arrow {
  flex: 0 0 auto !important;
  margin-left: auto !important;
}

#site-menu-panel .site-menu__dropdown {
  position: static !important;
  display: grid !important;
  overflow: visible !important;
}

#site-menu-panel .site-menu__dropdown-menu {
  position: static !important;
  inset: auto !important;
  display: none !important;
  margin-top: 6px !important;
  padding: 6px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  overflow: hidden !important;
}

#site-menu-panel .site-menu__dropdown.is-open .site-menu__dropdown-menu,
#site-menu-panel .site-menu__dropdown:focus-within .site-menu__dropdown-menu {
  display: grid !important;
  gap: 5px !important;
}

#site-menu-panel .site-menu__download,
#site-menu-panel .site-menu__download.is-empty {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 36px !important;
  padding: 8px 10px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 2px !important;
  align-items: center !important;
  justify-items: start !important;
  text-align: left !important;
}

#site-menu-panel .site-menu__download strong,
#site-menu-panel .site-menu__download span {
  min-width: 0 !important;
  justify-self: start !important;
  text-align: left !important;
  white-space: normal !important;
}

#site-menu-panel .site-menu__download strong {
  font-size: 12.25px !important;
  line-height: 1.18 !important;
}

#site-menu-panel .site-menu__download span {
  font-size: 11.5px !important;
  line-height: 1.22 !important;
}

/* Trusted logos: the JS already emits two .logo-band__set rows, with the second
   copy aria-hidden. These rules make that duplicated track the animated surface. */
@keyframes utapTrustedLogoSetMarqueeLeft {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-100%, 0, 0); }
}

#hero-proof-row.hero-proof-row {
  margin-top: var(--landing-proof-margin-top) !important;
  gap: clamp(16px, 1.8vw, 28px) !important;
}

#hero-proof-row .trusted-section,
#hero-proof-row .hero-proof-row__brands {
  gap: clamp(10px, 1vw, 16px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-trust-copy.trusted-label,
#hero-trust-copy.trust-copy,
#hero-proof-row .trusted-label,
#hero-proof-row .trust-copy {
  color: #4b5565 !important;
  opacity: .68 !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

#hero-brand-band.logo-band,
#hero-proof-row .trusted-logo-marquee,
#hero-proof-row .logo-band {
  --trusted-logo-gap: clamp(14px, 1.7vw, 30px);
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: calc(var(--landing-trusted-logo-size, 156px) * .68) !important;
  margin: 0 !important;
  padding: clamp(8px, .9vw, 14px) 0 !important;
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 8% 50%, rgba(123, 92, 255, .08), transparent 30%),
    radial-gradient(circle at 92% 50%, rgba(20, 196, 184, .08), transparent 32%) !important;
  box-shadow: none !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%) !important;
}

#hero-brand-band.logo-band::before,
#hero-brand-band.logo-band::after,
#hero-proof-row .logo-band::before,
#hero-proof-row .logo-band::after {
  display: none !important;
  content: none !important;
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  max-width: none !important;
  min-width: max-content !important;
  gap: 0 !important;
  animation: none !important;
  will-change: auto !important;
}

#hero-brand-band:hover .logo-band__set,
#hero-brand-band:focus-within .logo-band__set,
#hero-proof-row .logo-band:hover .logo-band__set,
#hero-proof-row .logo-band:focus-within .logo-band__set {
  animation-play-state: paused !important;
}

#hero-brand-band .logo-band__set,
#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set,
#hero-proof-row .logo-band__set[aria-hidden="true"] {
  display: flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: max-content !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: var(--trusted-logo-gap) !important;
  margin: 0 !important;
  padding: 0 var(--trusted-logo-gap) 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  animation: utapTrustedLogoSetMarqueeLeft var(--trusted-logo-duration) linear infinite !important;
  will-change: transform !important;
}

#hero-brand-band .logo-chip,
#hero-proof-row .logo-chip {
  flex: 0 0 auto !important;
  width: var(--trusted-logo-width, var(--landing-trusted-logo-size, 156px)) !important;
  min-width: var(--trusted-logo-width, var(--landing-trusted-logo-size, 156px)) !important;
  max-width: var(--trusted-logo-width, var(--landing-trusted-logo-size, 156px)) !important;
  min-height: calc(var(--trusted-logo-max-height, 90px) + 2px) !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#hero-brand-band .logo-chip img,
#hero-proof-row .logo-chip img {
  display: block !important;
  width: var(--trusted-logo-width, var(--landing-trusted-logo-size, 156px)) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: var(--trusted-logo-max-height, calc(var(--landing-trusted-logo-size, 156px) * .58)) !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 12px 22px rgba(42, 39, 82, .12)) !important;
}

/* Hero/proof/media boundary: reduce the artificial spacer between Applications
   and the original-template/media row without using negative margins. */
.hero-bottom {
  margin-top: var(--landing-hero-media-gap) !important;
}

.hero-media-row.hero-media-row--original-first {
  gap: clamp(20px, 2.4vw, 38px) !important;
}

@media (prefers-reduced-motion: reduce) {
  #hero-brand-band .logo-band__track,
  #hero-proof-row .logo-band__track {
    width: 100% !important;
    min-width: 0 !important;
    animation: none !important;
    transform: none !important;
    will-change: auto !important;
  }

  #hero-brand-band .logo-band__set,
  #hero-proof-row .logo-band__set {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    padding-right: 0 !important;
    animation: none !important;
    transform: none !important;
    will-change: auto !important;
  }

  #hero-brand-band .logo-band__set[aria-hidden="true"],
  #hero-proof-row .logo-band__set[aria-hidden="true"] {
    display: none !important;
  }
}

@media (max-width: 980px) {
  :root {
    --landing-proof-margin-top: clamp(24px, 5vw, 42px);
    --landing-hero-media-gap: clamp(24px, 5vw, 42px);
    --trusted-logo-gap: clamp(16px, 5vw, 32px);
  }

  .site-bar.site-bar--landing .site-menu-shell .site-menu-panel,
  #site-menu-panel.site-menu-panel {
    width: calc(100vw - 16px) !important;
  }

  #hero-brand-band.logo-band,
  #hero-proof-row .trusted-logo-marquee,
  #hero-proof-row .logo-band {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%) !important;
  }

  #hero-brand-band .logo-chip,
  #hero-proof-row .logo-chip {
    width: min(var(--trusted-logo-width, var(--landing-trusted-logo-size, 142px)), 38vw) !important;
    min-width: min(var(--trusted-logo-width, var(--landing-trusted-logo-size, 142px)), 38vw) !important;
    max-width: min(var(--trusted-logo-width, var(--landing-trusted-logo-size, 142px)), 38vw) !important;
  }

  #hero-brand-band .logo-chip img,
  #hero-proof-row .logo-chip img {
    width: min(var(--trusted-logo-width, var(--landing-trusted-logo-size, 142px)), 38vw) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --landing-proof-margin-top: clamp(20px, 6vw, 34px);
    --landing-hero-media-gap: clamp(20px, 6vw, 34px);
    --trusted-logo-gap: clamp(14px, 6vw, 26px);
  }

  #site-menu-panel .site-menu a,
  #site-menu-panel .site-menu__trigger,
  #site-menu-panel .site-account-link {
    min-height: 40px !important;
    padding-inline: 9px !important;
    font-size: 13px !important;
  }

  #hero-brand-band .logo-chip,
  #hero-proof-row .logo-chip,
  #hero-brand-band .logo-chip img,
  #hero-proof-row .logo-chip img {
    width: min(var(--trusted-logo-width, var(--landing-trusted-logo-size, 136px)), 42vw) !important;
    min-width: min(var(--trusted-logo-width, var(--landing-trusted-logo-size, 136px)), 42vw) !important;
    max-width: min(var(--trusted-logo-width, var(--landing-trusted-logo-size, 136px)), 42vw) !important;
  }
}

/* Hero/template showcase: keep templates in one continuous row. The motion is
   carried by the duplicated track; hover/focus/tap only lifts a card visually,
   so the document never grows into a blank expanded area. */
:root {
  --trusted-section-width: min(100%, calc(100vw - clamp(20px, 4vw, 72px)));
  --hero-media-section-width: min(100%, 1540px);
  --hero-showcase-gap: clamp(16px, 1.65vw, 30px);
}

#hero-proof-row.hero-proof-row {
  grid-column: 1 / -1 !important;
  width: var(--trusted-section-width) !important;
  max-width: var(--trusted-section-width) !important;
  justify-self: center !important;
}

#hero-proof-row:has(> .hero-side-box[hidden]) .trusted-section,
#hero-proof-row:has(> .hero-side-box[hidden]) .hero-proof-row__brands,
#hero-proof-row:has(> .hero-side-box[data-utap-public-hidden="1"]) .trusted-section,
#hero-proof-row:has(> .hero-side-box[data-utap-public-hidden="1"]) .hero-proof-row__brands {
  grid-column: 1 / -1 !important;
}

#hero-proof-row .trusted-section,
#hero-proof-row .hero-proof-row__brands {
  width: 100% !important;
  max-width: none !important;
  padding-inline: clamp(4px, .7vw, 12px) !important;
}

#hero-brand-band.logo-band,
#hero-proof-row .trusted-logo-marquee,
#hero-proof-row .logo-band {
  --trusted-logo-gap: clamp(10px, 1.15vw, 22px);
  min-height: calc(var(--landing-trusted-logo-size, 156px) * .72) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 1.35%, #000 98.65%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 1.35%, #000 98.65%, transparent 100%) !important;
}

.hero-bottom {
  width: var(--hero-media-section-width) !important;
  max-width: var(--hero-media-section-width) !important;
  justify-self: center !important;
}

.hero-media-row.hero-media-row--original-first {
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(22px, 2.4vw, 38px) !important;
  overflow: visible !important;
}

.hero-gallery,
.hero-image-panel {
  overflow: visible !important;
}

.hero-media-row .hero-gallery__viewport,
#hero-gallery-viewport,
#hero-gallery-viewport .hero-carousel,
#hero-gallery-viewport .hero-carousel__mask {
  height: auto !important;
  min-height: 0 !important;
}

#hero-gallery-viewport,
#hero-gallery-viewport .hero-carousel__mask {
  overflow: hidden !important;
}

#hero-gallery-viewport .hero-carousel__track {
  display: flex !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
}

#hero-gallery-viewport .hero-carousel__set,
#hero-gallery-viewport .hero-carousel__set[aria-hidden="true"] {
  display: flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: var(--hero-showcase-gap) !important;
  padding-right: var(--hero-showcase-gap) !important;
}

#hero-gallery-viewport .hero-carousel__slide {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  filter: none !important;
}

#hero-gallery-viewport .hero-carousel__slide::after {
  content: "Click to preview" !important;
}

#hero-gallery-viewport .hero-carousel__slide:has(video)::after,
#hero-gallery-viewport .hero-carousel__slide:has(.pdf-embed)::after,
#hero-gallery-viewport .hero-carousel__slide:has(.document-thumb)::after {
  content: "Click to preview" !important;
  display: inline-flex !important;
}

.hero-image-panel__viewport {
  transition:
    box-shadow 260ms ease,
    border-color 260ms ease !important;
}

.hero-image-panel__viewport.is-expanded,
.hero-image-panel__viewport:has(.hero-image-panel__zoom:hover),
.hero-image-panel__viewport:has(.hero-image-panel__zoom:focus-visible),
.hero-image-panel__viewport:has(.hero-image-panel__zoom:focus-within) {
  border-color: rgba(109, 71, 217, .22) !important;
  box-shadow: 0 22px 56px rgba(37, 35, 79, .12), 0 10px 26px rgba(91, 92, 240, .08) !important;
}

.hero-image-panel__zoom {
  cursor: zoom-in !important;
}

.hero-image-panel__viewport.is-expanded .hero-image-panel__zoom,
.hero-image-panel__zoom:hover,
.hero-image-panel__zoom:focus-visible {
  cursor: zoom-out !important;
}

.hero-image-panel__viewport.is-expanded .hero-image-panel__zoom-hint,
.hero-image-panel__zoom:hover .hero-image-panel__zoom-hint,
.hero-image-panel__zoom:focus-visible .hero-image-panel__zoom-hint {
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}


.hero-image-lightbox__dialog {
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: 12px !important;
}

.hero-image-lightbox__stage {
  display: grid !important;
  place-items: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.hero-image-lightbox__frame {
  display: block !important;
  width: min(1180px, calc(100vw - clamp(24px, 6vw, 96px))) !important;
  height: min(760px, calc(100vh - clamp(72px, 10vw, 140px))) !important;
  border: 0 !important;
  border-radius: clamp(14px, 1.2vw, 22px) !important;
  background: #fff !important;
  box-shadow: 0 34px 96px rgba(0, 0, 0, .38) !important;
}

.hero-image-lightbox__caption:not([hidden]) {
  display: grid !important;
  justify-self: center !important;
  max-width: min(760px, calc(100vw - 40px)) !important;
  gap: 4px !important;
  padding: 10px 14px !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .90) !important;
  color: #25234f !important;
  text-align: center !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18) !important;
}

.hero-image-lightbox__caption[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  #hero-gallery-viewport .hero-carousel__track {
    width: 100% !important;
    min-width: 0 !important;
    animation: none !important;
    transform: none !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity !important;
    -webkit-overflow-scrolling: touch !important;
  }

  #hero-gallery-viewport .hero-carousel__set {
    min-width: 0 !important;
  }

  #hero-gallery-viewport .hero-carousel__set[aria-hidden="true"] {
    display: none !important;
  }

  .hero-image-panel__viewport,
  #hero-gallery-viewport .hero-carousel__slide,
  #hero-gallery-viewport .hero-carousel__card {
    transition: none !important;
  }
}

@media (max-width: 980px) {
  :root {
    --trusted-section-width: min(100%, 100vw - 20px);
    --hero-media-section-width: min(100%, 100vw - 28px);
    --trusted-logo-gap: clamp(10px, 3vw, 22px);
  }

  #hero-brand-band.logo-band,
  #hero-proof-row .trusted-logo-marquee,
  #hero-proof-row .logo-band {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --trusted-logo-gap: clamp(8px, 4vw, 18px);
  }

  .hero-image-lightbox__frame {
    width: calc(100vw - 24px) !important;
    height: calc(100vh - 84px) !important;
  }
}

/* landing-home-fixes-v4
   Final polish for the continuous template showcase, clean image viewer, and
   wider trusted-logo coverage. Keep this last so it owns the public landing
   layout boundary without touching unrelated styles. */

:root {
  --trusted-section-width: min(1760px, calc(100vw - clamp(10px, 1.4vw, 28px)));
  --trusted-logo-gap: clamp(18px, 2.25vw, 48px);
  --hero-showcase-gap: clamp(28px, 2.65vw, 56px);
}

/* Hero/template strip: more breathing room without changing the card geometry.
   Hover/focus/tap still uses transform only, so the row never grows or creates
   a blank expanded area. */
#hero-gallery-viewport .hero-carousel {
  --hero-showcase-gap: clamp(28px, 2.65vw, 56px) !important;
  --hero-showcase-duration: 48s !important;
}

#hero-gallery-viewport .hero-carousel__mask {
  padding-top: clamp(14px, 1.2vw, 20px) !important;
  padding-bottom: clamp(24px, 1.8vw, 34px) !important;
}

#hero-gallery-viewport .hero-carousel__set,
#hero-gallery-viewport .hero-carousel__set[aria-hidden="true"] {
  gap: var(--hero-showcase-gap) !important;
  padding-right: var(--hero-showcase-gap) !important;
}

#hero-gallery-viewport .hero-carousel__slide:hover,
#hero-gallery-viewport .hero-carousel__slide:focus-visible,
#hero-gallery-viewport .hero-carousel__slide:focus-within,
#hero-gallery-viewport .hero-carousel__slide.is-active {
  transform: translate3d(0, -8px, 0) scale(1.035) !important;
}

/* Trusted logos: full-bleed inside the hero shell, close to browser edges while
   preserving logo sizing variables and transparent/floating presentation. */
#hero-proof-row.hero-proof-row {
  width: var(--trusted-section-width) !important;
  max-width: var(--trusted-section-width) !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-inline: 0 !important;
  justify-self: center !important;
}

#hero-proof-row .trusted-section,
#hero-proof-row .hero-proof-row__brands {
  padding-inline: 0 !important;
}

#hero-trust-copy.trusted-label,
#hero-trust-copy.trust-copy,
#hero-proof-row .trusted-label,
#hero-proof-row .trust-copy {
  padding-inline: clamp(8px, 1.1vw, 18px) !important;
}

#hero-brand-band.logo-band,
#hero-proof-row .trusted-logo-marquee,
#hero-proof-row .logo-band {
  --trusted-logo-gap: clamp(18px, 2.25vw, 48px);
  width: 100% !important;
  max-width: none !important;
  padding-inline: 0 !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 .85%, #000 99.15%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 .85%, #000 99.15%, transparent 100%) !important;
}

#hero-brand-band .logo-band__set,
#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set,
#hero-proof-row .logo-band__set[aria-hidden="true"] {
  gap: var(--trusted-logo-gap) !important;
  padding-right: var(--trusted-logo-gap) !important;
}

/* Image viewer: no upload/helper text, no card footer, no crop. The stage is
   viewport-bounded and contains the selected media at its natural aspect ratio. */
.hero-image-lightbox {
  padding: clamp(12px, 2.2vw, 34px) !important;
}

.hero-image-lightbox__dialog {
  width: auto !important;
  max-width: calc(100vw - clamp(24px, 4vw, 68px)) !important;
  height: auto !important;
  max-height: calc(100svh - clamp(24px, 4vw, 68px)) !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) !important;
  place-items: center !important;
  gap: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: clamp(18px, 1.6vw, 28px) !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero-image-lightbox__stage {
  display: grid !important;
  place-items: center !important;
  width: auto !important;
  max-width: calc(100vw - clamp(24px, 4vw, 68px)) !important;
  height: auto !important;
  max-height: calc(100svh - clamp(24px, 4vw, 68px)) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  border-radius: clamp(16px, 1.35vw, 24px) !important;
}

.hero-image-lightbox__image,
.hero-image-lightbox__media {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: calc(100svh - clamp(32px, 5vw, 84px)) !important;
  object-fit: contain !important;
  object-position: center center !important;
  aspect-ratio: auto !important;
  border-radius: clamp(16px, 1.35vw, 24px) !important;
  background: #fff !important;
  box-shadow: 0 34px 96px rgba(0, 0, 0, .38) !important;
}

.hero-image-lightbox__frame {
  width: min(1180px, calc(100vw - clamp(24px, 4vw, 68px))) !important;
  height: min(820px, calc(100svh - clamp(32px, 5vw, 84px))) !important;
  max-width: 100% !important;
  max-height: calc(100svh - clamp(32px, 5vw, 84px)) !important;
}

.hero-image-lightbox__caption,
.hero-image-lightbox__caption:not([hidden]) {
  display: none !important;
}

.hero-image-lightbox__close {
  top: clamp(-18px, -1.1vw, -10px) !important;
  right: clamp(-18px, -1.1vw, -10px) !important;
  z-index: 5 !important;
}

@supports not (height: 100svh) {
  .hero-image-lightbox__dialog,
  .hero-image-lightbox__stage {
    max-height: calc(100vh - clamp(24px, 4vw, 68px)) !important;
  }

  .hero-image-lightbox__image,
  .hero-image-lightbox__media,
  .hero-image-lightbox__frame {
    max-height: calc(100vh - clamp(32px, 5vw, 84px)) !important;
  }
}

@media (max-width: 980px) {
  :root {
    --trusted-section-width: calc(100vw - 12px);
    --trusted-logo-gap: clamp(14px, 4vw, 34px);
    --hero-showcase-gap: clamp(20px, 4vw, 36px);
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-gap: clamp(20px, 4vw, 36px) !important;
    --hero-showcase-duration: 40s !important;
  }
}

@media (max-width: 560px) {
  :root {
    --trusted-section-width: calc(100vw - 10px);
    --trusted-logo-gap: clamp(10px, 4vw, 22px);
    --hero-showcase-gap: 18px;
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-gap: 18px !important;
  }

  .hero-image-lightbox {
    padding: 10px !important;
  }

  .hero-image-lightbox__dialog,
  .hero-image-lightbox__stage {
    max-width: calc(100vw - 20px) !important;
    max-height: calc(100svh - 20px) !important;
  }

  .hero-image-lightbox__image,
  .hero-image-lightbox__media,
  .hero-image-lightbox__frame {
    max-height: calc(100svh - 28px) !important;
  }

  .hero-image-lightbox__close {
    top: 8px !important;
    right: 8px !important;
  }
}

/* landing-home-fixes-v5
   Template cards now own enough vertical space for full-design previews.
   This keeps the existing marquee, viewer, and lift interaction intact while
   making the carousel media use real contain behavior instead of filling and
   risking clipped bottoms. */
:root {
  --trusted-section-width: calc(100vw - clamp(6px, 1vw, 18px));
  --hero-showcase-gap: clamp(26px, 2.35vw, 48px);
  --hero-showcase-card-width: clamp(238px, 18vw, 340px);
  --hero-showcase-card-height: clamp(370px, 28vw, 540px);
  --hero-showcase-card-pad: clamp(12px, 1.1vw, 20px);
}

#hero-proof-row.hero-proof-row {
  width: var(--trusted-section-width) !important;
  max-width: var(--trusted-section-width) !important;
}

#hero-brand-band.logo-band,
#hero-proof-row .trusted-logo-marquee,
#hero-proof-row .logo-band {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 .5%, #000 99.5%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 .5%, #000 99.5%, transparent 100%) !important;
}

#hero-gallery-viewport .hero-carousel {
  --hero-showcase-gap: clamp(26px, 2.35vw, 48px) !important;
  --hero-showcase-card-width: clamp(238px, 18vw, 340px) !important;
  --hero-showcase-card-height: clamp(370px, 28vw, 540px) !important;
  --hero-showcase-duration: 52s !important;
}

#hero-gallery-viewport .hero-carousel__mask {
  padding-top: clamp(16px, 1.4vw, 24px) !important;
  padding-bottom: clamp(28px, 2vw, 40px) !important;
}

#hero-gallery-viewport .hero-carousel__slide {
  flex-basis: var(--hero-showcase-card-width) !important;
  width: var(--hero-showcase-card-width) !important;
  min-width: var(--hero-showcase-card-width) !important;
  height: var(--hero-showcase-card-height) !important;
}

#hero-gallery-viewport .hero-carousel__card {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: var(--hero-showcase-card-pad) !important;
  overflow: hidden !important;
}

#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video {
  flex: 0 1 auto !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  aspect-ratio: auto !important;
  border-radius: calc(var(--hero-showcase-radius, 24px) - 8px) !important;
  background: transparent !important;
}

#hero-gallery-viewport .hero-carousel__card .document-thumb,
#hero-gallery-viewport .hero-carousel__card .pdf-embed {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

@media (max-width: 980px) {
  :root {
    --trusted-section-width: calc(100vw - 10px);
    --hero-showcase-gap: clamp(22px, 4vw, 38px);
    --hero-showcase-card-width: clamp(224px, 35vw, 320px);
    --hero-showcase-card-height: clamp(350px, 52vw, 500px);
    --hero-showcase-card-pad: clamp(10px, 2vw, 16px);
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-gap: clamp(22px, 4vw, 38px) !important;
    --hero-showcase-card-width: clamp(224px, 35vw, 320px) !important;
    --hero-showcase-card-height: clamp(350px, 52vw, 500px) !important;
    --hero-showcase-duration: 44s !important;
  }
}

@media (max-width: 560px) {
  :root {
    --trusted-section-width: calc(100vw - 8px);
    --hero-showcase-gap: 20px;
    --hero-showcase-card-width: min(78vw, 300px);
    --hero-showcase-card-height: clamp(360px, 112vw, 500px);
    --hero-showcase-card-pad: 10px;
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-gap: 20px !important;
    --hero-showcase-card-width: min(78vw, 300px) !important;
    --hero-showcase-card-height: clamp(360px, 112vw, 500px) !important;
    --hero-showcase-duration: 38s !important;
  }

  #hero-gallery-viewport .hero-carousel__slide:hover,
  #hero-gallery-viewport .hero-carousel__slide:focus-visible,
  #hero-gallery-viewport .hero-carousel__slide:focus-within,
  #hero-gallery-viewport .hero-carousel__slide.is-active {
    transform: translate3d(0, -5px, 0) scale(1.025) !important;
  }
}

/* landing-home-fixes-v6
   Transparent floating template previews, left-moving showcase motion, and
   pointer drag/swipe support. Keep this last so it owns only the public hero
   carousel boundary while preserving the current lightbox and trusted-logo row. */
@keyframes utapHeroTemplateShowcaseLeft {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

#hero-gallery-viewport .hero-carousel {
  --hero-showcase-gap: clamp(30px, 2.8vw, 60px) !important;
  --hero-showcase-card-width: clamp(238px, 18vw, 340px) !important;
  --hero-showcase-card-height: clamp(370px, 28vw, 540px) !important;
  --hero-showcase-card-pad: clamp(8px, .75vw, 14px) !important;
  --hero-showcase-duration: 54s !important;
  cursor: grab !important;
}

#hero-gallery-viewport .hero-carousel.is-dragging {
  cursor: grabbing !important;
}

#hero-gallery-viewport .hero-carousel__mask {
  touch-action: pan-y !important;
  cursor: inherit !important;
  padding-top: clamp(18px, 1.5vw, 26px) !important;
  padding-bottom: clamp(30px, 2.2vw, 46px) !important;
}

#hero-gallery-viewport .hero-carousel__track {
  animation-name: utapHeroTemplateShowcaseLeft !important;
  animation-duration: var(--hero-showcase-duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  will-change: transform !important;
}

#hero-gallery-viewport .hero-carousel__set,
#hero-gallery-viewport .hero-carousel__set[aria-hidden="true"] {
  gap: var(--hero-showcase-gap) !important;
  padding-right: var(--hero-showcase-gap) !important;
}

#hero-gallery-viewport .hero-carousel__slide {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  touch-action: pan-y !important;
  cursor: zoom-in !important;
}

#hero-gallery-viewport .hero-carousel.is-dragging .hero-carousel__slide,
#hero-gallery-viewport .hero-carousel.is-pointer-ready .hero-carousel__slide {
  cursor: grabbing !important;
}

#hero-gallery-viewport .hero-carousel__card {
  padding: var(--hero-showcase-card-pad) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible !important;
  filter: none !important;
  transition: filter 300ms cubic-bezier(.22,.61,.36,1), transform 300ms cubic-bezier(.22,.61,.36,1) !important;
}

#hero-gallery-viewport .hero-carousel__slide:hover .hero-carousel__card,
#hero-gallery-viewport .hero-carousel__slide:focus-visible .hero-carousel__card,
#hero-gallery-viewport .hero-carousel__slide:focus-within .hero-carousel__card,
#hero-gallery-viewport .hero-carousel__slide.is-active .hero-carousel__card {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 26px 44px rgba(37, 35, 79, .22)) drop-shadow(0 10px 24px rgba(91, 92, 240, .12)) !important;
}

#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video {
  flex: 0 1 auto !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  aspect-ratio: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-user-drag: none !important;
  pointer-events: none !important;
}

#hero-gallery-viewport .hero-carousel__card .document-thumb,
#hero-gallery-viewport .hero-carousel__card .pdf-embed {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel.is-dragging .hero-carousel__slide::after {
  opacity: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  #hero-gallery-viewport .hero-carousel__track {
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-gap: clamp(24px, 4.4vw, 42px) !important;
    --hero-showcase-card-width: clamp(224px, 35vw, 320px) !important;
    --hero-showcase-card-height: clamp(350px, 52vw, 500px) !important;
    --hero-showcase-card-pad: clamp(8px, 1.6vw, 12px) !important;
    --hero-showcase-duration: 46s !important;
  }
}

@media (max-width: 560px) {
  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-gap: 24px !important;
    --hero-showcase-card-width: min(78vw, 300px) !important;
    --hero-showcase-card-height: clamp(360px, 112vw, 500px) !important;
    --hero-showcase-card-pad: 8px !important;
    --hero-showcase-duration: 40s !important;
  }
}

/* landing-home-fixes-v7
   Final carousel substrate:
   - no visible gallery/card box around template previews
   - leftward infinite marquee
   - click/tap owned by the slide button, not child media
   - drag state is frozen/resumed by JS using animation-delay
*/
.hero-gallery {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.hero-gallery__viewport {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#hero-gallery-viewport {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

@keyframes utapHeroTemplateShowcaseLeft {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

#hero-gallery-viewport .hero-carousel {
  cursor: grab !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#hero-gallery-viewport .hero-carousel.is-dragging {
  cursor: grabbing !important;
}

#hero-gallery-viewport .hero-carousel__mask {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  touch-action: pan-y !important;
}

#hero-gallery-viewport .hero-carousel__track {
  animation-name: utapHeroTemplateShowcaseLeft !important;
  animation-duration: var(--hero-showcase-duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  will-change: transform !important;
}

#hero-gallery-viewport .hero-carousel:hover .hero-carousel__track,
#hero-gallery-viewport .hero-carousel:focus-within .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-interacting .hero-carousel__track {
  animation-play-state: paused !important;
}

#hero-gallery-viewport .hero-carousel__slide {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: zoom-in !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
  touch-action: pan-y !important;
}

#hero-gallery-viewport .hero-carousel.is-dragging .hero-carousel__slide,
#hero-gallery-viewport .hero-carousel.is-pointer-ready .hero-carousel__slide {
  cursor: grabbing !important;
}

#hero-gallery-viewport .hero-carousel__card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible !important;
  filter: none !important;
}

#hero-gallery-viewport .hero-carousel__slide:hover .hero-carousel__card,
#hero-gallery-viewport .hero-carousel__slide:focus-visible .hero-carousel__card,
#hero-gallery-viewport .hero-carousel__slide:focus-within .hero-carousel__card,
#hero-gallery-viewport .hero-carousel__slide.is-active .hero-carousel__card {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 26px 44px rgba(37, 35, 79, .20)) drop-shadow(0 10px 24px rgba(91, 92, 240, .10)) !important;
}

#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-user-drag: none !important;
}

#hero-gallery-viewport .hero-carousel__card .document-thumb,
#hero-gallery-viewport .hero-carousel__card .pdf-embed {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel.is-dragging .hero-carousel__slide::after,
#hero-gallery-viewport .hero-carousel.is-pointer-ready .hero-carousel__slide::after {
  opacity: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  #hero-gallery-viewport .hero-carousel__track {
    animation: none !important;
    transform: none !important;
  }
}



/* landing-home-fixes-v8
   Desktop arrows replace desktop mouse dragging. Touch swipe remains touch-only
   through landing.js. The marquee keeps moving left after arrow nudges, and the
   template/trusted rows use the viewport width without stretching media. */
:root {
  --trusted-section-width: calc(100vw - clamp(4px, .8vw, 16px));
  --hero-media-section-width: calc(100vw - clamp(6px, 1vw, 18px));
  --hero-showcase-gap: clamp(24px, 2.3vw, 48px);
}

#hero-brand-band,
#hero-proof-row,
#hero-brand-band.logo-band,
#hero-proof-row .trusted-logo-marquee,
#hero-proof-row .logo-band {
  width: var(--trusted-section-width) !important;
  max-width: var(--trusted-section-width) !important;
}

.hero-bottom {
  width: var(--hero-media-section-width) !important;
  max-width: var(--hero-media-section-width) !important;
  justify-self: center !important;
}

.hero-media-row.hero-media-row--original-first {
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(18px, 2vw, 34px) !important;
  overflow: visible !important;
}

.hero-gallery,
.hero-gallery__viewport,
#hero-gallery-viewport {
  width: 100% !important;
  max-width: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel {
  --hero-showcase-gap: clamp(24px, 2.3vw, 48px) !important;
  --hero-showcase-card-width: clamp(238px, 18vw, 340px) !important;
  --hero-showcase-card-height: clamp(370px, 28vw, 540px) !important;
  --hero-carousel-nav-size: clamp(38px, 3vw, 48px) !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: clamp(10px, 1.1vw, 20px) !important;
  padding-right: clamp(10px, 1.1vw, 20px) !important;
  cursor: default !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#hero-gallery-viewport .hero-carousel.is-dragging {
  cursor: default !important;
}

#hero-gallery-viewport .hero-carousel__mask {
  overflow: hidden !important;
  touch-action: pan-y !important;
  cursor: default !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 2%, #000 98%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 2%, #000 98%, transparent 100%) !important;
}

#hero-gallery-viewport .hero-carousel__track {
  animation-name: utapHeroTemplateShowcaseLeft !important;
  animation-duration: var(--hero-showcase-duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  will-change: transform !important;
}

#hero-gallery-viewport .hero-carousel:hover .hero-carousel__track,
#hero-gallery-viewport .hero-carousel:focus-within .hero-carousel__track {
  animation-play-state: running !important;
}

#hero-gallery-viewport .hero-carousel.is-interacting .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-stepping .hero-carousel__track {
  animation-play-state: paused !important;
}

#hero-gallery-viewport .hero-carousel__nav {
  position: absolute !important;
  top: 50% !important;
  z-index: 45 !important;
  display: inline-grid !important;
  place-items: center !important;
  width: var(--hero-carousel-nav-size) !important;
  height: var(--hero-carousel-nav-size) !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .76) !important;
  color: #25234f !important;
  box-shadow: 0 18px 42px rgba(37, 35, 79, .14), 0 4px 14px rgba(91, 92, 240, .10) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease !important;
}

#hero-gallery-viewport .hero-carousel__nav:hover,
#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 22px 50px rgba(37, 35, 79, .18), 0 8px 20px rgba(91, 92, 240, .14) !important;
}

#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  outline: 3px solid rgba(91, 92, 240, .30) !important;
  outline-offset: 3px !important;
}

#hero-gallery-viewport .hero-carousel__nav--prev {
  left: clamp(4px, .7vw, 14px) !important;
  transform: translateY(-50%) !important;
}

#hero-gallery-viewport .hero-carousel__nav--prev:hover,
#hero-gallery-viewport .hero-carousel__nav--prev:focus-visible {
  transform: translateY(-50%) scale(1.055) !important;
}

#hero-gallery-viewport .hero-carousel__nav--next {
  right: clamp(4px, .7vw, 14px) !important;
  transform: translateY(-50%) !important;
}

#hero-gallery-viewport .hero-carousel__nav--next:hover,
#hero-gallery-viewport .hero-carousel__nav--next:focus-visible {
  transform: translateY(-50%) scale(1.055) !important;
}

#hero-gallery-viewport .hero-carousel__nav-icon {
  display: block !important;
  font-size: 28px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

#hero-gallery-viewport .hero-carousel[data-count="1"] .hero-carousel__nav {
  display: none !important;
}

#hero-gallery-viewport .hero-carousel__slide {
  cursor: zoom-in !important;
  touch-action: pan-y !important;
}

#hero-gallery-viewport .hero-carousel.is-pointer-ready .hero-carousel__slide,
#hero-gallery-viewport .hero-carousel.is-dragging .hero-carousel__slide {
  cursor: zoom-in !important;
}

@media (max-width: 980px) {
  :root {
    --trusted-section-width: calc(100vw - 8px);
    --hero-media-section-width: calc(100vw - 10px);
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-gap: clamp(18px, 3vw, 32px) !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (max-width: 560px) {
  :root {
    --trusted-section-width: calc(100vw - 6px);
    --hero-media-section-width: calc(100vw - 6px);
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-gap: 18px !important;
    --hero-showcase-card-width: min(78vw, 300px) !important;
    --hero-showcase-card-height: clamp(360px, 112vw, 500px) !important;
    --hero-carousel-nav-size: 38px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--prev {
    left: 3px !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--next {
    right: 3px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-gallery-viewport .hero-carousel__nav,
  #hero-gallery-viewport .hero-carousel__nav:hover,
  #hero-gallery-viewport .hero-carousel__nav:focus-visible,
  #hero-gallery-viewport .hero-carousel__slide,
  #hero-gallery-viewport .hero-carousel__card {
    transition: none !important;
  }
}




/* landing-home-fixes-v9
   Stable carousel arrows, slower marquee, light glass controls, and lightbox pause state.
   This block intentionally comes last so it wins over older carousel overrides above. */
html {
  scrollbar-gutter: stable;
}

:root {
  --trusted-section-width: calc(100vw - clamp(4px, .8vw, 16px));
  --hero-media-section-width: calc(100vw - clamp(6px, 1vw, 18px));
}

.hero-gallery,
.hero-gallery__viewport,
#hero-gallery-viewport {
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel {
  --hero-showcase-duration: 72s !important;
  --hero-showcase-gap: clamp(24px, 2.3vw, 48px) !important;
  --hero-showcase-card-width: clamp(238px, 18vw, 340px) !important;
  --hero-showcase-card-height: clamp(370px, 28vw, 540px) !important;
  --hero-carousel-nav-size: clamp(38px, 3vw, 46px) !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: clamp(8px, 1vw, 18px) !important;
  padding-right: clamp(8px, 1vw, 18px) !important;
  overflow: visible !important;
  cursor: default !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel__mask {
  overflow: hidden !important;
  touch-action: pan-y !important;
  cursor: default !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%) !important;
}

#hero-gallery-viewport .hero-carousel__track {
  animation-name: utapHeroTemplateShowcaseLeft !important;
  animation-duration: var(--hero-showcase-duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  will-change: transform !important;
}

#hero-gallery-viewport .hero-carousel:hover .hero-carousel__track,
#hero-gallery-viewport .hero-carousel:focus-within .hero-carousel__track {
  animation-play-state: running !important;
}

#hero-gallery-viewport .hero-carousel.is-interacting .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-stepping .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-lightbox-paused .hero-carousel__track,
body.hero-image-lightbox-open #hero-gallery-viewport .hero-carousel__track {
  animation-play-state: paused !important;
}

#hero-gallery-viewport .hero-carousel__nav {
  position: absolute !important;
  top: 50% !important;
  z-index: 80 !important;
  display: inline-grid !important;
  place-items: center !important;
  width: var(--hero-carousel-nav-size) !important;
  height: var(--hero-carousel-nav-size) !important;
  border: 1px solid rgba(255, 255, 255, .46) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .34) !important;
  color: #25234f !important;
  box-shadow: 0 12px 30px rgba(37, 35, 79, .10), 0 2px 10px rgba(91, 92, 240, .08) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  opacity: .88 !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    opacity 180ms ease !important;
}

#hero-gallery-viewport .hero-carousel__nav:hover,
#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  background: rgba(255, 255, 255, .58) !important;
  box-shadow: 0 16px 36px rgba(37, 35, 79, .14), 0 6px 18px rgba(91, 92, 240, .12) !important;
  opacity: 1 !important;
}

#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  outline: 3px solid rgba(91, 92, 240, .28) !important;
  outline-offset: 3px !important;
}

#hero-gallery-viewport .hero-carousel__nav--prev {
  left: clamp(8px, 1vw, 18px) !important;
  right: auto !important;
  transform: translateY(-50%) !important;
}

#hero-gallery-viewport .hero-carousel__nav--next {
  right: clamp(8px, 1vw, 18px) !important;
  left: auto !important;
  transform: translateY(-50%) !important;
}

#hero-gallery-viewport .hero-carousel__nav--prev:hover,
#hero-gallery-viewport .hero-carousel__nav--prev:focus-visible,
#hero-gallery-viewport .hero-carousel__nav--next:hover,
#hero-gallery-viewport .hero-carousel__nav--next:focus-visible {
  transform: translateY(-50%) scale(1.045) !important;
}

#hero-gallery-viewport .hero-carousel__nav-icon {
  display: block !important;
  font-size: 26px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
  text-shadow: 0 1px 12px rgba(255, 255, 255, .58) !important;
}

#hero-gallery-viewport .hero-carousel[data-count="1"] .hero-carousel__nav {
  display: none !important;
}

#hero-gallery-viewport .hero-carousel__slide {
  cursor: zoom-in !important;
  touch-action: pan-y !important;
}

#hero-gallery-viewport .hero-carousel__slide.is-active:not(:hover):not(:focus-visible):not(:focus-within) {
  transform: translate3d(0, 0, 0) scale(1) !important;
  z-index: 1 !important;
}

#hero-gallery-viewport .hero-carousel__slide:active {
  transform: translate3d(0, -4px, 0) scale(1.02) !important;
}

#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video {
  object-fit: contain !important;
  object-position: center center !important;
  pointer-events: none !important;
  -webkit-user-drag: none !important;
}

@media (max-width: 980px) {
  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-duration: 64s !important;
    --hero-showcase-gap: clamp(18px, 3vw, 32px) !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (max-width: 560px) {
  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-duration: 58s !important;
    --hero-showcase-gap: 18px !important;
    --hero-showcase-card-width: min(78vw, 300px) !important;
    --hero-showcase-card-height: clamp(360px, 112vw, 500px) !important;
    --hero-carousel-nav-size: 38px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--prev {
    left: 4px !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--next {
    right: 4px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-gallery-viewport .hero-carousel__track {
    animation: none !important;
  }

  #hero-gallery-viewport .hero-carousel__nav,
  #hero-gallery-viewport .hero-carousel__nav:hover,
  #hero-gallery-viewport .hero-carousel__nav:focus-visible,
  #hero-gallery-viewport .hero-carousel__slide,
  #hero-gallery-viewport .hero-carousel__card {
    transition: none !important;
  }
}


/* landing-home-fixes-v10
   Final correction for the recorded carousel behavior:
   - right arrow stays inside the visible viewport even when the showcase is full-bleed
   - both edges have the same fade treatment
   - controls are light/glass-like and sit above the fade without blocking slides
   - active click state no longer causes a visible jump
*/
:root {
  --trusted-section-width: calc(100vw - clamp(4px, .8vw, 16px));
  --hero-media-section-width: calc(100vw - clamp(6px, 1vw, 18px));
}

.hero-bottom {
  width: var(--hero-media-section-width) !important;
  max-width: var(--hero-media-section-width) !important;
  justify-self: center !important;
}

.hero-gallery,
.hero-gallery__viewport,
#hero-gallery-viewport {
  width: 100% !important;
  max-width: 100vw !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel {
  --hero-showcase-duration: 78s !important;
  --hero-showcase-gap: clamp(24px, 2.3vw, 48px) !important;
  --hero-showcase-card-width: clamp(238px, 18vw, 340px) !important;
  --hero-showcase-card-height: clamp(370px, 28vw, 540px) !important;
  --hero-carousel-nav-size: clamp(38px, 3vw, 46px) !important;
  --hero-edge-fade: clamp(52px, 7vw, 132px) !important;
  position: relative !important;
  isolation: isolate !important;
  width: min(100%, 100vw) !important;
  max-width: 100vw !important;
  margin-inline: auto !important;
  padding-left: clamp(8px, 1vw, 18px) !important;
  padding-right: clamp(8px, 1vw, 18px) !important;
  overflow: visible !important;
  cursor: default !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel::before,
#hero-gallery-viewport .hero-carousel::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: var(--hero-edge-fade) !important;
  z-index: 50 !important;
  pointer-events: none !important;
  opacity: 1 !important;
}

#hero-gallery-viewport .hero-carousel::before {
  left: 0 !important;
  background: linear-gradient(90deg, rgba(248, 249, 255, .98) 0%, rgba(248, 249, 255, .72) 44%, rgba(248, 249, 255, 0) 100%) !important;
}

#hero-gallery-viewport .hero-carousel::after {
  right: 0 !important;
  background: linear-gradient(270deg, rgba(248, 249, 255, .98) 0%, rgba(248, 249, 255, .72) 44%, rgba(248, 249, 255, 0) 100%) !important;
}

#hero-gallery-viewport .hero-carousel__mask {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  touch-action: pan-y !important;
  cursor: default !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7.5%, #000 92.5%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 7.5%, #000 92.5%, transparent 100%) !important;
}

#hero-gallery-viewport .hero-carousel__track {
  animation-name: utapHeroTemplateShowcaseLeft !important;
  animation-duration: var(--hero-showcase-duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  will-change: transform !important;
}

#hero-gallery-viewport .hero-carousel:hover .hero-carousel__track,
#hero-gallery-viewport .hero-carousel:focus-within .hero-carousel__track {
  animation-play-state: running !important;
}

#hero-gallery-viewport .hero-carousel.is-interacting .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-stepping .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-lightbox-paused .hero-carousel__track,
body.hero-image-lightbox-open #hero-gallery-viewport .hero-carousel__track {
  animation-play-state: paused !important;
}

#hero-gallery-viewport .hero-carousel__nav {
  position: absolute !important;
  top: 50% !important;
  z-index: 120 !important;
  display: inline-grid !important;
  place-items: center !important;
  width: var(--hero-carousel-nav-size) !important;
  height: var(--hero-carousel-nav-size) !important;
  border: 1px solid rgba(255, 255, 255, .58) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .42) !important;
  color: #25234f !important;
  box-shadow: 0 10px 26px rgba(37, 35, 79, .10), 0 2px 8px rgba(91, 92, 240, .08) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  opacity: .94 !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    opacity 180ms ease !important;
}

#hero-gallery-viewport .hero-carousel__nav:hover,
#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  background: rgba(255, 255, 255, .66) !important;
  box-shadow: 0 14px 32px rgba(37, 35, 79, .13), 0 5px 16px rgba(91, 92, 240, .11) !important;
  opacity: 1 !important;
}

#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  outline: 3px solid rgba(91, 92, 240, .28) !important;
  outline-offset: 3px !important;
}

#hero-gallery-viewport .hero-carousel__nav--prev {
  left: max(clamp(10px, 1.1vw, 20px), calc((100% - 100vw) / 2 + clamp(10px, 1.1vw, 20px))) !important;
  right: auto !important;
  transform: translateY(-50%) !important;
}

#hero-gallery-viewport .hero-carousel__nav--next {
  right: max(clamp(10px, 1.1vw, 20px), calc((100% - 100vw) / 2 + clamp(10px, 1.1vw, 20px))) !important;
  left: auto !important;
  transform: translateY(-50%) !important;
}

#hero-gallery-viewport .hero-carousel__nav--prev:hover,
#hero-gallery-viewport .hero-carousel__nav--prev:focus-visible,
#hero-gallery-viewport .hero-carousel__nav--next:hover,
#hero-gallery-viewport .hero-carousel__nav--next:focus-visible {
  transform: translateY(-50%) scale(1.045) !important;
}

#hero-gallery-viewport .hero-carousel__nav-icon {
  display: block !important;
  font-size: 26px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
  text-shadow: 0 1px 12px rgba(255, 255, 255, .58) !important;
}

#hero-gallery-viewport .hero-carousel[data-count="1"] .hero-carousel__nav {
  display: none !important;
}

#hero-gallery-viewport .hero-carousel__slide {
  cursor: zoom-in !important;
  touch-action: pan-y !important;
}

#hero-gallery-viewport .hero-carousel__slide.is-active:not(:hover):not(:focus-visible):not(:focus-within) {
  transform: translate3d(0, 0, 0) scale(1) !important;
  z-index: 1 !important;
}

#hero-gallery-viewport .hero-carousel__slide:active {
  transform: translate3d(0, -3px, 0) scale(1.012) !important;
}

#hero-gallery-viewport .hero-carousel__slide:hover:active,
#hero-gallery-viewport .hero-carousel__slide:focus-visible:active,
#hero-gallery-viewport .hero-carousel__slide:focus-within:active {
  transform: translate3d(0, -8px, 0) scale(1.035) !important;
}

#hero-gallery-viewport .hero-carousel__card,
#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video,
#hero-gallery-viewport .hero-carousel__card .document-thumb,
#hero-gallery-viewport .hero-carousel__card .pdf-embed {
  background: transparent !important;
  border: 0 !important;
}

#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video {
  object-fit: contain !important;
  object-position: center center !important;
  pointer-events: none !important;
  -webkit-user-drag: none !important;
}

@media (max-width: 980px) {
  :root {
    --trusted-section-width: calc(100vw - 8px);
    --hero-media-section-width: calc(100vw - 10px);
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-duration: 68s !important;
    --hero-showcase-gap: clamp(18px, 3vw, 32px) !important;
    --hero-edge-fade: clamp(42px, 9vw, 96px) !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (max-width: 560px) {
  :root {
    --trusted-section-width: calc(100vw - 6px);
    --hero-media-section-width: calc(100vw - 6px);
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-duration: 62s !important;
    --hero-showcase-gap: 18px !important;
    --hero-showcase-card-width: min(78vw, 300px) !important;
    --hero-showcase-card-height: clamp(360px, 112vw, 500px) !important;
    --hero-carousel-nav-size: 38px !important;
    --hero-edge-fade: 42px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--prev {
    left: 6px !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--next {
    right: 6px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-gallery-viewport .hero-carousel::before,
  #hero-gallery-viewport .hero-carousel::after {
    display: none !important;
  }

  #hero-gallery-viewport .hero-carousel__track {
    animation: none !important;
  }

  #hero-gallery-viewport .hero-carousel__nav,
  #hero-gallery-viewport .hero-carousel__nav:hover,
  #hero-gallery-viewport .hero-carousel__nav:focus-visible,
  #hero-gallery-viewport .hero-carousel__slide,
  #hero-gallery-viewport .hero-carousel__card {
    transition: none !important;
  }
}


/* landing-home-fixes-v11
   Fix recorded regression:
   - keep the original hero/theme preview at its canonical contained width
   - let only the template carousel go wide/full-bleed
   - keep the right arrow inside the visible carousel viewport
   - keep both carousel edges faded symmetrically
*/
:root {
  --hero-standard-media-width: min(1120px, calc(100vw - clamp(28px, 4vw, 72px)));
  --hero-carousel-wide-width: min(1760px, calc(100vw - clamp(14px, 1.6vw, 30px)));
  --hero-carousel-edge-pad: clamp(12px, 1.35vw, 24px);
}

.hero-bottom {
  width: var(--hero-standard-media-width) !important;
  max-width: var(--hero-standard-media-width) !important;
  justify-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

.hero-media-row.hero-media-row--original-first {
  width: 100% !important;
  max-width: var(--hero-standard-media-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: clamp(24px, 3vw, 46px) !important;
  overflow: visible !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel {
  order: 1 !important;
  width: min(100%, 860px) !important;
  max-width: min(100%, 860px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-self: center !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel__viewport {
  min-height: clamp(300px, 27vw, 510px) !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel__viewport img,
.hero-media-row.hero-media-row--original-first .hero-image-panel__viewport video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.hero-media-row.hero-media-row--original-first .hero-gallery {
  order: 2 !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: var(--hero-carousel-wide-width) !important;
  max-width: var(--hero-carousel-wide-width) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  justify-self: center !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hero-media-row.hero-media-row--original-first .hero-gallery__viewport,
.hero-media-row.hero-media-row--original-first #hero-gallery-viewport {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel {
  --hero-showcase-duration: 82s !important;
  --hero-showcase-gap: clamp(24px, 2.3vw, 48px) !important;
  --hero-showcase-card-width: clamp(238px, 18vw, 340px) !important;
  --hero-showcase-card-height: clamp(370px, 28vw, 540px) !important;
  --hero-carousel-nav-size: clamp(40px, 3vw, 48px) !important;
  --hero-edge-fade: clamp(56px, 7vw, 140px) !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding-left: var(--hero-carousel-edge-pad) !important;
  padding-right: var(--hero-carousel-edge-pad) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  isolation: isolate !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel::before,
#hero-gallery-viewport .hero-carousel::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: var(--hero-edge-fade) !important;
  z-index: 60 !important;
  pointer-events: none !important;
  opacity: 1 !important;
}

#hero-gallery-viewport .hero-carousel::before {
  left: 0 !important;
  background: linear-gradient(90deg, rgba(248, 249, 255, .98) 0%, rgba(248, 249, 255, .78) 42%, rgba(248, 249, 255, 0) 100%) !important;
}

#hero-gallery-viewport .hero-carousel::after {
  right: 0 !important;
  background: linear-gradient(270deg, rgba(248, 249, 255, .98) 0%, rgba(248, 249, 255, .78) 42%, rgba(248, 249, 255, 0) 100%) !important;
}

#hero-gallery-viewport .hero-carousel__mask {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  cursor: default !important;
  touch-action: pan-y !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
}

#hero-gallery-viewport .hero-carousel__track {
  animation-name: utapHeroTemplateShowcaseLeft !important;
  animation-duration: var(--hero-showcase-duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  will-change: transform !important;
}

#hero-gallery-viewport .hero-carousel.is-interacting .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-stepping .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-lightbox-paused .hero-carousel__track,
body.hero-image-lightbox-open #hero-gallery-viewport .hero-carousel__track {
  animation-play-state: paused !important;
}

#hero-gallery-viewport .hero-carousel:hover .hero-carousel__track,
#hero-gallery-viewport .hero-carousel:focus-within .hero-carousel__track {
  animation-play-state: running !important;
}

#hero-gallery-viewport .hero-carousel__nav {
  position: absolute !important;
  top: 50% !important;
  z-index: 180 !important;
  display: inline-grid !important;
  visibility: visible !important;
  place-items: center !important;
  width: var(--hero-carousel-nav-size) !important;
  height: var(--hero-carousel-nav-size) !important;
  border: 1px solid rgba(255, 255, 255, .74) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .62) !important;
  color: #25234f !important;
  box-shadow: 0 12px 30px rgba(37, 35, 79, .12), 0 3px 10px rgba(91, 92, 240, .08) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  opacity: .98 !important;
  transform: translateY(-50%) !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    opacity 180ms ease !important;
}

#hero-gallery-viewport .hero-carousel__nav--prev {
  left: clamp(14px, 1.6vw, 30px) !important;
  right: auto !important;
}

#hero-gallery-viewport .hero-carousel__nav--next {
  right: clamp(14px, 1.6vw, 30px) !important;
  left: auto !important;
}

#hero-gallery-viewport .hero-carousel__nav:hover,
#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: 0 16px 36px rgba(37, 35, 79, .15), 0 6px 18px rgba(91, 92, 240, .11) !important;
  opacity: 1 !important;
  transform: translateY(-50%) scale(1.045) !important;
}

#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  outline: 3px solid rgba(91, 92, 240, .28) !important;
  outline-offset: 3px !important;
}

#hero-gallery-viewport .hero-carousel__nav-icon {
  display: block !important;
  font-size: 28px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
  text-shadow: 0 1px 12px rgba(255, 255, 255, .7) !important;
}

#hero-gallery-viewport .hero-carousel__slide.is-active:not(:hover):not(:focus-visible):not(:focus-within) {
  transform: translate3d(0, 0, 0) scale(1) !important;
  z-index: 1 !important;
}

#hero-gallery-viewport .hero-carousel__slide:active {
  transform: translate3d(0, -3px, 0) scale(1.012) !important;
}

#hero-gallery-viewport .hero-carousel__card,
#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video,
#hero-gallery-viewport .hero-carousel__card .document-thumb,
#hero-gallery-viewport .hero-carousel__card .pdf-embed {
  background: transparent !important;
  border: 0 !important;
}

#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video {
  object-fit: contain !important;
  object-position: center center !important;
  pointer-events: none !important;
  -webkit-user-drag: none !important;
}

#hero-gallery-viewport .hero-carousel[data-count="1"] .hero-carousel__nav {
  display: none !important;
}

@media (max-width: 980px) {
  :root {
    --hero-standard-media-width: calc(100vw - 22px);
    --hero-carousel-wide-width: calc(100vw - 10px);
    --hero-carousel-edge-pad: 8px;
  }

  .hero-media-row.hero-media-row--original-first .hero-image-panel {
    width: min(100%, 820px) !important;
    max-width: min(100%, 820px) !important;
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-duration: 72s !important;
    --hero-showcase-gap: clamp(18px, 3vw, 32px) !important;
    --hero-edge-fade: clamp(42px, 9vw, 96px) !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--prev {
    left: 10px !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--next {
    right: 10px !important;
  }
}

@media (max-width: 560px) {
  :root {
    --hero-standard-media-width: calc(100vw - 16px);
    --hero-carousel-wide-width: calc(100vw - 6px);
    --hero-carousel-edge-pad: 6px;
  }

  .hero-media-row.hero-media-row--original-first .hero-image-panel {
    width: 100% !important;
    max-width: 100% !important;
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-duration: 66s !important;
    --hero-showcase-gap: 18px !important;
    --hero-showcase-card-width: min(78vw, 300px) !important;
    --hero-showcase-card-height: clamp(360px, 112vw, 500px) !important;
    --hero-carousel-nav-size: 38px !important;
    --hero-edge-fade: 44px !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--prev {
    left: 8px !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--next {
    right: 8px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-gallery-viewport .hero-carousel::before,
  #hero-gallery-viewport .hero-carousel::after {
    display: none !important;
  }

  #hero-gallery-viewport .hero-carousel__track {
    animation: none !important;
  }

  #hero-gallery-viewport .hero-carousel__nav,
  #hero-gallery-viewport .hero-carousel__slide,
  #hero-gallery-viewport .hero-carousel__card {
    transition: none !important;
  }
}

/* v11 pause reinforcement: viewer-open state wins over hover/focus running rules. */
#hero-gallery-viewport .hero-carousel.is-lightbox-paused .hero-carousel__track,
body.hero-image-lightbox-open #hero-gallery-viewport .hero-carousel__track {
  animation-play-state: paused !important;
}

/* landing-home-fixes-v13
   Current upload responsive alignment pass.
   Source of truth for the hero proof row, trusted logos, applications card,
   and template carousel containment. This replaces the older viewport-breakout
   experiments with one safe page-width system. */
:root {
  --utap-page-gutter: clamp(16px, 4vw, 56px);
  --utap-page-gutter-tight: clamp(12px, 2.4vw, 34px);
  --utap-page-max: 1180px;
  --utap-page-width: min(var(--utap-page-max), calc(100vw - (var(--utap-page-gutter) * 2)));
  --utap-carousel-width: min(1180px, calc(100vw - (var(--utap-page-gutter-tight) * 2)));
  --utap-carousel-edge-pad: clamp(44px, 5vw, 76px);
  --utap-carousel-fade: clamp(24px, 4.4vw, 72px);
  --utap-application-width: min(960px, 100%);
}

html,
body {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
.page,
.site-shell,
.landing-page,
.main-hero-wrap,
.hero-section,
.hero-wrap,
.hero-grid,
.hero-copy,
.hero-bottom,
.hero-media-row,
.hero-proof-row,
.trusted-section,
.hero-proof-row__brands,
.hero-gallery,
.hero-gallery__viewport,
#hero-gallery-viewport,
.hero-side-box {
  min-width: 0 !important;
  max-width: 100% !important;
}

.main-hero-wrap,
.hero-section,
.hero-wrap,
.hero-grid {
  overflow-x: hidden !important;
}

.hero-bottom,
#hero-proof-row.hero-proof-row {
  width: 100% !important;
  max-width: var(--utap-page-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  justify-self: center !important;
  box-sizing: border-box !important;
}

/* Trusted by + uTap Applications share one stable centered column. */
#hero-proof-row.hero-proof-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(18px, 2.2vw, 34px) !important;
  align-items: start !important;
  justify-items: center !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-proof-row .trusted-section,
#hero-proof-row .hero-proof-row__brands {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  gap: clamp(12px, 1.4vw, 20px) !important;
  align-items: center !important;
  justify-items: center !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-trust-copy.trusted-label,
#hero-trust-copy.trust-copy,
#hero-proof-row .trusted-label,
#hero-proof-row .trust-copy {
  width: 100% !important;
  max-width: min(100%, 860px) !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 clamp(4px, 1vw, 12px) !important;
  display: block !important;
  justify-self: center !important;
  color: #4b5565 !important;
  opacity: .68 !important;
  font-size: clamp(.88rem, .84vw, 1rem) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: .006em !important;
  text-align: center !important;
  white-space: normal !important;
  overflow: visible !important;
}

#hero-brand-band.logo-band,
#hero-proof-row .logo-band,
#hero-proof-row .trusted-logo-marquee {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: calc(var(--landing-trusted-logo-size, 156px) * .74) !important;
  margin: 0 auto !important;
  padding: clamp(10px, 1.15vw, 18px) 0 !important;
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 8% 50%, rgba(123, 92, 255, .09), transparent 34%),
    radial-gradient(circle at 92% 52%, rgba(20, 196, 184, .10), transparent 35%) !important;
  box-shadow: none !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
}

#hero-brand-band.logo-band::before,
#hero-brand-band.logo-band::after,
#hero-proof-row .logo-band::before,
#hero-proof-row .logo-band::after {
  display: none !important;
  content: none !important;
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  --trusted-marquee-gap: clamp(34px, 6vw, 110px);
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  gap: var(--trusted-marquee-gap) !important;
  animation: utapTrustedLogoMarquee 38s linear infinite !important;
  will-change: transform !important;
}

#hero-brand-band:hover .logo-band__track,
#hero-brand-band:focus-within .logo-band__track,
#hero-proof-row .logo-band:hover .logo-band__track,
#hero-proof-row .logo-band:focus-within .logo-band__track {
  animation-play-state: paused !important;
}

#hero-brand-band .logo-band__set,
#hero-proof-row .logo-band__set,
#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set[aria-hidden="true"] {
  display: flex !important;
  flex: 0 0 auto !important;
  min-width: max-content !important;
  width: auto !important;
  max-width: none !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--trusted-marquee-gap) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-brand-band .logo-chip,
#hero-proof-row .logo-chip {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: clamp(96px, 14vw, 168px) !important;
  min-height: calc(var(--trusted-logo-max-height, 90px) + 4px) !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#hero-brand-band .logo-chip::before,
#hero-brand-band .logo-chip::after,
#hero-proof-row .logo-chip::before,
#hero-proof-row .logo-chip::after {
  display: none !important;
  content: none !important;
}

#hero-brand-band .logo-chip img,
#hero-proof-row .logo-chip img {
  display: block !important;
  width: auto !important;
  max-width: clamp(96px, 14vw, 168px) !important;
  height: auto !important;
  max-height: var(--trusted-logo-max-height, calc(var(--landing-trusted-logo-size, 156px) * .58)) !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 12px 22px rgba(42, 39, 82, .13)) !important;
}

#hero-proof-row > .hero-side-box,
.hero-side-box {
  width: 100% !important;
  max-width: var(--utap-application-width) !important;
  min-width: 0 !important;
  margin: clamp(18px, 2vw, 30px) auto 0 !important;
  justify-self: center !important;
  align-self: start !important;
  transform: none !important;
  box-sizing: border-box !important;
}

.hero-side-box__items {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)) !important;
  gap: clamp(10px, 1.4vw, 16px) !important;
}

/* Hero media and template carousel containment. */
.hero-bottom {
  overflow: visible !important;
}

.hero-media-row.hero-media-row--original-first,
.hero-media-row {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-content: center !important;
  justify-items: center !important;
  align-items: stretch !important;
  gap: clamp(22px, 3vw, 42px) !important;
  overflow: visible !important;
}

.hero-media-row.hero-media-row--original-first > *,
.hero-media-row > * {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel,
.hero-media-row .hero-image-panel {
  width: min(100%, 860px) !important;
  max-width: min(100%, 860px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-self: center !important;
  overflow: hidden !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel__viewport,
.hero-media-row .hero-image-panel__viewport {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: clamp(300px, 27vw, 510px) !important;
  overflow: hidden !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel__viewport img,
.hero-media-row.hero-media-row--original-first .hero-image-panel__viewport video,
.hero-media-row .hero-image-panel__viewport img,
.hero-media-row .hero-image-panel__viewport video {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.hero-media-row.hero-media-row--original-first .hero-gallery,
.hero-media-row .hero-gallery {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: var(--utap-carousel-width) !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  justify-self: center !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hero-media-row.hero-media-row--original-first .hero-gallery__viewport,
.hero-media-row.hero-media-row--original-first #hero-gallery-viewport,
.hero-media-row .hero-gallery__viewport,
.hero-media-row #hero-gallery-viewport,
#hero-gallery-viewport {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel {
  --hero-showcase-duration: 84s !important;
  --hero-showcase-gap: clamp(18px, 2.2vw, 38px) !important;
  --hero-showcase-card-width: clamp(220px, 17vw, 318px) !important;
  --hero-showcase-card-height: clamp(350px, 27vw, 515px) !important;
  --hero-carousel-nav-size: clamp(38px, 3vw, 46px) !important;
  --hero-edge-fade: var(--utap-carousel-fade) !important;
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding-left: var(--utap-carousel-edge-pad) !important;
  padding-right: var(--utap-carousel-edge-pad) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  cursor: default !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel::before,
#hero-gallery-viewport .hero-carousel::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: var(--hero-edge-fade) !important;
  z-index: 60 !important;
  pointer-events: none !important;
}

#hero-gallery-viewport .hero-carousel::before {
  left: 0 !important;
  background: linear-gradient(90deg, rgba(248, 249, 255, .98) 0%, rgba(248, 249, 255, .62) 48%, rgba(248, 249, 255, 0) 100%) !important;
}

#hero-gallery-viewport .hero-carousel::after {
  right: 0 !important;
  background: linear-gradient(270deg, rgba(248, 249, 255, .98) 0%, rgba(248, 249, 255, .62) 48%, rgba(248, 249, 255, 0) 100%) !important;
}

#hero-gallery-viewport .hero-carousel__mask {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  cursor: default !important;
  touch-action: pan-y !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
}

#hero-gallery-viewport .hero-carousel__track {
  display: flex !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  animation-name: utapHeroTemplateShowcaseLeft !important;
  animation-duration: var(--hero-showcase-duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  will-change: transform !important;
}

#hero-gallery-viewport .hero-carousel.is-interacting .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-stepping .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-lightbox-paused .hero-carousel__track,
body.hero-image-lightbox-open #hero-gallery-viewport .hero-carousel__track {
  animation-play-state: paused !important;
}

#hero-gallery-viewport .hero-carousel__set,
#hero-gallery-viewport .hero-carousel__set[aria-hidden="true"] {
  display: flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  gap: var(--hero-showcase-gap) !important;
  padding-right: var(--hero-showcase-gap) !important;
  flex-wrap: nowrap !important;
}

#hero-gallery-viewport .hero-carousel__nav {
  position: absolute !important;
  top: 50% !important;
  z-index: 180 !important;
  display: inline-grid !important;
  visibility: visible !important;
  place-items: center !important;
  width: var(--hero-carousel-nav-size) !important;
  height: var(--hero-carousel-nav-size) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, .68) !important;
  background: rgba(255, 255, 255, .56) !important;
  color: #25234f !important;
  box-shadow: 0 12px 30px rgba(37, 35, 79, .11), 0 3px 10px rgba(91, 92, 240, .08) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  opacity: .96 !important;
  transform: translateY(-50%) !important;
}

#hero-gallery-viewport .hero-carousel__nav--prev {
  left: clamp(8px, 1.1vw, 16px) !important;
  right: auto !important;
}

#hero-gallery-viewport .hero-carousel__nav--next {
  right: clamp(8px, 1.1vw, 16px) !important;
  left: auto !important;
}

#hero-gallery-viewport .hero-carousel__nav:hover,
#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  background: rgba(255, 255, 255, .76) !important;
  box-shadow: 0 16px 36px rgba(37, 35, 79, .14), 0 6px 18px rgba(91, 92, 240, .10) !important;
  opacity: 1 !important;
  transform: translateY(-50%) scale(1.04) !important;
}

#hero-gallery-viewport .hero-carousel[data-count="1"] .hero-carousel__nav {
  display: none !important;
}

#hero-gallery-viewport .hero-carousel__card,
#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video,
#hero-gallery-viewport .hero-carousel__card .document-thumb,
#hero-gallery-viewport .hero-carousel__card .pdf-embed {
  max-width: 100% !important;
  background: transparent !important;
  border: 0 !important;
}

#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video {
  object-fit: contain !important;
  object-position: center center !important;
  pointer-events: none !important;
  -webkit-user-drag: none !important;
}

@media (max-width: 980px) {
  :root {
    --utap-page-gutter: 18px;
    --utap-page-gutter-tight: 12px;
    --utap-page-width: calc(100vw - 36px);
    --utap-carousel-width: calc(100vw - 24px);
    --utap-carousel-edge-pad: 44px;
    --utap-carousel-fade: 42px;
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-duration: 74s !important;
    --hero-showcase-gap: clamp(16px, 3vw, 28px) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-page-gutter: 12px;
    --utap-page-gutter-tight: 8px;
    --utap-page-width: calc(100vw - 24px);
    --utap-carousel-width: calc(100vw - 16px);
    --utap-carousel-edge-pad: 38px;
    --utap-carousel-fade: 32px;
  }

  #hero-proof-row.hero-proof-row {
    gap: clamp(16px, 6vw, 28px) !important;
  }

  #hero-brand-band .logo-chip img,
  #hero-proof-row .logo-chip img {
    max-width: clamp(84px, 31vw, 132px) !important;
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-duration: 68s !important;
    --hero-showcase-gap: 16px !important;
    --hero-showcase-card-width: min(72vw, 282px) !important;
    --hero-showcase-card-height: clamp(340px, 106vw, 480px) !important;
    --hero-carousel-nav-size: 38px !important;
  }

  .hero-media-row.hero-media-row--original-first,
  .hero-media-row {
    gap: clamp(18px, 6vw, 30px) !important;
    overflow: visible !important;
  }

  .hero-side-box__items {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-gallery-viewport .hero-carousel::before,
  #hero-gallery-viewport .hero-carousel::after {
    display: none !important;
  }

  #hero-gallery-viewport .hero-carousel__track,
  #hero-proof-row .logo-band__track,
  #hero-brand-band .logo-band__track {
    animation: none !important;
  }

  #hero-gallery-viewport .hero-carousel__nav,
  #hero-gallery-viewport .hero-carousel__slide,
  #hero-gallery-viewport .hero-carousel__card {
    transition: none !important;
  }
}

/* landing-home-fixes-v14
   Actual-upload alignment correction.
   Intent:
   - one shared wide page width for trusted logos, uTap Applications, original theme, and carousel
   - left-aligned internal content instead of centered/narrow blocks
   - no viewport breakout and no horizontal scroll
   - carousel fills the same safe width while the moving track is clipped only inside its own mask
*/
:root {
  --utap-section-gutter: clamp(22px, 3.2vw, 58px);
  --utap-section-width: min(1680px, calc(100vw - (var(--utap-section-gutter) * 2)));
  --utap-section-radius: clamp(22px, 1.6vw, 30px);
  --utap-section-card-bg: rgba(255, 255, 255, .64);
  --utap-section-card-border: rgba(188, 183, 219, .34);
  --utap-section-card-shadow: 0 24px 70px rgba(42, 39, 82, .10);
  --utap-carousel-control-space: clamp(46px, 4.2vw, 74px);
  --utap-carousel-fade: clamp(38px, 4.4vw, 76px);
}

html,
body {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.main-hero-wrap,
.hero-section,
.hero-wrap,
.hero-grid,
.hero-copy,
.hero-bottom,
#hero-proof-row.hero-proof-row,
.trusted-section,
.hero-proof-row__brands,
.logo-band,
.logo-band__track,
.hero-side-box,
.hero-media-row,
.hero-gallery,
.hero-gallery__viewport,
#hero-gallery-viewport {
  min-width: 0 !important;
}

.main-hero-wrap,
.hero-section,
.hero-wrap,
.hero-grid {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Shared section width: wide enough to fill the page, safe enough to avoid horizontal scroll. */
.hero-bottom,
#hero-proof-row.hero-proof-row {
  width: var(--utap-section-width) !important;
  max-width: var(--utap-section-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  justify-self: center !important;
  overflow: visible !important;
}

/* Trusted by + Applications: left aligned inside the shared wide section. */
#hero-proof-row.hero-proof-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(22px, 2.2vw, 36px) !important;
  justify-items: stretch !important;
  align-items: start !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-proof-row .trusted-section,
#hero-proof-row .hero-proof-row__brands {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: stretch !important;
  align-self: start !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(14px, 1.25vw, 22px) !important;
  align-items: start !important;
  justify-items: start !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#hero-trust-copy.trusted-label,
#hero-trust-copy.trust-copy,
#hero-proof-row .trusted-label,
#hero-proof-row .trust-copy,
.trust-copy {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: start !important;
  align-self: start !important;
  text-align: left !important;
  white-space: normal !important;
  overflow: visible !important;
  color: #4b5565 !important;
  opacity: .76 !important;
  font-size: clamp(.9rem, .86vw, 1.02rem) !important;
  font-weight: 650 !important;
  line-height: 1.42 !important;
  letter-spacing: .004em !important;
}

/* Trusted logos: fit inside the browser, start from the left, no duplicate marquee set. */
#hero-brand-band.logo-band,
#hero-proof-row .logo-band,
#hero-proof-row .trusted-logo-marquee {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(14px, 1.35vw, 22px) 0 !important;
  display: block !important;
  position: relative !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 0% 50%, rgba(123, 92, 255, .08), transparent 32%),
    radial-gradient(circle at 100% 52%, rgba(20, 196, 184, .09), transparent 32%) !important;
  box-shadow: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

#hero-brand-band.logo-band::before,
#hero-brand-band.logo-band::after,
#hero-proof-row .logo-band::before,
#hero-proof-row .logo-band::after {
  display: none !important;
  content: none !important;
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  display: block !important;
  transform: none !important;
  animation: none !important;
  will-change: auto !important;
}

#hero-brand-band .logo-band__set,
#hero-proof-row .logo-band__set,
#hero-proof-row .trusted-logo-marquee__set {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(24px, 4.2vw, 78px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set[aria-hidden="true"],
#hero-proof-row .trusted-logo-marquee__set[aria-hidden="true"] {
  display: none !important;
}

#hero-brand-band .logo-chip,
#hero-proof-row .logo-chip {
  flex: 0 1 clamp(104px, 10.5vw, 172px) !important;
  width: auto !important;
  min-width: 92px !important;
  max-width: clamp(112px, 12vw, 184px) !important;
  min-height: clamp(54px, 5vw, 92px) !important;
  padding: clamp(6px, .8vw, 10px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#hero-brand-band .logo-chip::before,
#hero-brand-band .logo-chip::after,
#hero-proof-row .logo-chip::before,
#hero-proof-row .logo-chip::after {
  display: none !important;
  content: none !important;
}

#hero-brand-band .logo-chip img,
#hero-proof-row .logo-chip img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: clamp(42px, 5.2vw, 88px) !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: drop-shadow(0 12px 22px rgba(42, 39, 82, .12)) !important;
}

/* uTap Applications: same left edge as Trusted by and carousel, content starts left. */
#hero-proof-row > .hero-side-box,
.hero-side-box {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: clamp(18px, 2vw, 30px) 0 0 !important;
  padding: clamp(18px, 1.7vw, 28px) !important;
  justify-self: stretch !important;
  align-self: start !important;
  transform: none !important;
  text-align: left !important;
  border-radius: var(--utap-section-radius) !important;
  background: var(--utap-section-card-bg) !important;
  border: 1px solid var(--utap-section-card-border) !important;
  box-shadow: var(--utap-section-card-shadow) !important;
  overflow: hidden !important;
}

.hero-side-box__head {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  justify-items: start !important;
  align-items: start !important;
  gap: 8px !important;
  text-align: left !important;
}

.hero-side-box__head strong,
.hero-side-box__head p {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.hero-side-box__items {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)) !important;
  justify-content: start !important;
  justify-items: stretch !important;
  align-items: stretch !important;
  gap: clamp(12px, 1.4vw, 18px) !important;
}

.hero-side-card {
  width: 100% !important;
  min-width: 0 !important;
}

/* Original theme and carousel: same wide left/right edges, no viewport breakout. */
.hero-bottom {
  display: block !important;
}

.hero-media-row.hero-media-row--original-first,
.hero-media-row {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: stretch !important;
  align-items: stretch !important;
  gap: clamp(24px, 3vw, 46px) !important;
  overflow: visible !important;
}

.hero-media-row.hero-media-row--original-first > *,
.hero-media-row > * {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel,
.hero-media-row .hero-image-panel {
  width: min(100%, 980px) !important;
  max-width: min(100%, 980px) !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  justify-self: start !important;
  overflow: hidden !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel__viewport,
.hero-media-row .hero-image-panel__viewport {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: clamp(300px, 27vw, 510px) !important;
  overflow: hidden !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel__viewport img,
.hero-media-row.hero-media-row--original-first .hero-image-panel__viewport video,
.hero-media-row .hero-image-panel__viewport img,
.hero-media-row .hero-image-panel__viewport video {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.hero-media-row.hero-media-row--original-first .hero-gallery,
.hero-media-row .hero-gallery {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: stretch !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hero-gallery__caption,
.hero-gallery__copy,
.hero-gallery__copy strong,
.hero-gallery__copy span {
  text-align: left !important;
  justify-self: start !important;
}

.hero-media-row.hero-media-row--original-first .hero-gallery__viewport,
.hero-media-row.hero-media-row--original-first #hero-gallery-viewport,
.hero-media-row .hero-gallery__viewport,
.hero-media-row #hero-gallery-viewport,
#hero-gallery-viewport {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel {
  --hero-showcase-duration: 84s !important;
  --hero-showcase-gap: clamp(18px, 2.1vw, 36px) !important;
  --hero-showcase-card-width: clamp(230px, 15.8vw, 330px) !important;
  --hero-showcase-card-height: clamp(350px, 26vw, 520px) !important;
  --hero-carousel-nav-size: clamp(38px, 2.8vw, 46px) !important;
  --hero-edge-fade: var(--utap-carousel-fade) !important;
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding-left: var(--utap-carousel-control-space) !important;
  padding-right: var(--utap-carousel-control-space) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  cursor: default !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel::before,
#hero-gallery-viewport .hero-carousel::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: var(--hero-edge-fade) !important;
  z-index: 60 !important;
  pointer-events: none !important;
}

#hero-gallery-viewport .hero-carousel::before {
  left: 0 !important;
  background: linear-gradient(90deg, rgba(248, 249, 255, .98) 0%, rgba(248, 249, 255, .62) 46%, rgba(248, 249, 255, 0) 100%) !important;
}

#hero-gallery-viewport .hero-carousel::after {
  right: 0 !important;
  background: linear-gradient(270deg, rgba(248, 249, 255, .98) 0%, rgba(248, 249, 255, .62) 46%, rgba(248, 249, 255, 0) 100%) !important;
}

#hero-gallery-viewport .hero-carousel__mask {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  cursor: default !important;
  touch-action: pan-y !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%) !important;
}

#hero-gallery-viewport .hero-carousel__track {
  display: flex !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  animation-name: utapHeroTemplateShowcaseLeft !important;
  animation-duration: var(--hero-showcase-duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  will-change: transform !important;
}

#hero-gallery-viewport .hero-carousel.is-interacting .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-stepping .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-lightbox-paused .hero-carousel__track,
body.hero-image-lightbox-open #hero-gallery-viewport .hero-carousel__track {
  animation-play-state: paused !important;
}

#hero-gallery-viewport .hero-carousel__set,
#hero-gallery-viewport .hero-carousel__set[aria-hidden="true"] {
  display: flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  gap: var(--hero-showcase-gap) !important;
  padding-right: var(--hero-showcase-gap) !important;
  flex-wrap: nowrap !important;
}

#hero-gallery-viewport .hero-carousel__nav {
  position: absolute !important;
  top: 50% !important;
  z-index: 180 !important;
  display: inline-grid !important;
  visibility: visible !important;
  place-items: center !important;
  width: var(--hero-carousel-nav-size) !important;
  height: var(--hero-carousel-nav-size) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, .68) !important;
  background: rgba(255, 255, 255, .52) !important;
  color: #25234f !important;
  box-shadow: 0 12px 28px rgba(37, 35, 79, .10), 0 3px 10px rgba(91, 92, 240, .08) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  opacity: .96 !important;
  transform: translateY(-50%) !important;
}

#hero-gallery-viewport .hero-carousel__nav--prev {
  left: clamp(8px, 1vw, 16px) !important;
  right: auto !important;
}

#hero-gallery-viewport .hero-carousel__nav--next {
  right: clamp(8px, 1vw, 16px) !important;
  left: auto !important;
}

#hero-gallery-viewport .hero-carousel__nav:hover,
#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 16px 34px rgba(37, 35, 79, .13), 0 6px 18px rgba(91, 92, 240, .10) !important;
  opacity: 1 !important;
  transform: translateY(-50%) scale(1.04) !important;
}

#hero-gallery-viewport .hero-carousel[data-count="1"] .hero-carousel__nav {
  display: none !important;
}

#hero-gallery-viewport .hero-carousel__card,
#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video,
#hero-gallery-viewport .hero-carousel__card .document-thumb,
#hero-gallery-viewport .hero-carousel__card .pdf-embed {
  max-width: 100% !important;
  background: transparent !important;
  border: 0 !important;
}

#hero-gallery-viewport .hero-carousel__card img,
#hero-gallery-viewport .hero-carousel__card video {
  object-fit: contain !important;
  object-position: center center !important;
  pointer-events: none !important;
  -webkit-user-drag: none !important;
}

@media (min-width: 1280px) {
  .hero-side-box__items {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  :root {
    --utap-section-gutter: 18px;
    --utap-carousel-control-space: 44px;
    --utap-carousel-fade: 38px;
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-duration: 74s !important;
    --hero-showcase-gap: clamp(16px, 3vw, 28px) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-section-gutter: 12px;
    --utap-carousel-control-space: 38px;
    --utap-carousel-fade: 30px;
  }

  #hero-proof-row.hero-proof-row {
    gap: clamp(16px, 6vw, 28px) !important;
  }

  #hero-brand-band .logo-band__set,
  #hero-proof-row .logo-band__set,
  #hero-proof-row .trusted-logo-marquee__set {
    gap: clamp(14px, 6vw, 30px) !important;
  }

  #hero-brand-band .logo-chip,
  #hero-proof-row .logo-chip {
    flex-basis: clamp(84px, 30vw, 132px) !important;
    min-width: 78px !important;
  }

  #hero-gallery-viewport .hero-carousel {
    --hero-showcase-duration: 68s !important;
    --hero-showcase-gap: 16px !important;
    --hero-showcase-card-width: min(72vw, 282px) !important;
    --hero-showcase-card-height: clamp(340px, 106vw, 480px) !important;
    --hero-carousel-nav-size: 38px !important;
  }

  .hero-side-box__items {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hero-media-row.hero-media-row--original-first .hero-image-panel,
  .hero-media-row .hero-image-panel {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-gallery-viewport .hero-carousel::before,
  #hero-gallery-viewport .hero-carousel::after {
    display: none !important;
  }

  #hero-gallery-viewport .hero-carousel__track {
    animation: none !important;
  }

  #hero-gallery-viewport .hero-carousel__nav,
  #hero-gallery-viewport .hero-carousel__slide,
  #hero-gallery-viewport .hero-carousel__card {
    transition: none !important;
  }
}





/* landing-home-fixes-v15
   Restore the trusted logos as a one-line continuous marquee and keep the
   hero carousel stable during hover/arrow interaction.
   This is intentionally scoped to the public hero proof/logo/gallery area. */

@keyframes utapTrustedLogoTrackLoopV15 {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* Keep the section wide and safe, but let the logo glow fill the entire band. */
#hero-proof-row .trusted-section,
#hero-proof-row .hero-proof-row__brands {
  overflow: hidden !important;
}

/* Trusted logos: one line, continuous end-to-end loop, no wrapping. */
#hero-brand-band.logo-band,
#hero-proof-row .logo-band,
#hero-proof-row .trusted-logo-marquee {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(18px, 1.8vw, 30px) 0 !important;
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 6% 48%, rgba(123, 92, 255, .14), rgba(123, 92, 255, .055) 26%, transparent 58%),
    radial-gradient(circle at 96% 50%, rgba(20, 196, 184, .14), rgba(20, 196, 184, .055) 28%, transparent 60%),
    linear-gradient(90deg, rgba(245, 242, 255, .42), rgba(255, 255, 255, .36) 50%, rgba(236, 249, 255, .46)) !important;
  box-shadow: none !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
}

#hero-brand-band.logo-band::before,
#hero-brand-band.logo-band::after,
#hero-proof-row .logo-band::before,
#hero-proof-row .logo-band::after {
  display: none !important;
  content: none !important;
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  gap: 0 !important;
  transform: translate3d(0, 0, 0) !important;
  animation-name: utapTrustedLogoTrackLoopV15 !important;
  animation-duration: clamp(42s, 7vw, 74s) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  will-change: transform !important;
}

#hero-brand-band.logo-band:hover .logo-band__track,
#hero-brand-band.logo-band:focus-within .logo-band__track,
#hero-proof-row .logo-band:hover .logo-band__track,
#hero-proof-row .logo-band:focus-within .logo-band__track,
#hero-proof-row .trusted-logo-marquee:hover .trusted-logo-marquee__track,
#hero-proof-row .trusted-logo-marquee:focus-within .trusted-logo-marquee__track {
  animation-play-state: paused !important;
}

#hero-brand-band .logo-band__set,
#hero-proof-row .logo-band__set,
#hero-proof-row .trusted-logo-marquee__set,
#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set[aria-hidden="true"],
#hero-proof-row .trusted-logo-marquee__set[aria-hidden="true"] {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 clamp(34px, 4.2vw, 78px) 0 0 !important;
  gap: clamp(34px, 5.2vw, 96px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-brand-band .logo-chip,
#hero-proof-row .logo-chip {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: clamp(88px, 7.8vw, 150px) !important;
  max-width: clamp(110px, 10vw, 184px) !important;
  min-height: clamp(58px, 4.8vw, 88px) !important;
  padding: clamp(6px, .65vw, 10px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#hero-brand-band .logo-chip img,
#hero-proof-row .logo-chip img {
  display: block !important;
  width: var(--trusted-logo-width, auto) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: var(--trusted-logo-max-height, clamp(44px, 5vw, 88px)) !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: drop-shadow(0 12px 22px rgba(42, 39, 82, .12)) !important;
}

/* Hero carousel: hover/focus pauses, arrows step without immediate snap-back. */
#hero-gallery-viewport .hero-carousel:hover .hero-carousel__track,
#hero-gallery-viewport .hero-carousel:focus-within .hero-carousel__track,
#hero-gallery-viewport .hero-carousel.is-manual-hold .hero-carousel__track {
  animation-play-state: paused !important;
}

#hero-gallery-viewport .hero-carousel__slide.is-active:not(:hover):not(:focus-visible):not(:focus-within) {
  transform: translate3d(0, 0, 0) scale(1) !important;
  z-index: 1 !important;
}

#hero-gallery-viewport .hero-carousel__slide.is-active:not(:hover):not(:focus-visible):not(:focus-within) .hero-carousel__card {
  filter: none !important;
  box-shadow: none !important;
}

#hero-gallery-viewport .hero-carousel__slide:hover,
#hero-gallery-viewport .hero-carousel__slide:focus-visible,
#hero-gallery-viewport .hero-carousel__slide:focus-within {
  transform: translate3d(0, -6px, 0) scale(1.025) !important;
  z-index: 32 !important;
}

/* Keep carousel controls pinned and light while the track is paused or moving. */
#hero-gallery-viewport .hero-carousel__nav {
  z-index: 220 !important;
}

@media (max-width: 980px) {
  #hero-brand-band .logo-band__set,
  #hero-proof-row .logo-band__set,
  #hero-proof-row .trusted-logo-marquee__set,
  #hero-brand-band .logo-band__set[aria-hidden="true"],
  #hero-proof-row .logo-band__set[aria-hidden="true"],
  #hero-proof-row .trusted-logo-marquee__set[aria-hidden="true"] {
    gap: clamp(28px, 7vw, 72px) !important;
    padding-right: clamp(28px, 7vw, 72px) !important;
  }
}

@media (max-width: 560px) {
  #hero-brand-band.logo-band,
  #hero-proof-row .logo-band,
  #hero-proof-row .trusted-logo-marquee {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
  }

  #hero-brand-band .logo-chip,
  #hero-proof-row .logo-chip {
    min-width: clamp(78px, 28vw, 124px) !important;
    max-width: clamp(88px, 34vw, 140px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-brand-band .logo-band__track,
  #hero-proof-row .logo-band__track,
  #hero-proof-row .trusted-logo-marquee__track {
    animation: none !important;
    transform: none !important;
  }
}

/* landing-home-fixes-v16
   Final scope for the current request:
   1) keep trusted brand chips as one continuous row, but make the glow/band use
      the real browser width instead of a narrow centered section;
   2) move uTap Applications out of the brand chip/proof row and let it live in
      the hero template/original-theme area below the CTA;
   3) avoid touching the now-working hero template carousel behavior. */

:root {
  --utap-proof-band-width: min(calc(100vw - clamp(18px, 2.2vw, 44px)), 1840px);
  --utap-template-block-width: min(calc(100vw - clamp(28px, 4vw, 96px)), 1680px);
  --utap-brand-band-height: clamp(136px, 10vw, 190px);
  --utap-brand-logo-gap: clamp(48px, 7.6vw, 132px);
}

html,
body,
.main-hero-wrap,
.browser-shell,
.hero-page,
.hero-stage,
.hero-copy {
  max-width: 100% !important;
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  html,
  body,
  .main-hero-wrap,
  .browser-shell,
  .hero-page,
  .hero-stage,
  .hero-copy {
    overflow-x: hidden !important;
  }
}

/* Proof row now only owns the trusted brand chips. It should be wide and clean,
   not a container for the application cards. */
#hero-proof-row.hero-proof-row {
  width: var(--utap-proof-band-width) !important;
  max-width: var(--utap-proof-band-width) !important;
  min-width: 0 !important;
  margin: clamp(42px, 5vw, 86px) auto clamp(26px, 3.2vw, 52px) !important;
  padding: 0 !important;
  display: block !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-proof-row .trusted-section,
#hero-proof-row .hero-proof-row__brands {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(16px, 1.6vw, 28px) !important;
  justify-items: stretch !important;
  align-items: start !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-trust-copy.trusted-label,
#hero-proof-row .trusted-label,
#hero-proof-row .trust-copy {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  justify-self: start !important;
  color: #4f586d !important;
  opacity: .78 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

/* Trusted brand chip band: full-width looking, one row, no wrapping.
   The glow reaches the edges of this wide proof band. */
#hero-brand-band.logo-band,
#hero-proof-row .logo-band,
#hero-proof-row .trusted-logo-marquee {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: var(--utap-brand-band-height) !important;
  min-height: var(--utap-brand-band-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 2% 52%, rgba(124, 92, 255, .16), rgba(124, 92, 255, .07) 28%, transparent 62%),
    radial-gradient(circle at 98% 52%, rgba(20, 196, 184, .16), rgba(20, 196, 184, .07) 30%, transparent 64%),
    linear-gradient(90deg, rgba(245, 242, 255, .54) 0%, rgba(255, 255, 255, .38) 46%, rgba(235, 249, 255, .56) 100%) !important;
  box-shadow: none !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3.5%, #000 96.5%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 3.5%, #000 96.5%, transparent 100%) !important;
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  height: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  gap: 0 !important;
  transform: translate3d(0,0,0) !important;
  animation-name: utapTrustedLogoTrackLoopV15 !important;
  animation-duration: clamp(52s, 8vw, 86s) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  animation-play-state: running !important;
  will-change: transform !important;
}

#hero-brand-band.logo-band:hover .logo-band__track,
#hero-brand-band.logo-band:focus-within .logo-band__track,
#hero-proof-row .logo-band:hover .logo-band__track,
#hero-proof-row .logo-band:focus-within .logo-band__track,
#hero-proof-row .trusted-logo-marquee:hover .trusted-logo-marquee__track,
#hero-proof-row .trusted-logo-marquee:focus-within .trusted-logo-marquee__track {
  animation-play-state: paused !important;
}

#hero-brand-band .logo-band__set,
#hero-proof-row .logo-band__set,
#hero-proof-row .trusted-logo-marquee__set,
#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set[aria-hidden="true"],
#hero-proof-row .trusted-logo-marquee__set[aria-hidden="true"] {
  height: 100% !important;
  display: flex !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 var(--utap-brand-logo-gap) 0 0 !important;
  gap: var(--utap-brand-logo-gap) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-brand-band .logo-chip,
#hero-proof-row .logo-chip {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: clamp(112px, 8vw, 168px) !important;
  max-width: clamp(128px, 10vw, 196px) !important;
  min-height: clamp(70px, 5vw, 96px) !important;
  padding: clamp(6px, .6vw, 10px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#hero-brand-band .logo-chip img,
#hero-proof-row .logo-chip img {
  display: block !important;
  width: var(--trusted-logo-width, auto) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: var(--trusted-logo-max-height, clamp(48px, 5vw, 90px)) !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: drop-shadow(0 12px 22px rgba(42, 39, 82, .12)) !important;
}

/* uTap Applications now lives in .hero-bottom with the original template block.
   Keep it aligned to that same lower hero/template width, not the brand band. */
.hero-bottom {
  width: var(--utap-template-block-width) !important;
  max-width: var(--utap-template-block-width) !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(24px, 3vw, 52px) !important;
  align-items: start !important;
  justify-items: stretch !important;
  overflow: visible !important;
}

.hero-bottom > .hero-side-box,
.hero-side-box {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  justify-self: stretch !important;
  align-self: start !important;
}

.hero-bottom > .hero-media-row.hero-media-row--original-first,
.hero-bottom > .hero-media-row {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  justify-self: stretch !important;
}

@media (max-width: 980px) {
  :root {
    --utap-proof-band-width: min(calc(100vw - 28px), 100%);
    --utap-template-block-width: min(calc(100vw - 28px), 100%);
    --utap-brand-band-height: clamp(118px, 18vw, 160px);
    --utap-brand-logo-gap: clamp(34px, 9vw, 76px);
  }

  #hero-proof-row.hero-proof-row {
    margin-top: clamp(32px, 7vw, 60px) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-proof-band-width: min(calc(100vw - 18px), 100%);
    --utap-template-block-width: min(calc(100vw - 18px), 100%);
    --utap-brand-band-height: 112px;
    --utap-brand-logo-gap: clamp(26px, 10vw, 54px);
  }

  #hero-brand-band.logo-band,
  #hero-proof-row .logo-band,
  #hero-proof-row .trusted-logo-marquee {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%) !important;
  }

  #hero-brand-band .logo-chip,
  #hero-proof-row .logo-chip {
    min-width: clamp(84px, 29vw, 126px) !important;
    max-width: clamp(96px, 34vw, 142px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-brand-band .logo-band__track,
  #hero-proof-row .logo-band__track,
  #hero-proof-row .trusted-logo-marquee__track {
    animation: none !important;
    transform: none !important;
  }
}


/* landing-home-fixes-v17
   Canonical responsive ordering and containment for desktop, laptop, tablet,
   and mobile:
   - hero/original template block first;
   - Trusted brand chips immediately after the hero template caption;
   - uTap Applications below that in the same hero/template stack;
   - no horizontal overflow;
   - one-row continuous trusted logo marquee on every screen size. */

:root {
  --utap-canonical-gutter: clamp(10px, 2.2vw, 44px);
  --utap-canonical-width: min(calc(100vw - (var(--utap-canonical-gutter) * 2)), 1680px);
  --utap-canonical-gap: clamp(22px, 3vw, 52px);
  --utap-trusted-band-height: clamp(108px, 9.5vw, 172px);
  --utap-trusted-logo-gap: clamp(42px, 7.2vw, 126px);
}

html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden !important;
  }
}

.main-hero-wrap,
.browser-shell,
.hero-page,
.hero-stage,
.hero-copy,
.hero-bottom,
.hero-media-row,
.hero-gallery,
.hero-image-panel,
#hero-gallery-viewport,
#hero-proof-row,
.hero-side-box,
.video-section {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* The whole lower hero area uses one predictable stack, so desktop and mobile
   keep the same visual story and do not jump between different layouts. */
.hero-bottom {
  width: var(--utap-canonical-width) !important;
  max-width: var(--utap-canonical-width) !important;
  min-width: 0 !important;
  margin: clamp(28px, 3.4vw, 58px) auto 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "templates"
    "trusted"
    "apps" !important;
  gap: var(--utap-canonical-gap) !important;
  align-items: start !important;
  justify-items: stretch !important;
  overflow: visible !important;
}

.hero-bottom > .hero-media-row.hero-media-row--original-first,
.hero-bottom > .hero-media-row {
  grid-area: templates !important;
  order: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  justify-self: stretch !important;
}

.hero-bottom > #hero-proof-row.hero-proof-row,
#hero-proof-row.hero-proof-row {
  grid-area: trusted !important;
  order: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hero-bottom > .hero-side-box,
.hero-side-box {
  grid-area: apps !important;
  order: 3 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  justify-self: stretch !important;
  align-self: start !important;
}

/* Trusted section: sits directly after the template/caption area, uses the same
   width as the hero template block, and keeps the label visible. */
#hero-proof-row .trusted-section,
#hero-proof-row .hero-proof-row__brands {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(12px, 1.5vw, 24px) !important;
  align-items: start !important;
  justify-items: stretch !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-trust-copy.trusted-label,
#hero-proof-row .trusted-label,
#hero-proof-row .trust-copy {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  justify-self: stretch !important;
  color: #4f586d !important;
  opacity: .82 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

/* Trusted brand chip marquee: one row only, safe viewport width, stretched glow,
   no wrapping on desktop/tablet/mobile. */
#hero-brand-band.logo-band,
#hero-proof-row .logo-band,
#hero-proof-row .trusted-logo-marquee {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: var(--utap-trusted-band-height) !important;
  min-height: var(--utap-trusted-band-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 0% 50%, rgba(124, 92, 255, .16), rgba(124, 92, 255, .07) 30%, transparent 62%),
    radial-gradient(circle at 100% 50%, rgba(20, 196, 184, .16), rgba(20, 196, 184, .07) 30%, transparent 64%),
    linear-gradient(90deg, rgba(246, 242, 255, .58) 0%, rgba(255, 255, 255, .44) 48%, rgba(235, 249, 255, .60) 100%) !important;
  box-shadow: none !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%) !important;
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  height: 100% !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  gap: 0 !important;
  transform: translate3d(0, 0, 0) !important;
  animation-name: utapTrustedLogoTrackLoopV15 !important;
  animation-duration: clamp(54s, 8vw, 88s) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  animation-play-state: running !important;
  will-change: transform !important;
}

#hero-brand-band.logo-band:hover .logo-band__track,
#hero-brand-band.logo-band:focus-within .logo-band__track,
#hero-proof-row .logo-band:hover .logo-band__track,
#hero-proof-row .logo-band:focus-within .logo-band__track,
#hero-proof-row .trusted-logo-marquee:hover .trusted-logo-marquee__track,
#hero-proof-row .trusted-logo-marquee:focus-within .trusted-logo-marquee__track {
  animation-play-state: paused !important;
}

#hero-brand-band .logo-band__set,
#hero-proof-row .logo-band__set,
#hero-proof-row .trusted-logo-marquee__set,
#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set[aria-hidden="true"],
#hero-proof-row .trusted-logo-marquee__set[aria-hidden="true"] {
  height: 100% !important;
  display: flex !important;
  flex: 0 0 auto !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 var(--utap-trusted-logo-gap) 0 0 !important;
  gap: var(--utap-trusted-logo-gap) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-brand-band .logo-chip,
#hero-proof-row .logo-chip {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: clamp(104px, 8vw, 166px) !important;
  max-width: clamp(124px, 10vw, 196px) !important;
  min-height: clamp(64px, 5vw, 94px) !important;
  padding: clamp(4px, .6vw, 10px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#hero-brand-band .logo-chip img,
#hero-proof-row .logo-chip img {
  display: block !important;
  width: var(--trusted-logo-width, auto) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: var(--trusted-logo-max-height, clamp(44px, 5vw, 88px)) !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: drop-shadow(0 12px 22px rgba(42, 39, 82, .12)) !important;
}

/* uTap Applications: same width system, responsive card grid, no sideways shift. */
.hero-side-box {
  padding: clamp(18px, 2.4vw, 38px) !important;
  border-radius: clamp(22px, 2vw, 34px) !important;
  overflow: visible !important;
}

.hero-side-box__head {
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  margin: 0 0 clamp(14px, 1.5vw, 22px) !important;
}

.hero-side-box__items {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.5vw, 22px) !important;
  align-items: stretch !important;
}

.hero-side-card {
  min-width: 0 !important;
  max-width: 100% !important;
}

/* Mobile/tablet: keep the same order, reduce gutters, stack app cards, keep
   logo marquee one row and hero media contained. */
@media (max-width: 980px) {
  :root {
    --utap-canonical-gutter: 14px;
    --utap-canonical-gap: clamp(18px, 5vw, 34px);
    --utap-trusted-band-height: clamp(102px, 18vw, 142px);
    --utap-trusted-logo-gap: clamp(30px, 9vw, 70px);
  }

  .hero-bottom {
    margin-top: clamp(22px, 6vw, 40px) !important;
  }

  .hero-media-row.hero-media-row--original-first,
  .hero-media-row {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .hero-image-panel,
  .hero-gallery,
  .hero-image-panel__viewport,
  .hero-gallery__viewport,
  #hero-gallery-viewport {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .hero-side-box__items {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-canonical-gutter: 9px;
    --utap-canonical-gap: 18px;
    --utap-trusted-band-height: 100px;
    --utap-trusted-logo-gap: clamp(24px, 9vw, 48px);
  }

  .hero-bottom {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
  }

  #hero-trust-copy.trusted-label,
  #hero-proof-row .trusted-label,
  #hero-proof-row .trust-copy {
    font-size: clamp(12px, 3.4vw, 14px) !important;
    text-align: left !important;
  }

  #hero-brand-band.logo-band,
  #hero-proof-row .logo-band,
  #hero-proof-row .trusted-logo-marquee {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%) !important;
  }

  #hero-brand-band .logo-chip,
  #hero-proof-row .logo-chip {
    min-width: clamp(78px, 28vw, 116px) !important;
    max-width: clamp(90px, 34vw, 132px) !important;
    min-height: 58px !important;
  }

  .hero-side-box {
    padding: 18px !important;
    border-radius: 22px !important;
  }

  .hero-side-box__head {
    text-align: left !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-brand-band .logo-band__track,
  #hero-proof-row .logo-band__track,
  #hero-proof-row .trusted-logo-marquee__track {
    animation: none !important;
    transform: none !important;
  }
}





/* landing-home-fixes-v18
   Current request:
   - uTap Applications belongs directly under the Create Profile CTA, before the
     original theme/template area;
   - original theme media should be visually centered and stable;
   - gallery/template wording should sit above the hero template carousel;
   - image clicks should open the in-page viewer/lightbox rather than only
     toggling a small local scale state;
   - all rules remain responsive and bounded on desktop, laptop, tablet, mobile. */

:root {
  --utap-v18-gutter: clamp(12px, 2.4vw, 48px);
  --utap-v18-content-width: min(1180px, calc(100vw - (var(--utap-v18-gutter) * 2)));
  --utap-v18-template-width: min(1280px, calc(100vw - (var(--utap-v18-gutter) * 2)));
  --utap-v18-app-width: min(1180px, calc(100vw - (var(--utap-v18-gutter) * 2)));
}

html,
body,
.main-hero-wrap,
.browser-shell,
.hero-page,
.hero-stage,
.hero-copy {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  html,
  body,
  .main-hero-wrap,
  .browser-shell,
  .hero-page,
  .hero-stage,
  .hero-copy {
    overflow-x: hidden !important;
  }
}

/* 1) uTap Applications: top placement directly after the CTA/feature area. */
.hero-copy > .hero-side-box.hero-side-box--top,
.hero-copy > #hero-side-box.hero-side-box {
  width: var(--utap-v18-app-width) !important;
  max-width: var(--utap-v18-app-width) !important;
  min-width: 0 !important;
  margin: clamp(24px, 3.2vw, 46px) auto clamp(34px, 4.4vw, 72px) !important;
  padding: clamp(18px, 2.1vw, 34px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(14px, 1.6vw, 24px) !important;
  justify-self: center !important;
  align-self: start !important;
  border-radius: clamp(22px, 2vw, 34px) !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.hero-copy > .hero-side-box.hero-side-box--top[hidden],
.hero-copy > #hero-side-box.hero-side-box[hidden],
.hero-copy > .hero-side-box.hero-side-box--top[data-utap-public-hidden="1"],
.hero-copy > #hero-side-box.hero-side-box[data-utap-public-hidden="1"] {
  display: none !important;
}

.hero-copy > .hero-side-box.hero-side-box--top .hero-side-box__head,
.hero-copy > #hero-side-box.hero-side-box .hero-side-box__head {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
  justify-self: stretch !important;
}

.hero-copy > .hero-side-box.hero-side-box--top .hero-side-box__items,
.hero-copy > #hero-side-box.hero-side-box .hero-side-box__items {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.5vw, 22px) !important;
  align-items: stretch !important;
}

.hero-copy > .hero-side-box.hero-side-box--top .hero-side-card,
.hero-copy > #hero-side-box.hero-side-box .hero-side-card {
  min-width: 0 !important;
  max-width: 100% !important;
}

/* 2) The lower hero section no longer owns the application card. It is the
      template/original-media stack only, followed by trusted brands. */
.hero-bottom {
  width: var(--utap-v18-template-width) !important;
  max-width: var(--utap-v18-template-width) !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "templates"
    "trusted" !important;
  gap: clamp(24px, 3vw, 50px) !important;
  justify-items: stretch !important;
  align-items: start !important;
  overflow: visible !important;
}

.hero-bottom > .hero-media-row.hero-media-row--original-first,
.hero-bottom > .hero-media-row {
  grid-area: templates !important;
  order: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(22px, 3.2vw, 54px) !important;
  justify-items: center !important;
  align-items: start !important;
  overflow: visible !important;
}

.hero-bottom > #hero-proof-row.hero-proof-row,
#hero-proof-row.hero-proof-row {
  grid-area: trusted !important;
  order: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

/* 3) Original theme panel: centered in its available width, with the media
      centered inside the viewport. */
.hero-media-row.hero-media-row--original-first .hero-image-panel,
.hero-media-row .hero-image-panel {
  width: min(100%, 980px) !important;
  max-width: min(100%, 980px) !important;
  min-width: 0 !important;
  margin-inline: auto !important;
  justify-self: center !important;
  display: grid !important;
  grid-template-rows: minmax(0, auto) auto !important;
  gap: clamp(12px, 1.4vw, 20px) !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel__viewport,
.hero-media-row .hero-image-panel__viewport {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  place-items: center !important;
  justify-items: center !important;
  align-items: center !important;
  overflow: hidden !important;
}

.hero-image-panel__zoom,
.hero-image-panel__zoom > img,
.hero-image-panel__media {
  justify-self: center !important;
  align-self: center !important;
  object-position: center center !important;
}

/* The original image now opens the in-page viewer. Do not create a local
   expanded state that changes layout size or feels like nothing happened. */
.hero-image-panel__viewport.is-expanded {
  box-shadow: 0 22px 56px rgba(37, 35, 79, .12), 0 10px 26px rgba(91, 92, 240, .08) !important;
}

.hero-image-panel__viewport.is-expanded .hero-image-panel__zoom {
  transform: none !important;
}

/* 4) Hero template wording/caption: place it above the carousel/templates. */
.hero-media-row.hero-media-row--original-first .hero-gallery,
.hero-media-row .hero-gallery {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(12px, 1.4vw, 22px) !important;
  justify-items: stretch !important;
  align-items: start !important;
  overflow: visible !important;
}

.hero-gallery__caption {
  order: -1 !important;
  width: 100% !important;
  max-width: min(920px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

.hero-gallery__copy,
.hero-gallery__copy strong,
.hero-gallery__copy span {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  justify-self: center !important;
}

.hero-gallery__copy strong {
  display: block !important;
  font-weight: 900 !important;
  color: #25234f !important;
}

.hero-gallery__copy span {
  display: block !important;
  margin-top: 6px !important;
  line-height: 1.5 !important;
  color: #5f6b82 !important;
}

/* Keep the carousel/viewer hit targets alive after layout reordering. */
#hero-gallery-viewport,
#hero-gallery-viewport .hero-carousel,
#hero-gallery-viewport .hero-carousel__mask {
  pointer-events: auto !important;
}

#hero-gallery-viewport .hero-carousel__slide {
  pointer-events: auto !important;
  cursor: zoom-in !important;
}

/* 5) Responsive behavior: same order, smaller gutters, no horizontal scroll. */
@media (max-width: 980px) {
  :root {
    --utap-v18-gutter: clamp(12px, 3.8vw, 28px);
  }

  .hero-copy > .hero-side-box.hero-side-box--top,
  .hero-copy > #hero-side-box.hero-side-box {
    margin-top: clamp(20px, 5vw, 34px) !important;
    margin-bottom: clamp(26px, 6vw, 44px) !important;
    padding: clamp(16px, 4vw, 26px) !important;
  }

  .hero-copy > .hero-side-box.hero-side-box--top .hero-side-box__items,
  .hero-copy > #hero-side-box.hero-side-box .hero-side-box__items {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hero-bottom {
    gap: clamp(22px, 6vw, 42px) !important;
  }

  .hero-media-row.hero-media-row--original-first .hero-image-panel,
  .hero-media-row .hero-image-panel {
    width: min(100%, 760px) !important;
    max-width: min(100%, 760px) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-v18-gutter: 10px;
  }

  .hero-copy > .hero-side-box.hero-side-box--top,
  .hero-copy > #hero-side-box.hero-side-box,
  .hero-bottom {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }

  .hero-copy > .hero-side-box.hero-side-box--top,
  .hero-copy > #hero-side-box.hero-side-box {
    margin-top: 20px !important;
    margin-bottom: 28px !important;
    padding: 16px !important;
    border-radius: 22px !important;
  }

  .hero-gallery__caption {
    max-width: 100% !important;
  }

  .hero-gallery__copy strong {
    font-size: clamp(14px, 4vw, 17px) !important;
  }

  .hero-gallery__copy span {
    font-size: clamp(12px, 3.5vw, 14px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-image-panel__zoom,
  .hero-image-panel__media,
  #hero-gallery-viewport .hero-carousel__slide {
    transition: none !important;
  }
}

/* landing-home-fixes-v19
   Recovery patch after the section-order regression:
   - restore the hero slogan to the top of the homepage in a centered, readable flow;
   - keep uTap Applications directly below the main Create Profile CTA without
     turning the hero into a side-by-side grid;
   - keep the original theme/template area below that, centered and stable;
   - keep Trusted brand chips below the template area as a one-row marquee;
   - do not alter carousel/viewer JavaScript behavior. */

:root {
  --utap-v19-page-gutter: clamp(12px, 2.4vw, 44px);
  --utap-v19-wide: min(1500px, calc(100vw - (var(--utap-v19-page-gutter) * 2)));
  --utap-v19-content: min(1180px, calc(100vw - (var(--utap-v19-page-gutter) * 2)));
  --utap-v19-template: min(1320px, calc(100vw - (var(--utap-v19-page-gutter) * 2)));
  --utap-v19-gap: clamp(22px, 3vw, 52px);
}

html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden !important;
  }
}

.main-hero-wrap,
.browser-shell,
.hero-page,
.hero-stage,
.hero-copy,
.hero-bottom,
.hero-media-row,
.hero-gallery,
.hero-image-panel,
.hero-proof-row,
.trusted-section,
.logo-band,
.hero-side-box {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.main-hero-wrap,
.browser-shell,
.hero-page {
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  .main-hero-wrap,
  .browser-shell,
  .hero-page {
    overflow-x: hidden !important;
  }
}

/* Restore the top hero: title, description and CTA must be the first visual
   story, not a left rail beside the template preview. */
.hero-stage {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: clamp(28px, 3vw, 54px) var(--utap-v19-page-gutter) clamp(44px, 5vw, 80px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  align-items: start !important;
  overflow: visible !important;
}

.hero-copy {
  width: 100% !important;
  max-width: var(--utap-v19-wide) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "title"
    "description"
    "cta"
    "apps"
    "bottom" !important;
  justify-items: center !important;
  align-items: start !important;
  gap: 0 !important;
  text-align: center !important;
  overflow: visible !important;
}

/* Force the slogan back to the top and prevent the one-word-per-line break
   caused by older 12-column hero overrides. */
.hero-copy > h1,
#hero-title {
  grid-area: title !important;
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 .12em .10em !important;
  color: #2b2750 !important;
  font-size: clamp(3rem, 5.15vw, 5.75rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.058em !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance !important;
  overflow: visible !important;
}

.hero-title-accent {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 .18em .10em .04em !important;
  line-height: 1.04 !important;
  white-space: nowrap !important;
}

.hero-copy > p,
#hero-description {
  grid-area: description !important;
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: clamp(10px, 1.1vw, 18px) auto 0 !important;
  padding: 0 !important;
  color: #5b6277 !important;
  font-size: clamp(1rem, 1.02vw, 1.14rem) !important;
  line-height: 1.68 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  text-wrap: pretty !important;
}

.hero-actions {
  grid-area: cta !important;
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: var(--landing-hero-cta-gap) auto 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 0 !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hero-actions::before,
.hero-actions::after {
  content: none !important;
  display: none !important;
}

.hero-actions .btn,
#hero-browse-templates.btn--large {
  min-width: min(100%, 300px) !important;
  max-width: min(100%, 440px) !important;
  min-height: clamp(54px, 4vw, 68px) !important;
}

/* The legacy feature checklist should not reserve a blank grid column. If the
   list is used later, it can still render, but it stays in normal centered flow. */
.feature-panel {
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  justify-self: center !important;
  width: min(100%, 780px) !important;
  max-width: 780px !important;
  margin: clamp(24px, 2.4vw, 36px) auto 0 !important;
}

/* uTap Applications: directly below the Create Profile CTA, not in the trusted
   logo area and not pushed to the right. */
.hero-copy > .hero-side-box.hero-side-box--top,
.hero-copy > #hero-side-box.hero-side-box {
  grid-area: apps !important;
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  width: min(100%, 1320px) !important;
  max-width: min(100%, 1320px) !important;
  min-width: 0 !important;
  margin: clamp(30px, 3.2vw, 50px) auto 0 !important;
  padding: clamp(18px, 2.1vw, 32px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(14px, 1.6vw, 24px) !important;
  justify-self: center !important;
  align-self: start !important;
  border-radius: clamp(22px, 2vw, 34px) !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(188,183,219,.34) !important;
  box-shadow: 0 22px 60px rgba(108, 95, 165, .10) !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

.hero-copy > .hero-side-box.hero-side-box--top[hidden],
.hero-copy > #hero-side-box.hero-side-box[hidden],
.hero-copy > .hero-side-box.hero-side-box--top[data-utap-public-hidden="1"],
.hero-copy > #hero-side-box.hero-side-box[data-utap-public-hidden="1"] {
  display: none !important;
}

.hero-copy > .hero-side-box.hero-side-box--top .hero-side-box__head,
.hero-copy > #hero-side-box.hero-side-box .hero-side-box__head {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
  justify-self: stretch !important;
}

.hero-copy > .hero-side-box.hero-side-box--top .hero-side-box__items,
.hero-copy > #hero-side-box.hero-side-box .hero-side-box__items {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.5vw, 22px) !important;
  align-items: stretch !important;
}

.hero-copy > .hero-side-box.hero-side-box--top .hero-side-card,
.hero-copy > #hero-side-box.hero-side-box .hero-side-card {
  min-width: 0 !important;
  max-width: 100% !important;
}

/* Lower stack: original template, hero carousel/templates, then trusted brand
   chips. Keep it contained and centered. */
.hero-bottom {
  grid-area: bottom !important;
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  width: var(--utap-v19-template) !important;
  max-width: var(--utap-v19-template) !important;
  min-width: 0 !important;
  margin: clamp(42px, 4.8vw, 78px) auto 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "templates"
    "trusted" !important;
  gap: clamp(28px, 3.2vw, 56px) !important;
  justify-items: stretch !important;
  align-items: start !important;
  overflow: visible !important;
}

.hero-bottom > .hero-media-row.hero-media-row--original-first,
.hero-bottom > .hero-media-row {
  grid-area: templates !important;
  order: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(24px, 3vw, 54px) !important;
  justify-items: center !important;
  align-items: start !important;
  overflow: visible !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel,
.hero-media-row .hero-image-panel {
  width: min(100%, 980px) !important;
  max-width: min(100%, 980px) !important;
  min-width: 0 !important;
  margin-inline: auto !important;
  justify-self: center !important;
  display: grid !important;
  grid-template-rows: minmax(0, auto) auto !important;
  gap: clamp(12px, 1.4vw, 20px) !important;
}

.hero-media-row.hero-media-row--original-first .hero-image-panel__viewport,
.hero-media-row .hero-image-panel__viewport {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  place-items: center !important;
  justify-items: center !important;
  align-items: center !important;
  overflow: hidden !important;
}

.hero-image-panel__zoom,
.hero-image-panel__zoom > img,
.hero-image-panel__media {
  justify-self: center !important;
  align-self: center !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Put the "Customized branded themes..." wording above the template carousel,
   without pushing the main hero slogan away from the top. */
.hero-media-row.hero-media-row--original-first .hero-gallery,
.hero-media-row .hero-gallery {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(14px, 1.6vw, 24px) !important;
  justify-items: stretch !important;
  align-items: start !important;
  overflow: visible !important;
}

.hero-gallery__caption {
  order: -1 !important;
  width: 100% !important;
  max-width: min(980px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

.hero-gallery__copy,
.hero-gallery__copy strong,
.hero-gallery__copy span {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  justify-self: center !important;
}

.hero-gallery__copy strong {
  display: block !important;
  font-weight: 900 !important;
  color: #25234f !important;
}

.hero-gallery__copy span {
  display: block !important;
  margin-top: 6px !important;
  line-height: 1.5 !important;
  color: #5f6b82 !important;
}

/* Trusted brand chips stay below the template section and remain a single-row
   continuous marquee. */
.hero-bottom > #hero-proof-row.hero-proof-row,
#hero-proof-row.hero-proof-row {
  grid-area: trusted !important;
  order: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#hero-proof-row .trusted-section,
#hero-proof-row .hero-proof-row__brands {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(14px, 1.6vw, 24px) !important;
  justify-items: stretch !important;
  align-items: start !important;
  overflow: visible !important;
}

#hero-trust-copy.trusted-label,
#hero-proof-row .trusted-label,
#hero-proof-row .trust-copy {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #4f586d !important;
  opacity: .78 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  justify-self: start !important;
  white-space: normal !important;
}

#hero-brand-band.logo-band,
#hero-proof-row .logo-band,
#hero-proof-row .trusted-logo-marquee {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: clamp(116px, 9.5vw, 172px) !important;
  min-height: clamp(116px, 9.5vw, 172px) !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 2% 52%, rgba(124, 92, 255, .16), rgba(124, 92, 255, .07) 28%, transparent 62%),
    radial-gradient(circle at 98% 52%, rgba(20, 196, 184, .16), rgba(20, 196, 184, .07) 30%, transparent 64%),
    linear-gradient(90deg, rgba(245, 242, 255, .54) 0%, rgba(255, 255, 255, .38) 46%, rgba(235, 249, 255, .56) 100%) !important;
  box-shadow: none !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  height: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  gap: 0 !important;
  animation-name: utapTrustedLogoTrackLoopV15 !important;
  animation-duration: clamp(46s, 7vw, 78s) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  will-change: transform !important;
}

#hero-brand-band .logo-band__set,
#hero-proof-row .logo-band__set,
#hero-proof-row .trusted-logo-marquee__set,
#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set[aria-hidden="true"],
#hero-proof-row .trusted-logo-marquee__set[aria-hidden="true"] {
  height: 100% !important;
  display: flex !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: clamp(46px, 7vw, 120px) !important;
  padding-right: clamp(46px, 7vw, 120px) !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
}

#hero-brand-band .logo-chip,
#hero-proof-row .logo-chip {
  flex: 0 0 auto !important;
  display: grid !important;
  place-items: center !important;
  min-width: clamp(92px, 9vw, 170px) !important;
  max-width: clamp(104px, 10vw, 190px) !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: clamp(8px, .9vw, 16px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Keep carousel and viewer click targets alive. */
#hero-gallery-viewport,
#hero-gallery-viewport .hero-carousel,
#hero-gallery-viewport .hero-carousel__mask,
#hero-gallery-viewport .hero-carousel__slide,
.hero-image-panel__zoom {
  pointer-events: auto !important;
}

#hero-gallery-viewport .hero-carousel__slide,
.hero-image-panel__zoom {
  cursor: zoom-in !important;
}

/* Responsive: same order, smaller gutters, no horizontal scroll. */
@media (max-width: 980px) {
  :root {
    --utap-v19-page-gutter: clamp(12px, 3.8vw, 28px);
  }

  .hero-copy > h1,
  #hero-title {
    width: min(100%, 900px) !important;
    max-width: 900px !important;
    font-size: clamp(2.45rem, 8vw, 4.25rem) !important;
    line-height: 1.04 !important;
  }

  .hero-copy > .hero-side-box.hero-side-box--top,
  .hero-copy > #hero-side-box.hero-side-box {
    margin-top: clamp(24px, 5vw, 40px) !important;
    padding: clamp(16px, 4vw, 26px) !important;
  }

  .hero-copy > .hero-side-box.hero-side-box--top .hero-side-box__items,
  .hero-copy > #hero-side-box.hero-side-box .hero-side-box__items {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hero-bottom {
    gap: clamp(24px, 6vw, 44px) !important;
  }

  .hero-media-row.hero-media-row--original-first .hero-image-panel,
  .hero-media-row .hero-image-panel {
    width: min(100%, 760px) !important;
    max-width: min(100%, 760px) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-v19-page-gutter: 10px;
  }

  .hero-stage {
    padding-top: clamp(22px, 7vw, 34px) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hero-copy > h1,
  #hero-title {
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    font-size: clamp(2.3rem, 11vw, 3.35rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -.052em !important;
  }

  .hero-title-accent {
    white-space: normal !important;
  }

  .hero-copy > p,
  #hero-description {
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    margin-top: 8px !important;
    font-size: clamp(.95rem, 4vw, 1.05rem) !important;
    line-height: 1.56 !important;
  }

  .hero-copy > .hero-side-box.hero-side-box--top,
  .hero-copy > #hero-side-box.hero-side-box,
  .hero-bottom {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }

  .hero-copy > .hero-side-box.hero-side-box--top,
  .hero-copy > #hero-side-box.hero-side-box {
    margin-top: 22px !important;
    padding: 16px !important;
    border-radius: 22px !important;
  }

  .hero-gallery__caption {
    max-width: 100% !important;
  }

  #hero-brand-band.logo-band,
  #hero-proof-row .logo-band,
  #hero-proof-row .trusted-logo-marquee {
    height: 104px !important;
    min-height: 104px !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%) !important;
  }

  #hero-brand-band .logo-band__set,
  #hero-proof-row .logo-band__set,
  #hero-proof-row .trusted-logo-marquee__set,
  #hero-brand-band .logo-band__set[aria-hidden="true"],
  #hero-proof-row .logo-band__set[aria-hidden="true"],
  #hero-proof-row .trusted-logo-marquee__set[aria-hidden="true"] {
    gap: clamp(28px, 9vw, 58px) !important;
    padding-right: clamp(28px, 9vw, 58px) !important;
  }

  #hero-brand-band .logo-chip,
  #hero-proof-row .logo-chip {
    min-width: clamp(82px, 30vw, 126px) !important;
    max-width: clamp(92px, 36vw, 140px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-brand-band .logo-band__track,
  #hero-proof-row .logo-band__track,
  #hero-proof-row .trusted-logo-marquee__track {
    animation: none !important;
    transform: none !important;
  }
}



/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v18
   - keep hero slogan in the top hero story;
   - place uTap Applications immediately below the Create Profile CTA;
   - keep legacy feature panel from reserving space;
   - make template opening intentional: double-click/double-tap in JS;
   - remove active-scale jump while arrows center templates smoothly.
   ────────────────────────────────────────────────────────────── */

.hero-copy {
  grid-template-areas:
    "title"
    "description"
    "cta"
    "apps"
    "bottom" !important;
  justify-items: center !important;
}

/* This empty legacy checklist was sitting between the CTA and apps in the DOM
   and could push Applications away from the Create Profile button. */
.hero-copy > .feature-panel,
.feature-panel:has(#hero-feature-list:empty) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.hero-copy > .hero-side-box.hero-side-box--top,
.hero-copy > #hero-side-box.hero-side-box {
  grid-area: apps !important;
  width: min(100%, 1320px) !important;
  max-width: min(100%, 1320px) !important;
  margin: clamp(22px, 2.5vw, 34px) auto 0 !important;
  justify-self: center !important;
  align-self: start !important;
}

.hero-copy > .hero-side-box.hero-side-box--top .hero-side-box__items,
.hero-copy > #hero-side-box.hero-side-box .hero-side-box__items {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* Prevent the selected template from visually jumping when one click only
   selects/centers it. Hover can still give a soft premium lift. */
#hero-gallery-viewport .hero-carousel__slide,
#hero-gallery-viewport .hero-carousel__slide.is-active,
#hero-gallery-viewport .hero-carousel__slide.is-active:not(:hover):not(:focus-visible):not(:focus-within) {
  transform: translate3d(0, 0, 0) scale(1) !important;
}

#hero-gallery-viewport .hero-carousel__slide:hover,
#hero-gallery-viewport .hero-carousel__slide:focus-visible,
#hero-gallery-viewport .hero-carousel__slide:focus-within {
  transform: translate3d(0, -3px, 0) scale(1.01) !important;
}

#hero-gallery-viewport .hero-carousel__track {
  transition-timing-function: cubic-bezier(.22,.61,.36,1) !important;
}

#hero-gallery-viewport .hero-carousel__nav {
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 140 !important;
}

#hero-gallery-viewport .hero-carousel__nav:hover,
#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  transform: translateY(-50%) scale(1.045) !important;
}

@media (max-width: 980px) {
  .hero-copy > .hero-side-box.hero-side-box--top .hero-side-box__items,
  .hero-copy > #hero-side-box.hero-side-box .hero-side-box__items {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 560px) {
  .hero-copy > .hero-side-box.hero-side-box--top,
  .hero-copy > #hero-side-box.hero-side-box {
    margin-top: 18px !important;
  }
}


/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v19
   - keep Create Profile CTA and uTap Applications as separate editable blocks;
   - Applications is its own section below the CTA, not merged into hero-actions;
   - keep the restored hero title flow, double-click template viewing, and carousel centering.
   ────────────────────────────────────────────────────────────── */

.hero-stage {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "copy"
    "apps"
    "bottom" !important;
  justify-items: center !important;
  align-items: start !important;
}

.hero-copy {
  grid-area: copy !important;
  width: 100% !important;
  max-width: var(--utap-v19-wide, min(1500px, calc(100vw - 48px))) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "title"
    "description"
    "cta" !important;
  justify-items: center !important;
  align-items: start !important;
  gap: 0 !important;
  text-align: center !important;
}

.hero-copy > .hero-actions {
  grid-area: cta !important;
  position: relative !important;
  z-index: 3 !important;
  width: auto !important;
  max-width: 100% !important;
  margin: var(--landing-hero-cta-gap) auto 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Keep the app block independent from the CTA so it can be moved/edited without
   touching the Create Profile button. */
.hero-apps-section {
  grid-area: apps !important;
  width: min(100%, 1320px) !important;
  max-width: min(100%, 1320px) !important;
  min-width: 0 !important;
  margin: clamp(22px, 2.5vw, 36px) auto 0 !important;
  padding: 0 !important;
  display: block !important;
  justify-self: center !important;
  align-self: start !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero-apps-section > .hero-side-box.hero-side-box--top,
.hero-apps-section > #hero-side-box.hero-side-box {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: clamp(18px, 2.1vw, 32px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(14px, 1.6vw, 24px) !important;
  justify-self: stretch !important;
  align-self: start !important;
  border-radius: clamp(22px, 2vw, 34px) !important;
  background: rgba(255,255,255,.74) !important;
  border: 1px solid rgba(188,183,219,.34) !important;
  box-shadow: 0 22px 60px rgba(108, 95, 165, .10) !important;
  text-align: left !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  transform: none !important;
}

.hero-apps-section > .hero-side-box.hero-side-box--top[hidden],
.hero-apps-section > #hero-side-box.hero-side-box[hidden],
.hero-apps-section > .hero-side-box.hero-side-box--top[data-utap-public-hidden="1"],
.hero-apps-section > #hero-side-box.hero-side-box[data-utap-public-hidden="1"] {
  display: none !important;
}

.hero-apps-section > .hero-side-box.hero-side-box--top .hero-side-box__head,
.hero-apps-section > #hero-side-box.hero-side-box .hero-side-box__head {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
  justify-self: stretch !important;
}

.hero-apps-section > .hero-side-box.hero-side-box--top .hero-side-box__items,
.hero-apps-section > #hero-side-box.hero-side-box .hero-side-box__items {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.5vw, 22px) !important;
  align-items: stretch !important;
}

.hero-apps-section > .hero-side-box.hero-side-box--top .hero-side-card,
.hero-apps-section > #hero-side-box.hero-side-box .hero-side-card {
  min-width: 0 !important;
  max-width: 100% !important;
}

.hero-bottom {
  grid-area: bottom !important;
  width: var(--utap-v19-template, min(1320px, calc(100vw - 48px))) !important;
  max-width: var(--utap-v19-template, min(1320px, calc(100vw - 48px))) !important;
  margin: clamp(42px, 4.8vw, 78px) auto 0 !important;
}

@media (max-width: 980px) {
  .hero-apps-section {
    width: min(100%, 860px) !important;
    max-width: min(100%, 860px) !important;
    margin-top: clamp(20px, 4vw, 32px) !important;
  }

  .hero-apps-section > .hero-side-box.hero-side-box--top,
  .hero-apps-section > #hero-side-box.hero-side-box {
    padding: clamp(16px, 4vw, 26px) !important;
  }

  .hero-apps-section > .hero-side-box.hero-side-box--top .hero-side-box__items,
  .hero-apps-section > #hero-side-box.hero-side-box .hero-side-box__items {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 560px) {
  .hero-apps-section,
  .hero-bottom {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }

  .hero-apps-section {
    margin-top: 18px !important;
  }

  .hero-apps-section > .hero-side-box.hero-side-box--top,
  .hero-apps-section > #hero-side-box.hero-side-box {
    padding: 16px !important;
    border-radius: 22px !important;
  }
}

/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v20
   - keep every major hero/lower-home section as its own editable box;
   - Applications, Original Theme, Hero Templates, and Trusted Brand Chips
     are visually separate cards/sections, not merged into one container;
   - preserve v18/v19 template double-click viewer and arrow centering logic.
   ────────────────────────────────────────────────────────────── */

:root {
  --utap-v20-section-width: min(1320px, calc(100vw - 48px));
  --utap-v20-original-width: min(980px, 100%);
  --utap-v20-card-radius: clamp(22px, 2vw, 34px);
  --utap-v20-card-border: 1px solid rgba(188, 183, 219, .38);
  --utap-v20-card-bg: rgba(255, 255, 255, .74);
  --utap-v20-card-shadow: 0 22px 60px rgba(72, 61, 126, .09);
}

/* Shared box primitive: each section can now be moved or edited separately. */
.hero-edit-box,
.hero-apps-box,
.hero-original-theme-box,
.hero-template-carousel-box,
.hero-brand-chip-box {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

.hero-stage {
  grid-template-areas:
    "copy"
    "apps"
    "bottom" !important;
}

.hero-apps-section.hero-apps-box {
  grid-area: apps !important;
  width: var(--utap-v20-section-width) !important;
  max-width: var(--utap-v20-section-width) !important;
  margin: clamp(22px, 2.4vw, 34px) auto 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* The app content is one independent card; it is below the CTA but not inside it. */
.hero-apps-section.hero-apps-box > .hero-side-box,
.hero-apps-section.hero-apps-box > #hero-side-box {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(18px, 2vw, 30px) !important;
  border-radius: var(--utap-v20-card-radius) !important;
  border: var(--utap-v20-card-border) !important;
  background: var(--utap-v20-card-bg) !important;
  box-shadow: var(--utap-v20-card-shadow) !important;
  overflow: hidden !important;
}

.hero-bottom {
  width: var(--utap-v20-section-width) !important;
  max-width: var(--utap-v20-section-width) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: clamp(28px, 3vw, 52px) !important;
  margin: clamp(42px, 4.5vw, 72px) auto 0 !important;
  overflow: visible !important;
}

.hero-bottom > .hero-media-row.hero-media-row--original-first,
.hero-bottom > .hero-media-row {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: clamp(28px, 3vw, 52px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* Box 1: Original Theme. Keep the preview centered inside its own card. */
.hero-original-theme-box,
.hero-media-row .hero-original-theme-box,
.hero-media-row.hero-media-row--original-first .hero-original-theme-box {
  width: var(--utap-v20-original-width) !important;
  max-width: var(--utap-v20-original-width) !important;
  margin: 0 auto !important;
  padding: clamp(16px, 2vw, 28px) !important;
  border-radius: var(--utap-v20-card-radius) !important;
  border: var(--utap-v20-card-border) !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: var(--utap-v20-card-shadow) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(12px, 1.5vw, 20px) !important;
  justify-items: center !important;
  overflow: hidden !important;
}

.hero-original-theme-box .hero-image-panel__viewport {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  place-items: center !important;
  justify-items: center !important;
  align-items: center !important;
  margin: 0 auto !important;
}

.hero-original-theme-box .hero-image-panel__zoom,
.hero-original-theme-box .hero-image-panel__zoom > img,
.hero-original-theme-box .hero-image-panel__media {
  margin-inline: auto !important;
  justify-self: center !important;
  align-self: center !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Box 2: Hero Template carousel. It is a separate card from Original Theme. */
.hero-template-carousel-box,
.hero-media-row .hero-template-carousel-box,
.hero-media-row.hero-media-row--original-first .hero-template-carousel-box {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: clamp(16px, 2vw, 28px) 0 clamp(16px, 2vw, 28px) !important;
  border-radius: var(--utap-v20-card-radius) !important;
  border: var(--utap-v20-card-border) !important;
  background: rgba(255, 255, 255, .46) !important;
  box-shadow: var(--utap-v20-card-shadow) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(16px, 1.8vw, 26px) !important;
  overflow: hidden !important;
}

.hero-template-carousel-box .hero-gallery__caption {
  order: -1 !important;
  width: min(980px, calc(100% - 32px)) !important;
  max-width: min(980px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.hero-template-carousel-box #hero-gallery-viewport,
.hero-template-carousel-box .hero-gallery__viewport {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

/* Box 3: Trusted Brand Chips. Keep the marquee in its own box with its own glow. */
.hero-bottom > #hero-proof-row.hero-proof-row,
#hero-proof-row.hero-proof-row {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  overflow: visible !important;
}

.hero-brand-chip-box,
#hero-proof-row .hero-brand-chip-box,
#hero-proof-row .trusted-section.hero-brand-chip-box {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(16px, 1.8vw, 26px) !important;
  border-radius: var(--utap-v20-card-radius) !important;
  border: var(--utap-v20-card-border) !important;
  background: rgba(255, 255, 255, .42) !important;
  box-shadow: var(--utap-v20-card-shadow) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(14px, 1.6vw, 22px) !important;
  overflow: hidden !important;
}

.hero-brand-chip-box #hero-brand-band,
#hero-proof-row .hero-brand-chip-box .logo-band,
#hero-proof-row .hero-brand-chip-box .trusted-logo-marquee {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: clamp(18px, 1.6vw, 28px) !important;
  overflow: hidden !important;
}

@media (max-width: 980px) {
  :root {
    --utap-v20-section-width: min(860px, calc(100vw - 28px));
  }

  .hero-bottom {
    gap: clamp(24px, 5vw, 42px) !important;
  }

  .hero-template-carousel-box,
  .hero-brand-chip-box,
  .hero-apps-section.hero-apps-box > .hero-side-box,
  .hero-apps-section.hero-apps-box > #hero-side-box {
    border-radius: 26px !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-v20-section-width: calc(100vw - 20px);
  }

  .hero-apps-section.hero-apps-box,
  .hero-bottom {
    width: var(--utap-v20-section-width) !important;
    max-width: var(--utap-v20-section-width) !important;
  }

  .hero-original-theme-box,
  .hero-template-carousel-box,
  .hero-brand-chip-box,
  .hero-apps-section.hero-apps-box > .hero-side-box,
  .hero-apps-section.hero-apps-box > #hero-side-box {
    padding: 14px !important;
    border-radius: 22px !important;
  }

  .hero-template-carousel-box .hero-gallery__caption {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v21
   - flatten Trusted Brand Chips and Hero Template carousel sections;
   - keep them as independently editable sections, but remove visible card boxes;
   - stretch the moving bands safely toward the browser edges;
   - do not touch JS/functionality.
   ────────────────────────────────────────────────────────────── */

:root {
  --utap-v21-page-gutter: clamp(10px, 1.6vw, 28px);
  --utap-v21-edge-width: calc(100vw - (var(--utap-v21-page-gutter) * 2));
  --utap-v21-flat-band-radius: clamp(14px, 1.4vw, 24px);
}

/* Keep separate editable boxes, but make these two sections visually flat. */
.hero-template-carousel-box,
.hero-media-row .hero-template-carousel-box,
.hero-media-row.hero-media-row--original-first .hero-template-carousel-box,
.hero-brand-chip-box,
#hero-proof-row .hero-brand-chip-box,
#hero-proof-row .trusted-section.hero-brand-chip-box {
  width: var(--utap-v21-edge-width) !important;
  max-width: var(--utap-v21-edge-width) !important;
  margin-left: calc(50% - 50vw + var(--utap-v21-page-gutter)) !important;
  margin-right: calc(50% - 50vw + var(--utap-v21-page-gutter)) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible !important;
}

/* Template caption: normal readable text, not bold/card-like. */
.hero-template-carousel-box .hero-gallery__caption,
.hero-template-carousel-box .hero-gallery__caption p,
.hero-template-carousel-box .hero-gallery__caption strong,
.hero-template-carousel-box .hero-gallery__caption b,
.hero-template-carousel-box .hero-gallery__caption .section-lead,
.hero-template-carousel-box .hero-gallery__caption .hero-gallery__caption-text {
  font-weight: 400 !important;
  letter-spacing: normal !important;
  color: rgba(33, 36, 68, .78) !important;
}

.hero-template-carousel-box .hero-gallery__caption {
  width: min(1040px, calc(100% - 32px)) !important;
  max-width: min(1040px, calc(100% - 32px)) !important;
  margin: 0 auto clamp(12px, 1.4vw, 20px) !important;
  text-align: center !important;
  line-height: 1.55 !important;
}

/* Hero template carousel: flat band, no visible card border/background. */
.hero-template-carousel-box #hero-gallery-viewport,
.hero-template-carousel-box .hero-gallery__viewport,
.hero-template-carousel-box .hero-gallery,
.hero-template-carousel-box .hero-carousel,
.hero-template-carousel-box .hero-carousel__mask {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.hero-template-carousel-box .hero-carousel {
  padding-inline: clamp(18px, 3vw, 56px) !important;
}

/* Trusted brand chips: flatten the container and make only the soft glow band visible. */
.hero-brand-chip-box .trusted-heading,
#hero-proof-row .hero-brand-chip-box .trusted-heading,
#hero-proof-row .trusted-section.hero-brand-chip-box .trusted-heading,
#hero-proof-row .hero-brand-chip-box h2,
#hero-proof-row .hero-brand-chip-box h3,
#hero-proof-row .hero-brand-chip-box p:first-child {
  width: min(1040px, calc(100% - 32px)) !important;
  max-width: min(1040px, calc(100% - 32px)) !important;
  margin: 0 auto clamp(14px, 1.5vw, 22px) !important;
}

.hero-brand-chip-box #hero-brand-band,
#hero-proof-row .hero-brand-chip-box .logo-band,
#hero-proof-row .hero-brand-chip-box .trusted-logo-marquee,
#hero-proof-row .trusted-section.hero-brand-chip-box .logo-band,
#hero-proof-row .trusted-section.hero-brand-chip-box .trusted-logo-marquee {
  width: 100% !important;
  max-width: 100% !important;
  min-height: clamp(96px, 9vw, 142px) !important;
  margin: 0 !important;
  padding-block: clamp(14px, 2vw, 26px) !important;
  padding-inline: clamp(16px, 3vw, 58px) !important;
  border: 0 !important;
  border-radius: var(--utap-v21-flat-band-radius) !important;
  background:
    radial-gradient(circle at 10% 50%, rgba(137, 110, 255, .18), transparent 34%),
    radial-gradient(circle at 92% 48%, rgba(18, 205, 211, .22), transparent 36%),
    linear-gradient(90deg, rgba(247, 244, 255, .72), rgba(255, 255, 255, .48) 45%, rgba(228, 251, 252, .72)) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Prevent old card rules from leaving a tall empty box around the brand band. */
.hero-bottom > #hero-proof-row.hero-proof-row,
#hero-proof-row.hero-proof-row {
  width: var(--utap-v21-edge-width) !important;
  max-width: var(--utap-v21-edge-width) !important;
  margin-left: calc(50% - 50vw + var(--utap-v21-page-gutter)) !important;
  margin-right: calc(50% - 50vw + var(--utap-v21-page-gutter)) !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Keep Original Theme and Applications as separate card boxes. Only flatten template/brand sections. */
.hero-original-theme-box,
.hero-apps-section.hero-apps-box > .hero-side-box,
.hero-apps-section.hero-apps-box > #hero-side-box {
  border: var(--utap-v20-card-border) !important;
  background: var(--utap-v20-card-bg) !important;
  box-shadow: var(--utap-v20-card-shadow) !important;
}

@media (max-width: 980px) {
  :root {
    --utap-v21-page-gutter: clamp(8px, 2.2vw, 18px);
  }

  .hero-template-carousel-box .hero-carousel {
    padding-inline: clamp(10px, 2.8vw, 28px) !important;
  }

  .hero-brand-chip-box #hero-brand-band,
  #hero-proof-row .hero-brand-chip-box .logo-band,
  #hero-proof-row .hero-brand-chip-box .trusted-logo-marquee,
  #hero-proof-row .trusted-section.hero-brand-chip-box .logo-band,
  #hero-proof-row .trusted-section.hero-brand-chip-box .trusted-logo-marquee {
    min-height: clamp(82px, 14vw, 116px) !important;
    padding-inline: clamp(12px, 3vw, 28px) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-v21-page-gutter: 8px;
  }

  .hero-template-carousel-box .hero-gallery__caption,
  .hero-brand-chip-box .trusted-heading,
  #hero-proof-row .hero-brand-chip-box .trusted-heading,
  #hero-proof-row .trusted-section.hero-brand-chip-box .trusted-heading,
  #hero-proof-row .hero-brand-chip-box h2,
  #hero-proof-row .hero-brand-chip-box h3,
  #hero-proof-row .hero-brand-chip-box p:first-child {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }

  .hero-template-carousel-box .hero-carousel {
    padding-inline: 8px !important;
  }

  .hero-brand-chip-box #hero-brand-band,
  #hero-proof-row .hero-brand-chip-box .logo-band,
  #hero-proof-row .hero-brand-chip-box .trusted-logo-marquee,
  #hero-proof-row .trusted-section.hero-brand-chip-box .logo-band,
  #hero-proof-row .trusted-section.hero-brand-chip-box .trusted-logo-marquee {
    min-height: 78px !important;
    padding-block: 10px !important;
    border-radius: 16px !important;
  }
}

/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v22
   - correct v21 double-breakout that made the Trusted brand band drift left;
   - keep Trusted Brand Chips and Hero Template carousel visually flat;
   - make Applications card softer/faded;
   - move the "Customized branded themes..." caption lower and normal weight;
   - CSS/layout only: no carousel/viewer JS behavior is changed.
   ────────────────────────────────────────────────────────────── */

:root {
  --utap-v22-gutter: clamp(8px, 1.2vw, 22px);
  --utap-v22-flat-width: calc(100vw - (var(--utap-v22-gutter) * 2));
  --utap-v22-band-radius: clamp(12px, 1.2vw, 20px);
}

/* The outer section owns the full-bleed/edge-to-edge width once.
   Children must NOT repeat the breakout, otherwise the band shifts left. */
.hero-bottom > #hero-proof-row.hero-proof-row,
#hero-proof-row.hero-proof-row,
.hero-template-carousel-box,
.hero-media-row .hero-template-carousel-box,
.hero-media-row.hero-media-row--original-first .hero-template-carousel-box {
  position: relative !important;
  left: 50% !important;
  right: auto !important;
  width: var(--utap-v22-flat-width) !important;
  max-width: var(--utap-v22-flat-width) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translateX(-50%) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible !important;
}

/* Reset inner brand box so it stays centered inside the one true full-width row. */
.hero-brand-chip-box,
#hero-proof-row .hero-brand-chip-box,
#hero-proof-row .trusted-section.hero-brand-chip-box {
  position: static !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible !important;
}

/* Trusted heading: keep it aligned to the flat band, but do not create a card. */
.hero-brand-chip-box .trusted-heading,
#hero-proof-row .hero-brand-chip-box .trusted-heading,
#hero-proof-row .trusted-section.hero-brand-chip-box .trusted-heading,
#hero-proof-row .hero-brand-chip-box h2,
#hero-proof-row .hero-brand-chip-box h3,
#hero-proof-row .hero-brand-chip-box p:first-child {
  width: min(1280px, calc(100% - clamp(28px, 5vw, 92px))) !important;
  max-width: min(1280px, calc(100% - clamp(28px, 5vw, 92px))) !important;
  margin: 0 auto clamp(12px, 1.1vw, 18px) !important;
  padding: 0 !important;
  text-align: left !important;
}

/* Trusted band: flatter, lower height, centered, no visible outer box. */
.hero-brand-chip-box #hero-brand-band,
#hero-proof-row .hero-brand-chip-box .logo-band,
#hero-proof-row .hero-brand-chip-box .trusted-logo-marquee,
#hero-proof-row .trusted-section.hero-brand-chip-box .logo-band,
#hero-proof-row .trusted-section.hero-brand-chip-box .trusted-logo-marquee {
  position: relative !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: clamp(72px, 6.8vw, 104px) !important;
  margin: 0 auto !important;
  padding-block: clamp(8px, 1.1vw, 16px) !important;
  padding-inline: clamp(18px, 4vw, 72px) !important;
  border: 0 !important;
  border-radius: var(--utap-v22-band-radius) !important;
  background:
    radial-gradient(circle at 12% 50%, rgba(137, 110, 255, .15), transparent 32%),
    radial-gradient(circle at 88% 50%, rgba(18, 205, 211, .18), transparent 34%),
    linear-gradient(90deg, rgba(247, 244, 255, .60), rgba(255, 255, 255, .34) 46%, rgba(228, 251, 252, .58)) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Keep the logo row vertically compact inside the flatter band. */
#hero-proof-row .logo-track,
#hero-proof-row .trusted-logo-track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  min-height: 0 !important;
  align-items: center !important;
}

#hero-proof-row .logo-chip,
#hero-proof-row .trusted-logo-chip,
#hero-proof-row .logo-band__item,
#hero-proof-row .trusted-logo-marquee__item {
  margin-block: 0 !important;
}

/* Hero template carousel: flat and edge-to-edge, but no card outline. */
.hero-template-carousel-box #hero-gallery-viewport,
.hero-template-carousel-box .hero-gallery__viewport,
.hero-template-carousel-box .hero-gallery,
.hero-template-carousel-box .hero-carousel,
.hero-template-carousel-box .hero-carousel__mask {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.hero-template-carousel-box .hero-carousel {
  padding-inline: clamp(16px, 3.4vw, 70px) !important;
}

/* Bring the customized-themes wording lower, closer to its templates,
   and make it normal/prudent rather than bold. */
.hero-template-carousel-box .hero-gallery__caption {
  width: min(1080px, calc(100% - clamp(28px, 5vw, 92px))) !important;
  max-width: min(1080px, calc(100% - clamp(28px, 5vw, 92px))) !important;
  margin: clamp(34px, 5.2vw, 86px) auto clamp(18px, 2vw, 32px) !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1.55 !important;
}

.hero-template-carousel-box .hero-gallery__caption,
.hero-template-carousel-box .hero-gallery__caption *,
.hero-template-carousel-box .hero-gallery__caption p,
.hero-template-carousel-box .hero-gallery__caption strong,
.hero-template-carousel-box .hero-gallery__caption b,
.hero-template-carousel-box .hero-gallery__caption .section-lead,
.hero-template-carousel-box .hero-gallery__caption .hero-gallery__caption-text {
  font-weight: 400 !important;
  letter-spacing: normal !important;
  color: rgba(33, 36, 68, .74) !important;
}

/* Applications card: keep it a separate editable box, but make the box more faded. */
.hero-apps-section.hero-apps-box > .hero-side-box,
.hero-apps-section.hero-apps-box > #hero-side-box {
  background: rgba(255, 255, 255, .46) !important;
  border-color: rgba(202, 210, 238, .46) !important;
  box-shadow: 0 18px 54px rgba(43, 38, 96, .07) !important;
  backdrop-filter: blur(10px) saturate(1.02) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.02) !important;
}

.hero-apps-section.hero-apps-box .hero-side-card,
.hero-apps-section.hero-apps-box .hero-app-card,
.hero-apps-section.hero-apps-box .hero-side-box__card {
  background: rgba(255, 255, 255, .58) !important;
  border-color: rgba(202, 210, 238, .48) !important;
  box-shadow: 0 10px 26px rgba(43, 38, 96, .045) !important;
}

/* Tablet/mobile keeps the same canonical centered full-width logic. */
@media (max-width: 980px) {
  :root {
    --utap-v22-gutter: clamp(8px, 2vw, 16px);
  }

  .hero-brand-chip-box #hero-brand-band,
  #hero-proof-row .hero-brand-chip-box .logo-band,
  #hero-proof-row .hero-brand-chip-box .trusted-logo-marquee,
  #hero-proof-row .trusted-section.hero-brand-chip-box .logo-band,
  #hero-proof-row .trusted-section.hero-brand-chip-box .trusted-logo-marquee {
    min-height: clamp(66px, 10vw, 92px) !important;
    padding-inline: clamp(14px, 3vw, 36px) !important;
  }

  .hero-template-carousel-box .hero-gallery__caption {
    margin-top: clamp(28px, 6vw, 64px) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-v22-gutter: 8px;
  }

  .hero-brand-chip-box .trusted-heading,
  #hero-proof-row .hero-brand-chip-box .trusted-heading,
  #hero-proof-row .trusted-section.hero-brand-chip-box .trusted-heading,
  #hero-proof-row .hero-brand-chip-box h2,
  #hero-proof-row .hero-brand-chip-box h3,
  #hero-proof-row .hero-brand-chip-box p:first-child,
  .hero-template-carousel-box .hero-gallery__caption {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }

  .hero-brand-chip-box #hero-brand-band,
  #hero-proof-row .hero-brand-chip-box .logo-band,
  #hero-proof-row .hero-brand-chip-box .trusted-logo-marquee,
  #hero-proof-row .trusted-section.hero-brand-chip-box .logo-band,
  #hero-proof-row .trusted-section.hero-brand-chip-box .trusted-logo-marquee {
    min-height: 64px !important;
    padding-block: 8px !important;
    border-radius: 14px !important;
  }

  .hero-template-carousel-box .hero-carousel {
    padding-inline: 8px !important;
  }

  .hero-template-carousel-box .hero-gallery__caption {
    margin-top: 30px !important;
    margin-bottom: 16px !important;
  }
}


/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v23
   Scope: visual/layout only for the requested sections.
   - Brand chips move slowly to the right with one track animation.
   - Original Theme preview image is enlarged inside its own box.
   - Customized branded-themes caption is placed closer to the template images,
     and the "Customized branded themes" phrase is emphasized.
   ────────────────────────────────────────────────────────────── */

:root {
  --utap-v23-logo-duration: 132s;
  --utap-v23-original-height: clamp(520px, 42vw, 720px);
}

/* Brand chips: the old rules animated the set/track left.
   This final rule makes only the duplicated track move right, slower and smooth. */
@keyframes utapTrustedLogoTrackLoopRightV23 {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

#hero-brand-band .logo-band__set,
#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set,
#hero-proof-row .logo-band__set[aria-hidden="true"],
#hero-proof-row .trusted-logo-marquee__set,
#hero-proof-row .trusted-logo-marquee__set[aria-hidden="true"] {
  animation: none !important;
  transform: none !important;
  will-change: auto !important;
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  animation-name: utapTrustedLogoTrackLoopRightV23 !important;
  animation-duration: var(--utap-v23-logo-duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  animation-direction: normal !important;
  will-change: transform !important;
}

#hero-brand-band.logo-band:hover .logo-band__track,
#hero-brand-band.logo-band:focus-within .logo-band__track,
#hero-proof-row .logo-band:hover .logo-band__track,
#hero-proof-row .logo-band:focus-within .logo-band__track,
#hero-proof-row .trusted-logo-marquee:hover .trusted-logo-marquee__track,
#hero-proof-row .trusted-logo-marquee:focus-within .trusted-logo-marquee__track {
  animation-play-state: paused !important;
}

/* Original Theme: keep it as a separate editable box, but make the preview
   image feel intentional instead of sitting small in a large empty area. */
.hero-original-theme-box,
.hero-media-row.hero-media-row--original-first .hero-original-theme-box {
  width: min(100%, 1080px) !important;
  max-width: min(100%, 1080px) !important;
  margin-inline: auto !important;
  padding: clamp(14px, 1.6vw, 24px) !important;
}

.hero-original-theme-box .hero-image-panel__viewport,
.hero-media-row.hero-media-row--original-first .hero-original-theme-box .hero-image-panel__viewport {
  height: var(--utap-v23-original-height) !important;
  min-height: var(--utap-v23-original-height) !important;
  max-height: var(--utap-v23-original-height) !important;
  width: 100% !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.hero-original-theme-box .hero-image-panel__zoom {
  width: 100% !important;
  height: 100% !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.hero-original-theme-box .hero-image-panel__zoom > img,
.hero-original-theme-box .hero-image-panel__media,
.hero-original-theme-box .hero-image-panel__viewport .hero-image-panel__media {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
}

/* Keep the title/caption close to the original theme card, not floating far away. */
.hero-original-theme-box .hero-image-panel__caption {
  width: min(100%, 980px) !important;
  margin: clamp(12px, 1vw, 16px) auto 0 !important;
  text-align: left !important;
}

/* Template wording: move it nearer to the carousel images below it.
   The phrase itself is emphasized through JS-added span markup. */
.hero-template-carousel-box .hero-gallery__caption {
  width: min(1180px, calc(100% - clamp(28px, 5vw, 96px))) !important;
  max-width: min(1180px, calc(100% - clamp(28px, 5vw, 96px))) !important;
  margin: clamp(52px, 5.6vw, 96px) auto clamp(8px, .8vw, 14px) !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1.45 !important;
}

.hero-template-carousel-box .hero-gallery__copy {
  display: inline !important;
}

.hero-template-carousel-box .hero-gallery__caption,
.hero-template-carousel-box .hero-gallery__caption p,
.hero-template-carousel-box .hero-gallery__caption span,
.hero-template-carousel-box .hero-gallery__caption strong,
.hero-template-carousel-box .hero-gallery__caption b,
.hero-template-carousel-box .hero-gallery__caption .section-lead,
.hero-template-carousel-box .hero-gallery__caption .hero-gallery__caption-text {
  font-weight: 400 !important;
  letter-spacing: normal !important;
  color: rgba(33, 36, 68, .76) !important;
}

.hero-template-carousel-box .hero-gallery-caption-emphasis {
  display: inline !important;
  font-size: clamp(1.15rem, 1.65vw, 1.75rem) !important;
  font-weight: 820 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
  color: rgba(33, 32, 72, .96) !important;
}

.hero-template-carousel-box .hero-gallery-caption-rest {
  display: inline !important;
  font-size: clamp(.95rem, 1.02vw, 1.12rem) !important;
  font-weight: 400 !important;
  color: rgba(66, 72, 102, .78) !important;
}

/* Reduce the whitespace between the caption and the actual template cards. */
.hero-template-carousel-box #hero-gallery-viewport,
.hero-template-carousel-box .hero-gallery__viewport {
  margin-top: 0 !important;
}

.hero-template-carousel-box .hero-carousel {
  padding-top: clamp(0px, .4vw, 8px) !important;
}

/* Responsive tuning keeps the same intent on tablets and phones. */
@media (max-width: 980px) {
  :root {
    --utap-v23-logo-duration: 118s;
    --utap-v23-original-height: clamp(440px, 68vw, 640px);
  }

  .hero-template-carousel-box .hero-gallery__caption {
    margin-top: clamp(38px, 7vw, 70px) !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-v23-logo-duration: 108s;
    --utap-v23-original-height: clamp(380px, 112vw, 560px);
  }

  .hero-original-theme-box,
  .hero-media-row.hero-media-row--original-first .hero-original-theme-box {
    padding: 10px !important;
  }

  .hero-original-theme-box .hero-image-panel__caption {
    text-align: center !important;
  }

  .hero-template-carousel-box .hero-gallery__caption {
    width: calc(100% - 22px) !important;
    max-width: calc(100% - 22px) !important;
    margin-top: 34px !important;
    margin-bottom: 8px !important;
  }

  .hero-template-carousel-box .hero-gallery-caption-emphasis {
    font-size: clamp(1.05rem, 5.4vw, 1.35rem) !important;
  }

  .hero-template-carousel-box .hero-gallery-caption-rest {
    font-size: clamp(.86rem, 3.7vw, .98rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-brand-band .logo-band__track,
  #hero-proof-row .logo-band__track,
  #hero-proof-row .trusted-logo-marquee__track {
    animation: none !important;
    transform: none !important;
  }
}





/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v24
   Scope: final visual correction only.
   - Keep brand chips moving slowly to the right instead of stopping on hover.
   - Make Original Theme and uTap Applications boxes much softer/faded.
   - Make the customized-branded-themes caption use the same typography as
     the Trusted by heading, with no emphasis split.
   ────────────────────────────────────────────────────────────── */

:root {
  --utap-v24-brand-duration: 188s;
  --utap-v24-soft-border: rgba(207, 214, 241, .26);
  --utap-v24-soft-bg: rgba(255, 255, 255, .34);
  --utap-v24-soft-bg-inner: rgba(255, 255, 255, .24);
  --utap-v24-soft-shadow: 0 18px 56px rgba(47, 43, 96, .035);
  --utap-v24-soft-shadow-inner: 0 10px 28px rgba(47, 43, 96, .025);
}

@keyframes utapTrustedLogoTrackLoopRightV24 {
  0% { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

/* Brand chips: restore motion by making the track the only animated element.
   The previous pause-on-hover made the row appear frozen while the cursor was
   over the logo area, so this keeps it running unless reduced-motion is active. */
#hero-brand-band.logo-band,
#hero-proof-row .logo-band,
#hero-proof-row .trusted-logo-marquee {
  overflow: hidden !important;
  isolation: isolate !important;
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: max-content !important;
  min-width: max-content !important;
  transform: translate3d(-50%, 0, 0);
  animation: utapTrustedLogoTrackLoopRightV24 var(--utap-v24-brand-duration) linear infinite !important;
  animation-play-state: running !important;
  will-change: transform !important;
}

#hero-brand-band .logo-band__set,
#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set,
#hero-proof-row .logo-band__set[aria-hidden="true"],
#hero-proof-row .trusted-logo-marquee__set,
#hero-proof-row .trusted-logo-marquee__set[aria-hidden="true"] {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: var(--trusted-logo-gap, clamp(28px, 4vw, 72px)) !important;
  min-width: max-content !important;
  animation: none !important;
  transform: none !important;
}

#hero-brand-band.logo-band:hover .logo-band__track,
#hero-brand-band.logo-band:focus-within .logo-band__track,
#hero-proof-row .logo-band:hover .logo-band__track,
#hero-proof-row .logo-band:focus-within .logo-band__track,
#hero-proof-row .trusted-logo-marquee:hover .trusted-logo-marquee__track,
#hero-proof-row .trusted-logo-marquee:focus-within .trusted-logo-marquee__track {
  animation-play-state: running !important;
}

/* Soften uTap Applications: keep it editable as a box, but make the big card
   and the small app cards fade into the page like the Original Theme treatment. */
.hero-apps-section.hero-apps-box > .hero-side-box,
.hero-apps-section.hero-apps-box > #hero-side-box,
.hero-side-box.hero-apps-box,
#hero-side-box.hero-apps-box,
.hero-apps-section .hero-side-box {
  background: var(--utap-v24-soft-bg) !important;
  border-color: var(--utap-v24-soft-border) !important;
  box-shadow: var(--utap-v24-soft-shadow) !important;
  backdrop-filter: blur(14px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.05) !important;
}

.hero-apps-section.hero-apps-box .hero-side-card,
.hero-apps-section.hero-apps-box .hero-app-card,
.hero-apps-section.hero-apps-box .hero-side-box__card,
.hero-apps-section .hero-side-card,
.hero-apps-section .hero-app-card,
.hero-apps-section .hero-side-box__card {
  background: var(--utap-v24-soft-bg-inner) !important;
  border-color: rgba(207, 214, 241, .24) !important;
  box-shadow: var(--utap-v24-soft-shadow-inner) !important;
}

/* Soften Original Theme card and its internal viewport without changing the image. */
.hero-original-theme-box,
.hero-media-row.hero-media-row--original-first .hero-original-theme-box {
  background: var(--utap-v24-soft-bg) !important;
  border-color: var(--utap-v24-soft-border) !important;
  box-shadow: var(--utap-v24-soft-shadow) !important;
  backdrop-filter: blur(14px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.05) !important;
}

.hero-original-theme-box .hero-image-panel__viewport,
.hero-original-theme-box .hero-image-panel__zoom,
.hero-original-theme-box .hero-image-panel__stage,
.hero-original-theme-box .hero-image-panel__frame {
  background: rgba(255, 255, 255, .20) !important;
  border-color: rgba(207, 214, 241, .20) !important;
  box-shadow: none !important;
}

/* Caption: same typography as the Trusted by heading. No big emphasis, no bold split. */
.hero-template-carousel-box .hero-gallery__caption,
.hero-template-carousel-box .hero-gallery__caption p,
.hero-template-carousel-box .hero-gallery__caption span,
.hero-template-carousel-box .hero-gallery__caption strong,
.hero-template-carousel-box .hero-gallery__caption b,
.hero-template-carousel-box .hero-gallery__caption .section-lead,
.hero-template-carousel-box .hero-gallery__caption .hero-gallery__caption-text,
.hero-template-carousel-box .hero-gallery-caption-emphasis,
.hero-template-carousel-box .hero-gallery-caption-rest {
  font-family: inherit !important;
  font-size: clamp(.92rem, .92vw, 1.02rem) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: .01em !important;
  color: rgba(82, 91, 113, .82) !important;
}

.hero-template-carousel-box .hero-gallery__caption {
  width: min(1180px, calc(100% - clamp(28px, 5vw, 96px))) !important;
  max-width: min(1180px, calc(100% - clamp(28px, 5vw, 96px))) !important;
  margin: clamp(30px, 3.8vw, 62px) auto clamp(14px, 1.1vw, 22px) !important;
  padding: 0 !important;
  text-align: left !important;
}

.hero-template-carousel-box .hero-gallery-caption-emphasis,
.hero-template-carousel-box .hero-gallery-caption-rest {
  display: inline !important;
}

@media (max-width: 980px) {
  :root {
    --utap-v24-brand-duration: 168s;
  }

  .hero-template-carousel-box .hero-gallery__caption {
    margin-top: clamp(24px, 4.8vw, 48px) !important;
    margin-bottom: 14px !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-v24-brand-duration: 148s;
  }

  .hero-template-carousel-box .hero-gallery__caption,
  .hero-template-carousel-box .hero-gallery__caption p,
  .hero-template-carousel-box .hero-gallery__caption span,
  .hero-template-carousel-box .hero-gallery-caption-emphasis,
  .hero-template-carousel-box .hero-gallery-caption-rest {
    font-size: clamp(.86rem, 3.7vw, .98rem) !important;
  }

  .hero-template-carousel-box .hero-gallery__caption {
    width: calc(100% - 22px) !important;
    max-width: calc(100% - 22px) !important;
    margin-top: 24px !important;
    margin-bottom: 12px !important;
    text-align: left !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-brand-band .logo-band__track,
  #hero-proof-row .logo-band__track,
  #hero-proof-row .trusted-logo-marquee__track {
    animation: none !important;
    transform: none !important;
  }
}




/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v25
   Scope: requested visual/UX corrections only.
   - Brand chips keep moving to the right at a visible, smooth, calm speed.
   - Original Theme and uTap Applications boxes are much softer and smaller.
   - Template hover tells visitors to double-click to see the enlarged viewer.
   ────────────────────────────────────────────────────────────── */

:root {
  --utap-v25-brand-duration: 96s;
  --utap-v25-original-height: clamp(390px, 34vw, 560px);
  --utap-v25-soft-border: rgba(207, 214, 241, .12);
  --utap-v25-soft-bg: rgba(255, 255, 255, .18);
  --utap-v25-soft-bg-inner: rgba(255, 255, 255, .16);
  --utap-v25-soft-shadow: 0 10px 30px rgba(47, 43, 96, .012);
}

@keyframes utapTrustedLogoTrackRightV25 {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

/* Brand chips: v24 was too slow to read as movement on a live screen.
   This keeps the requested right direction, but uses a visible calm speed. */
#hero-brand-band.logo-band,
#hero-proof-row .logo-band,
#hero-proof-row .trusted-logo-marquee {
  overflow: hidden !important;
  isolation: isolate !important;
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  min-width: max-content !important;
  transform: translate3d(-50%, 0, 0) !important;
  animation-name: utapTrustedLogoTrackRightV25 !important;
  animation-duration: var(--utap-v25-brand-duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-direction: normal !important;
  animation-fill-mode: both !important;
  animation-play-state: running !important;
  will-change: transform !important;
}

#hero-brand-band .logo-band__set,
#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set,
#hero-proof-row .logo-band__set[aria-hidden="true"],
#hero-proof-row .trusted-logo-marquee__set,
#hero-proof-row .trusted-logo-marquee__set[aria-hidden="true"] {
  animation: none !important;
  transform: none !important;
  display: flex !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: var(--trusted-logo-gap, clamp(28px, 4vw, 72px)) !important;
  min-width: max-content !important;
}

#hero-brand-band.logo-band:hover .logo-band__track,
#hero-brand-band.logo-band:focus-within .logo-band__track,
#hero-proof-row .logo-band:hover .logo-band__track,
#hero-proof-row .logo-band:focus-within .logo-band__track,
#hero-proof-row .trusted-logo-marquee:hover .trusted-logo-marquee__track,
#hero-proof-row .trusted-logo-marquee:focus-within .trusted-logo-marquee__track {
  animation-play-state: running !important;
}

/* uTap Applications: keep the separate editable box, but make it fade into the page. */
.hero-apps-section.hero-apps-box {
  margin-top: clamp(16px, 1.8vw, 28px) !important;
}

.hero-apps-section.hero-apps-box > .hero-side-box,
.hero-apps-section.hero-apps-box > #hero-side-box,
.hero-side-box.hero-apps-box,
#hero-side-box.hero-apps-box,
.hero-apps-section .hero-side-box {
  background: var(--utap-v25-soft-bg) !important;
  border-color: var(--utap-v25-soft-border) !important;
  box-shadow: var(--utap-v25-soft-shadow) !important;
  backdrop-filter: blur(10px) saturate(1.02) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.02) !important;
}

.hero-apps-section.hero-apps-box .hero-side-card,
.hero-apps-section.hero-apps-box .hero-app-card,
.hero-apps-section.hero-apps-box .hero-side-box__card,
.hero-apps-section .hero-side-card,
.hero-apps-section .hero-app-card,
.hero-apps-section .hero-side-box__card {
  background: var(--utap-v25-soft-bg-inner) !important;
  border-color: rgba(207, 214, 241, .12) !important;
  box-shadow: none !important;
}

/* Original Theme: smaller vertical footprint and softer boxes, without changing behavior. */
.hero-original-theme-box,
.hero-media-row.hero-media-row--original-first .hero-original-theme-box {
  width: min(100%, 980px) !important;
  max-width: min(100%, 980px) !important;
  padding: clamp(10px, 1.2vw, 18px) !important;
  background: var(--utap-v25-soft-bg) !important;
  border-color: var(--utap-v25-soft-border) !important;
  box-shadow: var(--utap-v25-soft-shadow) !important;
}

.hero-original-theme-box .hero-image-panel__viewport,
.hero-media-row.hero-media-row--original-first .hero-original-theme-box .hero-image-panel__viewport {
  height: var(--utap-v25-original-height) !important;
  min-height: var(--utap-v25-original-height) !important;
  max-height: var(--utap-v25-original-height) !important;
  background: rgba(255, 255, 255, .10) !important;
  border-color: rgba(207, 214, 241, .11) !important;
  box-shadow: none !important;
}

.hero-original-theme-box .hero-image-panel__zoom,
.hero-original-theme-box .hero-image-panel__stage,
.hero-original-theme-box .hero-image-panel__frame {
  background: transparent !important;
  border-color: rgba(207, 214, 241, .10) !important;
  box-shadow: none !important;
}

.hero-original-theme-box .hero-image-panel__caption {
  margin-top: clamp(10px, .85vw, 14px) !important;
}

/* Customized themes caption: match the Trusted by heading font treatment. */
.hero-template-carousel-box .hero-gallery__caption,
.hero-template-carousel-box .hero-gallery__caption p,
.hero-template-carousel-box .hero-gallery__caption span,
.hero-template-carousel-box .hero-gallery__caption strong,
.hero-template-carousel-box .hero-gallery__caption b,
.hero-template-carousel-box .hero-gallery-caption-emphasis,
.hero-template-carousel-box .hero-gallery-caption-rest {
  font-family: inherit !important;
  font-size: clamp(.92rem, .92vw, 1.02rem) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: .01em !important;
  color: rgba(82, 91, 113, .82) !important;
}

.hero-template-carousel-box .hero-gallery__caption {
  margin: clamp(24px, 3vw, 46px) auto clamp(12px, 1vw, 18px) !important;
  text-align: left !important;
}

/* Hover helper for the template carousel. Browser title text is also set in JS,
   while this visual pill confirms the double-click behavior. */
#hero-gallery-viewport .hero-carousel__slide {
  cursor: zoom-in !important;
}

#hero-gallery-viewport .hero-carousel__slide::after {
  content: "Double-click to see" !important;
  bottom: 14px !important;
  background: rgba(37, 35, 79, .78) !important;
  box-shadow: 0 12px 26px rgba(37, 35, 79, .14) !important;
}

@media (max-width: 980px) {
  :root {
    --utap-v25-brand-duration: 86s;
    --utap-v25-original-height: clamp(350px, 58vw, 500px);
  }

  .hero-original-theme-box,
  .hero-media-row.hero-media-row--original-first .hero-original-theme-box {
    width: min(100%, 900px) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --utap-v25-brand-duration: 76s;
    --utap-v25-original-height: clamp(300px, 92vw, 430px);
  }

  .hero-original-theme-box,
  .hero-media-row.hero-media-row--original-first .hero-original-theme-box {
    padding: 8px !important;
  }

  .hero-template-carousel-box .hero-gallery__caption {
    margin-top: 18px !important;
    margin-bottom: 10px !important;
    text-align: left !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-brand-band .logo-band__track,
  #hero-proof-row .logo-band__track,
  #hero-proof-row .trusted-logo-marquee__track {
    animation: none !important;
    transform: none !important;
  }
}






/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v26
   Scope: original theme layout + balanced section visibility only.
   - Keep Original Theme image size, but use the empty space by placing copy
     beside the image on desktop/laptop.
   - Restore a visible premium card treatment for Original Theme and uTap Apps
     so the sections no longer feel invisible or empty.
   - Stack cleanly on tablet/mobile.
   ────────────────────────────────────────────────────────────── */

:root {
  --utap-v26-panel-bg: rgba(255, 255, 255, .70);
  --utap-v26-panel-border: rgba(199, 205, 236, .42);
  --utap-v26-panel-shadow: 0 22px 68px rgba(48, 43, 96, .065);
  --utap-v26-inner-bg: rgba(255, 255, 255, .58);
  --utap-v26-inner-border: rgba(199, 205, 236, .34);
  --utap-v26-inner-shadow: 0 12px 34px rgba(48, 43, 96, .045);
}

/* uTap Applications: bring back enough visible structure without making the
   box heavy. This stays separate from the CTA and remains easy to edit. */
.hero-apps-section.hero-apps-box > .hero-side-box,
.hero-apps-section.hero-apps-box > #hero-side-box,
.hero-side-box.hero-apps-box,
#hero-side-box.hero-apps-box,
.hero-apps-section .hero-side-box {
  background: var(--utap-v26-panel-bg) !important;
  border: 1px solid var(--utap-v26-panel-border) !important;
  box-shadow: var(--utap-v26-panel-shadow) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
}

.hero-apps-section.hero-apps-box .hero-side-card,
.hero-apps-section.hero-apps-box .hero-app-card,
.hero-apps-section.hero-apps-box .hero-side-box__card,
.hero-apps-section .hero-side-card,
.hero-apps-section .hero-app-card,
.hero-apps-section .hero-side-box__card {
  background: var(--utap-v26-inner-bg) !important;
  border: 1px solid var(--utap-v26-inner-border) !important;
  box-shadow: var(--utap-v26-inner-shadow) !important;
}

/* Original Theme: use a two-column desktop layout so the text sits on the
   right side of the preview instead of floating underneath a large empty box. */
.hero-original-theme-box,
.hero-media-row.hero-media-row--original-first .hero-original-theme-box {
  width: min(100%, 1180px) !important;
  max-width: min(100%, 1180px) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: minmax(420px, 1fr) minmax(260px, 360px) !important;
  align-items: center !important;
  gap: clamp(22px, 3vw, 52px) !important;
  padding: clamp(18px, 2.2vw, 34px) !important;
  background: var(--utap-v26-panel-bg) !important;
  border: 1px solid var(--utap-v26-panel-border) !important;
  box-shadow: var(--utap-v26-panel-shadow) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
}

.hero-original-theme-box .hero-image-panel__viewport,
.hero-media-row.hero-media-row--original-first .hero-original-theme-box .hero-image-panel__viewport {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: clamp(430px, 38vw, 620px) !important;
  min-height: clamp(430px, 38vw, 620px) !important;
  max-height: clamp(430px, 38vw, 620px) !important;
  background: var(--utap-v26-inner-bg) !important;
  border: 1px solid var(--utap-v26-inner-border) !important;
  box-shadow: var(--utap-v26-inner-shadow) !important;
}

.hero-original-theme-box .hero-image-panel__zoom,
.hero-original-theme-box .hero-image-panel__stage,
.hero-original-theme-box .hero-image-panel__frame {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.hero-original-theme-box .hero-image-panel__zoom > img,
.hero-original-theme-box .hero-image-panel__media,
.hero-original-theme-box .hero-image-panel__viewport .hero-image-panel__media {
  object-fit: contain !important;
  object-position: center center !important;
}

.hero-original-theme-box .hero-image-panel__caption {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(18px, 2vw, 30px) !important;
  text-align: left !important;
  align-self: center !important;
  justify-self: stretch !important;
  border-radius: clamp(20px, 2vw, 30px) !important;
  background: rgba(255, 255, 255, .46) !important;
  border: 1px solid rgba(199, 205, 236, .26) !important;
  box-shadow: 0 12px 32px rgba(48, 43, 96, .035) !important;
}

.hero-original-theme-box .hero-image-panel__caption strong {
  display: block !important;
  margin: 0 0 .55rem !important;
  color: rgba(31, 29, 72, .94) !important;
  font-size: clamp(1.05rem, 1.15vw, 1.34rem) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: -.015em !important;
}

.hero-original-theme-box .hero-image-panel__caption span {
  display: block !important;
  color: rgba(73, 84, 116, .86) !important;
  font-size: clamp(.92rem, .96vw, 1.02rem) !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
}

@media (max-width: 980px) {
  .hero-original-theme-box,
  .hero-media-row.hero-media-row--original-first .hero-original-theme-box {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100%, 900px) !important;
    gap: clamp(14px, 3vw, 24px) !important;
    padding: clamp(14px, 2.4vw, 24px) !important;
  }

  .hero-original-theme-box .hero-image-panel__viewport,
  .hero-media-row.hero-media-row--original-first .hero-original-theme-box .hero-image-panel__viewport {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: clamp(360px, 62vw, 540px) !important;
    min-height: clamp(360px, 62vw, 540px) !important;
    max-height: clamp(360px, 62vw, 540px) !important;
  }

  .hero-original-theme-box .hero-image-panel__caption {
    grid-column: 1 !important;
    grid-row: 2 !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: min(100%, 720px) !important;
  }
}

@media (max-width: 560px) {
  .hero-original-theme-box,
  .hero-media-row.hero-media-row--original-first .hero-original-theme-box {
    width: calc(100% - 18px) !important;
    padding: 10px !important;
    border-radius: 26px !important;
  }

  .hero-original-theme-box .hero-image-panel__viewport,
  .hero-media-row.hero-media-row--original-first .hero-original-theme-box .hero-image-panel__viewport {
    height: clamp(300px, 95vw, 450px) !important;
    min-height: clamp(300px, 95vw, 450px) !important;
    max-height: clamp(300px, 95vw, 450px) !important;
  }

  .hero-original-theme-box .hero-image-panel__caption {
    padding: 16px !important;
    border-radius: 22px !important;
  }
}

/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v27
   Scope: revert Trusted brand chips motion back to the LEFT.
   Keep the same slow, smooth continuous marquee behavior.
   ────────────────────────────────────────────────────────────── */

:root {
  --utap-v27-brand-duration: 188s;
}

@keyframes utapTrustedLogoTrackLoopLeftV27 {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  transform: translate3d(0, 0, 0) !important;
  animation: utapTrustedLogoTrackLoopLeftV27 var(--utap-v27-brand-duration) linear infinite !important;
  animation-play-state: running !important;
}

#hero-brand-band.logo-band:hover .logo-band__track,
#hero-brand-band.logo-band:focus-within .logo-band__track,
#hero-proof-row .logo-band:hover .logo-band__track,
#hero-proof-row .logo-band:focus-within .logo-band__track,
#hero-proof-row .trusted-logo-marquee:hover .trusted-logo-marquee__track,
#hero-proof-row .trusted-logo-marquee:focus-within .trusted-logo-marquee__track {
  animation-play-state: running !important;
}



/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v28
   Scope: unlock Trusted brand chips movement.
   Root cause: older final overrides locked transform with !important, which
   prevents transform keyframes from visibly moving the row. This animation uses
   the individual translate property instead, so the chips move left smoothly
   without touching any carousel/viewer behavior.
   ────────────────────────────────────────────────────────────── */

:root {
  --utap-v28-brand-duration: 84s;
}

@keyframes utapTrustedLogoTranslateLeftV28 {
  from { translate: 0 0; }
  to { translate: -50% 0; }
}

#hero-brand-band.logo-band,
#hero-proof-row .logo-band,
#hero-proof-row .trusted-logo-marquee {
  overflow: hidden !important;
  isolation: isolate !important;
}

#hero-brand-band .logo-band__track,
#hero-proof-row .logo-band__track,
#hero-proof-row .trusted-logo-marquee__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  min-width: max-content !important;
  transform: translate3d(0, 0, 0) !important;
  translate: 0 0;
  animation-name: utapTrustedLogoTranslateLeftV28 !important;
  animation-duration: var(--utap-v28-brand-duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-direction: normal !important;
  animation-fill-mode: none !important;
  animation-play-state: running !important;
  will-change: translate !important;
}

#hero-brand-band .logo-band__set,
#hero-brand-band .logo-band__set[aria-hidden="true"],
#hero-proof-row .logo-band__set,
#hero-proof-row .logo-band__set[aria-hidden="true"],
#hero-proof-row .trusted-logo-marquee__set,
#hero-proof-row .trusted-logo-marquee__set[aria-hidden="true"] {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: max-content !important;
  animation: none !important;
  transform: none !important;
  translate: 0 0 !important;
}

#hero-brand-band.logo-band:hover .logo-band__track,
#hero-brand-band.logo-band:focus-within .logo-band__track,
#hero-proof-row .logo-band:hover .logo-band__track,
#hero-proof-row .logo-band:focus-within .logo-band__track,
#hero-proof-row .trusted-logo-marquee:hover .trusted-logo-marquee__track,
#hero-proof-row .trusted-logo-marquee:focus-within .trusted-logo-marquee__track {
  animation-play-state: running !important;
}

@media (max-width: 720px) {
  :root { --utap-v28-brand-duration: 76s; }
}

/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v29
   Scope: move only the main hero Create Profile CTA lower.
   Does not affect the header CTA or any other hero/section layout.
   ────────────────────────────────────────────────────────────── */

.hero-copy > .hero-actions {
  position: relative !important;
  top: clamp(70px, 8vh, 130px) !important;
}

@media (max-width: 720px) {
  .hero-copy > .hero-actions {
    top: clamp(42px, 7vh, 76px) !important;
  }
}

/* ──────────────────────────────────────────────────────────────
   uTap landing hotfix v30
   Scope: move the main hero CTA lower in normal document flow.
   Root cause: v29 used relative top, which visually moved the CTA but did not
   reserve space, so the Applications card stayed in its old position and could
   collide with the button. This keeps the same visual drop, but uses margin so
   the Applications section and all lower sections flow down together.
   ────────────────────────────────────────────────────────────── */

:root {
  --utap-v30-hero-cta-flow-drop: clamp(70px, 8vh, 130px);
}

.hero-copy > .hero-actions {
  top: 0 !important;
  margin: calc(var(--landing-hero-cta-gap, clamp(28px, 2.55vw, 44px)) + var(--utap-v30-hero-cta-flow-drop)) auto 0 !important;
}

@media (max-width: 720px) {
  :root {
    --utap-v30-hero-cta-flow-drop: clamp(42px, 7vh, 76px);
  }
}



/* ──────────────────────────────────────────────────────────────
   uTap landing v31 platform hero design
   Scope: public landing presentation only. Existing IDs remain intact for
   landing.js/admin workspace behavior.
   ────────────────────────────────────────────────────────────── */

:root {
  --utap-v31-shell: min(92vw, 1440px);
  --utap-v31-ink: #10142b;
  --utap-v31-muted: #5f6b84;
  --utap-v31-line: rgba(109, 119, 160, .16);
  --utap-v31-card: rgba(255, 255, 255, .82);
  --utap-v31-card-solid: #fff;
  --utap-v31-purple: #5c3ff2;
  --utap-v31-blue: #159bd7;
  --utap-v31-teal: #14c7bf;
  --utap-v31-shadow: 0 22px 70px rgba(52, 63, 115, .13);
  --utap-v31-soft-shadow: 0 12px 34px rgba(61, 70, 116, .10);
  --utap-v31-radius: clamp(24px, 2.6vw, 38px);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 6% 12%, rgba(92, 63, 242, .10), transparent 34vw),
    radial-gradient(circle at 96% 20%, rgba(20, 199, 191, .13), transparent 32vw),
    linear-gradient(180deg, #fbfcff 0%, #f5f7fd 48%, #fbfcff 100%) !important;
}

.main-hero-wrap {
  padding-top: clamp(76px, 7.8vw, 104px) !important;
}

.main-hero-wrap .browser-shell {
  width: var(--utap-v31-shell) !important;
  margin-inline: auto !important;
}

.main-hero-wrap .hero-page {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.main-hero-wrap .hero-stage {
  position: relative !important;
  overflow: visible !important;
  display: grid !important;
  grid-template-columns: minmax(320px, .95fr) minmax(420px, 1.05fr) !important;
  grid-template-areas:
    "copy visual"
    "strip strip"
    "apps apps"
    "steps steps"
    "media media"
    "trust trust" !important;
  align-items: center !important;
  column-gap: clamp(26px, 4.6vw, 84px) !important;
  row-gap: clamp(18px, 2.2vw, 34px) !important;
  min-height: 0 !important;
  padding: clamp(38px, 5vw, 86px) clamp(26px, 4.4vw, 72px) clamp(28px, 3.6vw, 58px) !important;
  border: 1px solid rgba(181, 190, 225, .34) !important;
  border-radius: var(--utap-v31-radius) !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 39%, rgba(255,255,255,.38) 61%, rgba(237,252,255,.52) 100%),
    radial-gradient(circle at 6% 16%, rgba(92, 63, 242, .12), transparent 26vw),
    radial-gradient(circle at 95% 8%, rgba(20, 199, 191, .16), transparent 30vw),
    #fff !important;
  box-shadow: var(--utap-v31-shadow) !important;
}

.main-hero-wrap .hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-image: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 34%, rgba(255,255,255,.18) 61%, rgba(255,255,255,.06) 100%), url('/assets/utap-hero-card-tap.png');
  background-size: cover, min(62vw, 1000px) auto;
  background-repeat: no-repeat;
  background-position: center center, right center;
  opacity: 1;
  pointer-events: none;
}

.main-hero-wrap .hero-stage::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 72px);
  top: clamp(28px, 4vw, 82px);
  width: min(24vw, 390px);
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid rgba(92, 63, 242, .14);
  background: radial-gradient(circle, rgba(92, 63, 242, .09), transparent 66%);
  opacity: .78;
  pointer-events: none;
}

.main-hero-wrap .hero-copy,
.main-hero-wrap .hero-capability-strip,
.main-hero-wrap .hero-apps-section,
.main-hero-wrap .hero-bottom {
  position: relative !important;
  z-index: 1 !important;
}

.main-hero-wrap .hero-copy {
  grid-area: copy !important;
  width: min(100%, 680px) !important;
  max-width: 680px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
  text-align: left !important;
  color: var(--utap-v31-ink) !important;
}

.hero-eyebrow,
.section-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  max-width: 100% !important;
  min-height: 34px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(92, 63, 242, .16) !important;
  background: linear-gradient(135deg, rgba(92, 63, 242, .13), rgba(20, 199, 191, .13)) !important;
  color: #4e43df !important;
  font-size: clamp(.68rem, .78vw, .78rem) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: .105em !important;
  text-transform: uppercase !important;
  box-shadow: 0 10px 28px rgba(70, 80, 160, .08) !important;
}

.main-hero-wrap .hero-copy h1,
.main-hero-wrap #hero-title {
  max-width: 760px !important;
  margin: clamp(16px, 1.75vw, 24px) 0 0 !important;
  color: var(--utap-v31-ink) !important;
  font-size: clamp(3.4rem, 6.6vw, 6.95rem) !important;
  font-weight: 950 !important;
  line-height: .92 !important;
  letter-spacing: -.075em !important;
  text-wrap: balance !important;
}

.main-hero-wrap .hero-title-accent {
  display: inline !important;
  color: transparent !important;
  background: linear-gradient(100deg, #6c3df4 0%, #3d64e8 46%, #12bfd0 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.main-hero-wrap #hero-description {
  width: min(100%, 580px) !important;
  margin: clamp(16px, 1.6vw, 22px) 0 0 !important;
  color: rgba(47, 58, 83, .86) !important;
  font-size: clamp(.98rem, 1.05vw, 1.18rem) !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
}

.hero-platform-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  margin: clamp(18px, 1.9vw, 28px) 0 0 !important;
}

.hero-platform-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(102, 112, 133, .13) !important;
  background: rgba(255, 255, 255, .78) !important;
  color: #272b4e !important;
  font-size: .82rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  box-shadow: 0 12px 26px rgba(38, 45, 90, .06) !important;
  backdrop-filter: blur(14px) !important;
}

.hero-platform-chip::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: linear-gradient(135deg, #6b43f2, #13bcd1);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}

.hero-platform-chip--apps::before { border-radius: 50%; background: linear-gradient(135deg, #3d7cf1, #12c6cd); }
.hero-platform-chip--tools::before { background: linear-gradient(135deg, #0ebc93, #74dd9f); }
.hero-platform-chip--analytics::before { background: linear-gradient(135deg, #7344ef, #f08b20); }

.main-hero-wrap .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  margin: clamp(22px, 2.35vw, 34px) 0 0 !important;
  top: auto !important;
}

.main-hero-wrap .btn--large,
.landing-final-cta .btn--large {
  min-height: clamp(50px, 3.9vw, 62px) !important;
  padding: 0 clamp(20px, 2.3vw, 32px) !important;
  border-radius: 999px !important;
  font-size: clamp(.88rem, .95vw, 1rem) !important;
  font-weight: 950 !important;
  letter-spacing: -.012em !important;
}

.main-hero-wrap .btn--primary,
.landing-final-cta .btn--primary {
  border: 0 !important;
  color: #fff !important;
  background: linear-gradient(100deg, #6842ef 0%, #266eea 55%, #12a8c9 100%) !important;
  box-shadow: 0 18px 42px rgba(41, 105, 225, .26) !important;
}

.main-hero-wrap .btn--primary::after,
.landing-final-cta .btn--primary::after,
.hero-secondary-cta::after {
  content: "→";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-weight: 950;
}

.hero-secondary-cta,
.main-hero-wrap .hero-secondary-cta {
  color: #1d2541 !important;
  border: 1px solid rgba(16, 24, 48, .16) !important;
  background: rgba(255, 255, 255, .52) !important;
  box-shadow: 0 12px 34px rgba(26, 36, 72, .08) !important;
  text-decoration: none !important;
  backdrop-filter: blur(18px) !important;
}

.main-hero-wrap .feature-panel {
  display: none !important;
}

.hero-capability-strip {
  grid-area: strip !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: min(100%, 1280px) !important;
  margin: clamp(8px, 1vw, 14px) auto 0 !important;
  padding: clamp(12px, 1vw, 16px) clamp(14px, 1.4vw, 24px) !important;
  border: 1px solid rgba(187, 195, 225, .45) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: 0 18px 42px rgba(46, 62, 120, .10) !important;
  backdrop-filter: blur(20px) !important;
}

.hero-capability-strip span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 30px !important;
  padding: 0 8px !important;
  color: #4a5574 !important;
  font-size: clamp(.76rem, .82vw, .9rem) !important;
  font-weight: 720 !important;
  white-space: nowrap !important;
}

.hero-capability-strip span:not(:last-child) {
  border-right: 1px solid rgba(102, 112, 133, .12) !important;
}

.hero-capability-strip strong {
  color: #202444 !important;
  font-weight: 950 !important;
}

.main-hero-wrap .hero-apps-section {
  grid-area: apps !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: clamp(10px, 1.1vw, 18px) 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.main-hero-wrap .hero-side-box,
.main-hero-wrap .hero-side-box--top {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(180px, .23fr) minmax(0, .77fr) !important;
  gap: clamp(18px, 2vw, 26px) !important;
  align-items: stretch !important;
  padding: clamp(22px, 2.35vw, 34px) !important;
  border: 1px solid rgba(202, 208, 236, .56) !important;
  border-radius: clamp(22px, 2.3vw, 32px) !important;
  background:
    radial-gradient(circle at 90% 6%, rgba(20, 199, 191, .12), transparent 28vw),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(248,250,255,.82)) !important;
  box-shadow: var(--utap-v31-shadow) !important;
  backdrop-filter: blur(20px) !important;
}

.main-hero-wrap .hero-side-box__head {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  padding: clamp(4px, .8vw, 10px) !important;
  text-align: left !important;
}

.main-hero-wrap .hero-side-box__head::before {
  content: "Expand your impact";
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(92, 63, 242, .12);
  color: #5c3ff2;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.main-hero-wrap .hero-side-box__head strong {
  color: var(--utap-v31-ink) !important;
  font-size: clamp(1.55rem, 2vw, 2.2rem) !important;
  font-weight: 950 !important;
  line-height: 1.06 !important;
  letter-spacing: -.045em !important;
}

.main-hero-wrap .hero-side-box__head p {
  margin: 10px 0 0 !important;
  color: var(--utap-v31-muted) !important;
  font-size: clamp(.84rem, .9vw, .98rem) !important;
  font-weight: 520 !important;
  line-height: 1.55 !important;
}

.main-hero-wrap .hero-side-box__head::after {
  content: "Coming soon";
  display: inline-flex;
  width: max-content;
  margin-top: 14px;
  min-height: 28px;
  padding: 0 12px;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(100deg, #6842ef, #12a8c9);
  color: #fff;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.main-hero-wrap .hero-side-box__items {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(10px, 1.1vw, 16px) !important;
  align-items: stretch !important;
}

.main-hero-wrap .hero-side-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: start !important;
  justify-items: center !important;
  gap: 12px !important;
  min-height: 178px !important;
  padding: clamp(16px, 1.5vw, 22px) clamp(12px, 1vw, 16px) !important;
  border: 1px solid rgba(189, 197, 229, .54) !important;
  border-radius: clamp(18px, 1.7vw, 24px) !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 18px 42px rgba(47, 57, 116, .075) !important;
  transform: translateZ(0) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.main-hero-wrap .hero-side-card:hover,
.main-hero-wrap .hero-side-card:focus-visible {
  transform: translateY(-3px) !important;
  border-color: rgba(92, 63, 242, .24) !important;
  box-shadow: 0 24px 52px rgba(47, 57, 116, .12) !important;
}

.main-hero-wrap .hero-side-card__media {
  width: 64px !important;
  height: 64px !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, rgba(92, 63, 242, .16), rgba(20, 199, 191, .14)) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.48), 0 14px 28px rgba(49, 58, 126, .08) !important;
}

.main-hero-wrap .hero-side-card:nth-child(2n) .hero-side-card__media { background: linear-gradient(135deg, rgba(21, 126, 230, .17), rgba(20, 199, 191, .12)) !important; }
.main-hero-wrap .hero-side-card:nth-child(3n) .hero-side-card__media { background: linear-gradient(135deg, rgba(239, 62, 188, .15), rgba(92, 63, 242, .12)) !important; }
.main-hero-wrap .hero-side-card:nth-child(4n) .hero-side-card__media { background: linear-gradient(135deg, rgba(22, 194, 130, .16), rgba(102, 222, 177, .14)) !important; }
.main-hero-wrap .hero-side-card:nth-child(5n) .hero-side-card__media { background: linear-gradient(135deg, rgba(255, 138, 38, .16), rgba(255, 201, 100, .12)) !important; }

.main-hero-wrap .hero-side-card__media span {
  color: #4f41e7 !important;
  font-size: .86rem !important;
  font-weight: 950 !important;
  letter-spacing: -.04em !important;
}

.main-hero-wrap .hero-side-card__copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 7px !important;
  min-width: 0 !important;
}

.main-hero-wrap .hero-side-card__copy strong {
  color: #121830 !important;
  font-size: clamp(.9rem, .86vw, 1rem) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
}

.main-hero-wrap .hero-side-card__badge {
  order: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 24px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: rgba(92, 63, 242, .08) !important;
  color: #5c3ff2 !important;
  font-size: .66rem !important;
  font-weight: 950 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
}

.main-hero-wrap .hero-side-card__tooltip {
  top: calc(100% + 10px) !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) translateY(8px) !important;
  width: min(220px, 72vw) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(92, 63, 242, .14) !important;
  background: rgba(255,255,255,.96) !important;
  color: #344054 !important;
  box-shadow: 0 18px 42px rgba(17, 24, 39, .13) !important;
}

.main-hero-wrap .hero-side-card:hover .hero-side-card__tooltip,
.main-hero-wrap .hero-side-card:focus-visible .hero-side-card__tooltip {
  transform: translateX(-50%) translateY(0) !important;
}

.main-hero-wrap .hero-bottom {
  grid-area: media !important;
  display: grid !important;
  gap: clamp(18px, 2.1vw, 30px) !important;
  width: 100% !important;
  margin: clamp(8px, 1vw, 16px) 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.main-hero-wrap .hero-media-row,
.main-hero-wrap .hero-media-row.hero-media-row--original-first {
  display: grid !important;
  grid-template-columns: minmax(0, .28fr) minmax(0, .72fr) !important;
  gap: clamp(16px, 2vw, 30px) !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
}

.main-hero-wrap .hero-original-theme-box,
.main-hero-wrap .hero-template-carousel-box,
.main-hero-wrap .hero-gallery,
.main-hero-wrap .trusted-section,
.video-section,
.landing-final-cta {
  border: 1px solid rgba(202, 208, 236, .58) !important;
  border-radius: clamp(22px, 2.2vw, 32px) !important;
  background:
    radial-gradient(circle at 96% 0%, rgba(20, 199, 191, .11), transparent 28vw),
    rgba(255,255,255,.76) !important;
  box-shadow: var(--utap-v31-soft-shadow) !important;
  backdrop-filter: blur(20px) !important;
}

.main-hero-wrap .hero-gallery,
.main-hero-wrap .hero-template-carousel-box {
  min-height: clamp(330px, 32vw, 470px) !important;
}

.main-hero-wrap .hero-original-theme-box,
.main-hero-wrap .hero-media-row.hero-media-row--original-first .hero-original-theme-box {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: clamp(330px, 32vw, 470px) !important;
  padding: clamp(22px, 2.3vw, 34px) !important;
}

.main-hero-wrap .hero-original-theme-box .hero-image-panel__viewport,
.main-hero-wrap .hero-media-row.hero-media-row--original-first .hero-original-theme-box .hero-image-panel__viewport {
  height: clamp(220px, 22vw, 340px) !important;
  min-height: clamp(220px, 22vw, 340px) !important;
  max-height: clamp(220px, 22vw, 340px) !important;
  border-radius: clamp(16px, 1.6vw, 24px) !important;
  background: rgba(255,255,255,.78) !important;
}

.main-hero-wrap .hero-original-theme-box .hero-image-panel__caption {
  width: 100% !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}

#hero-proof-row,
.main-hero-wrap .hero-proof-row {
  grid-area: trust !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.main-hero-wrap .trusted-section,
.main-hero-wrap .hero-proof-row__brands {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(26px, 2.5vw, 38px) !important;
  text-align: center !important;
}

.main-hero-wrap .trusted-label,
.main-hero-wrap .trust-copy {
  color: #4e5873 !important;
  font-size: clamp(.92rem, .95vw, 1.04rem) !important;
  font-weight: 850 !important;
}

.video-section {
  width: var(--utap-v31-shell) !important;
  margin: clamp(22px, 3vw, 42px) auto 0 !important;
  padding: clamp(26px, 3vw, 42px) !important;
}

.video-section .section-head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin: 0 0 clamp(20px, 2.4vw, 34px) !important;
  text-align: left !important;
}

.video-section .section-eyebrow {
  margin: 0 0 8px !important;
}

.video-section .section-head h2 {
  margin: 0 !important;
  color: var(--utap-v31-ink) !important;
  font-size: clamp(2rem, 3.3vw, 4.4rem) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -.06em !important;
}

.video-section .video-grid {
  display: grid !important;
  grid-template-columns: minmax(360px, .54fr) minmax(0, .46fr) !important;
  gap: clamp(18px, 2vw, 30px) !important;
  align-items: start !important;
}

.landing-final-cta {
  width: var(--utap-v31-shell) !important;
  margin: clamp(22px, 3vw, 42px) auto 0 !important;
  padding: clamp(26px, 3vw, 44px) clamp(28px, 4vw, 62px) !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: clamp(18px, 3vw, 42px) !important;
  align-items: center !important;
}

.landing-final-cta__mark {
  display: grid !important;
  place-items: center !important;
  width: clamp(64px, 6vw, 90px) !important;
  height: clamp(64px, 6vw, 90px) !important;
  border-radius: 999px !important;
  color: #5c3ff2 !important;
  background: rgba(255,255,255,.82) !important;
  box-shadow: 0 14px 32px rgba(52, 63, 115, .10) !important;
  font-size: clamp(1.5rem, 2.2vw, 2.35rem) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.landing-final-cta__copy h2 {
  margin: 0 !important;
  color: var(--utap-v31-ink) !important;
  font-size: clamp(1.55rem, 2.35vw, 3rem) !important;
  font-weight: 950 !important;
  line-height: 1.03 !important;
  letter-spacing: -.055em !important;
}

.landing-final-cta__copy p {
  width: min(100%, 850px) !important;
  margin: 10px 0 0 !important;
  color: var(--utap-v31-muted) !important;
  font-size: clamp(.92rem, .96vw, 1.04rem) !important;
  font-weight: 530 !important;
  line-height: 1.55 !important;
}

.landing-final-cta__button {
  justify-self: end !important;
  white-space: nowrap !important;
}

@media (min-width: 1181px) {
  .main-hero-wrap .hero-stage {
    min-height: clamp(640px, 78vh, 900px) !important;
  }
}

@media (max-width: 1180px) {
  .main-hero-wrap .hero-stage {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "copy"
      "strip"
      "apps"
      "steps"
      "media"
      "trust" !important;
    padding-top: clamp(34px, 5vw, 62px) !important;
  }

  .main-hero-wrap .hero-stage::before {
    background-image: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 42%, rgba(255,255,255,.72) 100%), url('/assets/utap-hero-card-tap.png');
    background-size: cover, min(90vw, 860px) auto;
    background-position: center center, right top;
    opacity: .92;
  }

  .main-hero-wrap .hero-copy {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
  }

  .main-hero-wrap .hero-copy h1,
  .main-hero-wrap #hero-title {
    max-width: 760px !important;
  }

  .main-hero-wrap .hero-side-box,
  .main-hero-wrap .hero-side-box--top {
    grid-template-columns: 1fr !important;
  }

  .main-hero-wrap .hero-side-box__items {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .main-hero-wrap .hero-media-row,
  .main-hero-wrap .hero-media-row.hero-media-row--original-first,
  .video-section .video-grid {
    grid-template-columns: 1fr !important;
  }

  .landing-final-cta {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .landing-final-cta__button {
    grid-column: 2 !important;
    justify-self: start !important;
  }
}

@media (max-width: 820px) {
  :root {
    --utap-v31-shell: min(94vw, 760px);
  }

  .main-hero-wrap {
    padding-top: clamp(68px, 18vw, 90px) !important;
  }

  .main-hero-wrap .hero-stage {
    border-radius: 26px !important;
    padding: clamp(26px, 7vw, 38px) clamp(16px, 5vw, 24px) clamp(22px, 6vw, 34px) !important;
  }

  .main-hero-wrap .hero-stage::before {
    background-size: cover, min(118vw, 620px) auto;
    background-position: center center, 72% 0;
    opacity: .62;
  }

  .main-hero-wrap .hero-copy {
    text-align: left !important;
  }

  .main-hero-wrap .hero-copy h1,
  .main-hero-wrap #hero-title {
    font-size: clamp(2.6rem, 13.5vw, 4.3rem) !important;
    line-height: .96 !important;
  }

  .main-hero-wrap #hero-description {
    font-size: .98rem !important;
    line-height: 1.58 !important;
  }

  .main-hero-wrap .hero-actions {
    gap: 10px !important;
  }

  .hero-secondary-cta {
    display: none !important;
  }

  .hero-capability-strip {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .hero-capability-strip span {
    justify-content: flex-start !important;
    border-right: 0 !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.72) !important;
  }

  .main-hero-wrap .hero-side-box,
  .main-hero-wrap .hero-side-box--top,
  .video-section,
  .landing-final-cta {
    border-radius: 24px !important;
    padding: clamp(18px, 5vw, 26px) !important;
  }

  .main-hero-wrap .hero-side-box__head {
    align-items: center !important;
    text-align: center !important;
  }

  .main-hero-wrap .hero-side-box__items {
    grid-template-columns: 1fr !important;
  }

  .main-hero-wrap .hero-side-card {
    min-height: 0 !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    justify-items: start !important;
    align-items: center !important;
    text-align: left !important;
  }

  .main-hero-wrap .hero-side-card__copy {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .main-hero-wrap .hero-side-card__media {
    width: 56px !important;
    height: 56px !important;
  }

  .video-section .section-head {
    display: block !important;
    text-align: center !important;
  }

  .video-section .section-eyebrow {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .landing-final-cta {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    justify-items: center !important;
  }

  .landing-final-cta__button {
    grid-column: auto !important;
    justify-self: center !important;
  }
}

@media (max-width: 520px) {
  .hero-eyebrow,
  .section-eyebrow {
    min-height: 30px !important;
    padding: 0 12px !important;
    font-size: .62rem !important;
  }

  .main-hero-wrap .hero-platform-chips {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .hero-platform-chip {
    justify-content: center !important;
    min-height: 32px !important;
    padding: 0 10px !important;
    font-size: .75rem !important;
  }

  .hero-capability-strip {
    grid-template-columns: 1fr !important;
  }

  .main-hero-wrap .hero-copy h1,
  .main-hero-wrap #hero-title {
    font-size: clamp(2.25rem, 14vw, 3.35rem) !important;
  }

  .main-hero-wrap .btn--large,
  .landing-final-cta .btn--large {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* landing-home-v32-final-flow
   Fixes the visual-flow regression seen after the first homepage redesign:
   - the hero artwork is a real visual layer, not an empty/right-side ghost;
   - the app platform panel sits below the hero instead of inside the artwork;
   - the "how it works" proof comes before themes/logos;
   - existing IDs remain intact for landing.js/admin rendering. */

:root {
  --utap-v32-shell: min(1760px, calc(100vw - clamp(28px, 4vw, 84px)));
  --utap-v32-card: rgba(255,255,255,.82);
  --utap-v32-ink: #10162f;
  --utap-v32-muted: #56647f;
  --utap-v32-line: rgba(188, 198, 232, .54);
  --utap-v32-shadow: 0 28px 80px rgba(43, 53, 109, .13);
  --utap-v32-soft-shadow: 0 20px 60px rgba(43, 53, 109, .09);
  --utap-v32-radius: clamp(26px, 2.4vw, 42px);
}

.main-hero-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(88px, 8vw, 126px) 0 0 !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 2% 10%, rgba(108, 61, 244, .09), transparent 30vw),
    radial-gradient(circle at 96% 18%, rgba(18, 190, 210, .10), transparent 34vw),
    linear-gradient(180deg, rgba(248,250,255,.96), rgba(255,255,255,.82)) !important;
}

.main-hero-wrap .browser-shell,
.main-hero-wrap .hero-page {
  width: var(--utap-v32-shell) !important;
  max-width: var(--utap-v32-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

.main-hero-wrap .hero-stage {
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: clamp(40px, 4.8vw, 82px) clamp(34px, 5vw, 88px) clamp(22px, 2.4vw, 36px) !important;
  display: grid !important;
  grid-template-columns: minmax(360px, .48fr) minmax(420px, .52fr) !important;
  grid-template-areas:
    "copy visual"
    "strip strip"
    "apps apps"
    "steps steps" !important;
  gap: clamp(22px, 3vw, 56px) clamp(28px, 4.3vw, 78px) !important;
  align-items: center !important;
  border: 1px solid var(--utap-v32-line) !important;
  border-radius: var(--utap-v32-radius) !important;
  background:
    radial-gradient(circle at 8% 10%, rgba(108,61,244,.11), transparent 24vw),
    radial-gradient(circle at 94% 10%, rgba(20,199,191,.18), transparent 32vw),
    linear-gradient(100deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 45%, rgba(239,252,255,.82) 100%) !important;
  box-shadow: var(--utap-v32-shadow) !important;
  overflow: hidden !important;
}

.main-hero-wrap .hero-stage::before,
.main-hero-wrap .hero-stage::after {
  content: none !important;
  display: none !important;
}

.main-hero-wrap .hero-copy {
  grid-area: copy !important;
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: 660px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.main-hero-wrap .hero-eyebrow {
  order: 1 !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 0 clamp(18px, 1.9vw, 28px) !important;
}

.main-hero-wrap #hero-title,
.main-hero-wrap .hero-copy h1 {
  order: 2 !important;
  width: 100% !important;
  max-width: 660px !important;
  margin: 0 !important;
  color: var(--utap-v32-ink) !important;
  font-size: clamp(3rem, 5.55vw, 6.15rem) !important;
  font-weight: 950 !important;
  line-height: .93 !important;
  letter-spacing: -.075em !important;
  text-align: left !important;
}

.main-hero-wrap .hero-title-accent {
  color: transparent !important;
  background: linear-gradient(100deg, #6d45f2 0%, #3e68eb 46%, #10b8cb 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.main-hero-wrap #hero-description {
  order: 3 !important;
  width: min(100%, 590px) !important;
  margin: clamp(18px, 1.8vw, 26px) 0 0 !important;
  color: var(--utap-v32-muted) !important;
  font-size: clamp(.98rem, 1.02vw, 1.16rem) !important;
  font-weight: 520 !important;
  line-height: 1.62 !important;
  text-align: left !important;
}

.main-hero-wrap .hero-platform-chips {
  order: 4 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: clamp(16px, 1.7vw, 24px) 0 0 !important;
}

.main-hero-wrap .hero-actions {
  order: 5 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  width: 100% !important;
  margin: clamp(24px, 2.2vw, 34px) 0 0 !important;
  padding: 0 !important;
  top: auto !important;
  transform: none !important;
}

.main-hero-wrap .hero-visual-card {
  grid-area: visual !important;
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  min-height: clamp(380px, 37vw, 610px) !important;
  margin: 0 !important;
  border-radius: clamp(24px, 2.2vw, 38px) !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 74% 68%, rgba(87,90,242,.18), transparent 28vw),
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.02)) !important;
}

.main-hero-wrap .hero-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.38) 0%, rgba(255,255,255,.08) 30%, rgba(255,255,255,0) 62%),
    radial-gradient(circle at 10% 50%, rgba(255,255,255,.52), transparent 26vw);
}

.main-hero-wrap .hero-visual-card__img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: 54% 50% !important;
  transform: scale(1.04) !important;
}

.main-hero-wrap .hero-capability-strip {
  grid-area: strip !important;
  position: relative !important;
  z-index: 4 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: clamp(2px, .5vw, 10px) 0 0 !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: clamp(12px, 1vw, 16px) clamp(14px, 1.3vw, 22px) !important;
  border: 1px solid rgba(187, 195, 225, .52) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 18px 42px rgba(46, 62, 120, .10) !important;
  backdrop-filter: blur(18px) !important;
}

.main-hero-wrap .hero-apps-section,
.main-hero-wrap #hero-apps-section {
  grid-area: apps !important;
  position: relative !important;
  z-index: 4 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: clamp(4px, .9vw, 12px) 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.main-hero-wrap .hero-side-box,
.main-hero-wrap #hero-side-box {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(210px, .24fr) minmax(0, .76fr) !important;
  gap: clamp(18px, 2vw, 30px) !important;
  align-items: stretch !important;
  padding: clamp(22px, 2.3vw, 34px) !important;
  border: 1px solid rgba(202, 208, 236, .56) !important;
  border-radius: clamp(24px, 2.1vw, 34px) !important;
  background:
    radial-gradient(circle at 90% 10%, rgba(20,199,191,.12), transparent 28vw),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(248,250,255,.86)) !important;
  box-shadow: var(--utap-v32-soft-shadow) !important;
  backdrop-filter: blur(20px) !important;
}

.main-hero-wrap .hero-side-box__head::before {
  content: "Expand your impact" !important;
}

.main-hero-wrap .hero-side-box__items {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)) !important;
  gap: clamp(12px, 1.2vw, 18px) !important;
  align-items: stretch !important;
}

.main-hero-wrap .hero-side-card {
  min-height: 178px !important;
  padding: clamp(16px, 1.4vw, 22px) !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: start !important;
  justify-items: center !important;
  text-align: center !important;
  gap: 12px !important;
  border-radius: clamp(18px, 1.55vw, 24px) !important;
  background: rgba(255,255,255,.86) !important;
  box-shadow: 0 16px 38px rgba(47, 57, 116, .075) !important;
}

.main-hero-wrap .hero-side-card__copy {
  display: grid !important;
  justify-items: center !important;
  gap: 6px !important;
  text-align: center !important;
}

.main-hero-wrap .hero-side-card__description {
  display: block !important;
  color: #64708b !important;
  font-size: .78rem !important;
  font-weight: 560 !important;
  line-height: 1.35 !important;
}

.main-hero-wrap .hero-side-card__badge {
  order: 3 !important;
}

.main-hero-wrap .landing-steps-strip {
  grid-area: steps !important;
  position: relative !important;
  z-index: 4 !important;
  display: grid !important;
  grid-template-columns: minmax(180px, .22fr) minmax(0, .78fr) !important;
  gap: clamp(18px, 2vw, 30px) !important;
  align-items: center !important;
  width: 100% !important;
  margin: clamp(4px, 1vw, 14px) 0 0 !important;
  padding: clamp(20px, 2.1vw, 30px) clamp(22px, 2.4vw, 36px) !important;
  border: 1px solid rgba(202, 208, 236, .56) !important;
  border-radius: clamp(22px, 2.1vw, 32px) !important;
  background: rgba(255,255,255,.86) !important;
  box-shadow: var(--utap-v32-soft-shadow) !important;
  backdrop-filter: blur(20px) !important;
}

.landing-steps-strip__head h2 {
  margin: 0 !important;
  color: var(--utap-v32-ink) !important;
  font-size: clamp(1.3rem, 1.75vw, 2.25rem) !important;
  font-weight: 950 !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
}

.landing-steps-strip__items {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) !important;
  gap: clamp(12px, 1.3vw, 22px) !important;
  align-items: center !important;
}

.landing-step-card {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
}

.landing-step-card__icon {
  display: grid !important;
  place-items: center !important;
  width: clamp(44px, 4vw, 64px) !important;
  height: clamp(44px, 4vw, 64px) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #6842ef, #12a8c9) !important;
  font-weight: 950 !important;
  box-shadow: 0 14px 30px rgba(84, 75, 225, .18) !important;
}

.landing-step-card h3,
.landing-step-card p {
  margin: 0 !important;
}

.landing-step-card h3 {
  color: var(--utap-v32-ink) !important;
  font-size: clamp(.92rem, 1vw, 1.08rem) !important;
  font-weight: 950 !important;
}

.landing-step-card p {
  margin-top: 4px !important;
  color: var(--utap-v32-muted) !important;
  font-size: clamp(.78rem, .82vw, .92rem) !important;
  font-weight: 540 !important;
  line-height: 1.42 !important;
}

.landing-step-arrow {
  color: #8b7cff !important;
  font-size: clamp(1.4rem, 2vw, 2.4rem) !important;
  font-weight: 900 !important;
}

.video-section,
.landing-showcase-section,
.landing-final-cta {
  width: var(--utap-v32-shell) !important;
  max-width: var(--utap-v32-shell) !important;
  margin: clamp(22px, 3vw, 44px) auto 0 !important;
}

.video-section {
  padding: clamp(28px, 3.2vw, 50px) !important;
}

.video-section .section-head {
  margin-bottom: clamp(22px, 2.5vw, 36px) !important;
}

.landing-showcase-section {
  padding: clamp(26px, 3vw, 46px) !important;
  border: 1px solid rgba(202, 208, 236, .58) !important;
  border-radius: var(--utap-v32-radius) !important;
  background:
    radial-gradient(circle at 96% 0%, rgba(20,199,191,.11), transparent 28vw),
    rgba(255,255,255,.78) !important;
  box-shadow: var(--utap-v32-soft-shadow) !important;
  backdrop-filter: blur(20px) !important;
}

.landing-showcase-section__head {
  display: grid !important;
  grid-template-columns: minmax(220px, .26fr) minmax(0, .74fr) !important;
  gap: clamp(18px, 3vw, 44px) !important;
  align-items: end !important;
  margin: 0 0 clamp(20px, 2.4vw, 34px) !important;
  text-align: left !important;
}

.landing-showcase-section__head .section-eyebrow {
  grid-column: 1 !important;
  align-self: start !important;
  margin: 0 !important;
  width: max-content !important;
}

.landing-showcase-section__head h2 {
  grid-column: 1 !important;
  margin: 10px 0 0 !important;
  color: var(--utap-v32-ink) !important;
  font-size: clamp(1.75rem, 2.4vw, 3.35rem) !important;
  font-weight: 950 !important;
  line-height: 1.02 !important;
  letter-spacing: -.055em !important;
}

.landing-showcase-section__head p:not(.section-eyebrow) {
  grid-column: 2 !important;
  margin: 0 !important;
  max-width: 640px !important;
  color: var(--utap-v32-muted) !important;
  font-size: clamp(.94rem, 1vw, 1.08rem) !important;
  font-weight: 560 !important;
  line-height: 1.58 !important;
}

.landing-showcase-section .hero-bottom,
.hero-bottom {
  display: grid !important;
  gap: clamp(22px, 2.5vw, 38px) !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.landing-showcase-section .hero-media-row,
.landing-showcase-section .hero-media-row.hero-media-row--original-first {
  display: grid !important;
  grid-template-columns: minmax(240px, .25fr) minmax(0, .75fr) !important;
  gap: clamp(16px, 2vw, 32px) !important;
  width: 100% !important;
  align-items: stretch !important;
  margin: 0 !important;
}

.landing-showcase-section .hero-image-panel,
.landing-showcase-section .hero-gallery,
.landing-showcase-section .hero-original-theme-box,
.landing-showcase-section .hero-template-carousel-box,
.landing-showcase-section .trusted-section {
  border: 1px solid rgba(202, 208, 236, .58) !important;
  border-radius: clamp(22px, 2.1vw, 32px) !important;
  background: rgba(255,255,255,.76) !important;
  box-shadow: 0 18px 48px rgba(47,57,116,.075) !important;
  backdrop-filter: blur(18px) !important;
}

.landing-showcase-section .hero-gallery,
.landing-showcase-section .hero-template-carousel-box {
  min-height: clamp(320px, 30vw, 460px) !important;
}

.landing-showcase-section #hero-proof-row,
.landing-showcase-section .hero-proof-row {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.landing-showcase-section .trusted-section {
  padding: clamp(24px, 2.4vw, 38px) !important;
  text-align: center !important;
}

.landing-final-cta {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
}

@media (max-width: 1180px) {
  .main-hero-wrap .hero-stage {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "copy"
      "visual"
      "strip"
      "apps"
      "steps" !important;
    padding: clamp(34px, 5vw, 60px) clamp(22px, 5vw, 44px) clamp(24px, 4vw, 40px) !important;
  }

  .main-hero-wrap .hero-copy {
    max-width: 760px !important;
  }

  .main-hero-wrap #hero-title,
  .main-hero-wrap .hero-copy h1 {
    max-width: 760px !important;
  }

  .main-hero-wrap .hero-visual-card {
    min-height: clamp(320px, 56vw, 520px) !important;
  }

  .main-hero-wrap .hero-side-box,
  .main-hero-wrap #hero-side-box,
  .main-hero-wrap .landing-steps-strip,
  .landing-showcase-section__head,
  .landing-showcase-section .hero-media-row,
  .landing-showcase-section .hero-media-row.hero-media-row--original-first,
  .video-section .video-grid {
    grid-template-columns: 1fr !important;
  }

  .landing-showcase-section__head .section-eyebrow,
  .landing-showcase-section__head h2,
  .landing-showcase-section__head p:not(.section-eyebrow) {
    grid-column: auto !important;
  }

  .landing-steps-strip__items {
    grid-template-columns: 1fr !important;
  }

  .landing-step-arrow {
    display: none !important;
  }
}

@media (max-width: 820px) {
  :root {
    --utap-v32-shell: min(94vw, 760px);
  }

  .main-hero-wrap {
    padding-top: clamp(74px, 18vw, 96px) !important;
  }

  .main-hero-wrap .hero-stage,
  .landing-showcase-section,
  .video-section,
  .landing-final-cta {
    border-radius: 24px !important;
    padding: clamp(20px, 5vw, 30px) !important;
  }

  .main-hero-wrap #hero-title,
  .main-hero-wrap .hero-copy h1 {
    font-size: clamp(2.65rem, 12.8vw, 4.35rem) !important;
    line-height: .95 !important;
  }

  .main-hero-wrap .hero-visual-card {
    min-height: clamp(270px, 74vw, 430px) !important;
  }

  .main-hero-wrap .hero-visual-card__img {
    object-position: 58% 50% !important;
  }

  .main-hero-wrap .hero-capability-strip {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .main-hero-wrap .hero-capability-strip span {
    border-right: 0 !important;
    justify-content: flex-start !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.72) !important;
  }

  .landing-final-cta {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    justify-items: center !important;
  }

  .landing-final-cta__button {
    justify-self: center !important;
  }
}

@media (max-width: 520px) {
  .main-hero-wrap .hero-stage {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .main-hero-wrap .hero-platform-chips {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
  }

  .main-hero-wrap .hero-actions {
    width: 100% !important;
  }

  .main-hero-wrap .hero-actions .btn,
  .main-hero-wrap .btn--large,
  .landing-final-cta .btn--large {
    width: 100% !important;
    justify-content: center !important;
  }

  .main-hero-wrap .hero-capability-strip {
    grid-template-columns: 1fr !important;
  }

  .main-hero-wrap .hero-side-card {
    grid-template-columns: auto minmax(0, 1fr) !important;
    justify-items: start !important;
    text-align: left !important;
    min-height: 0 !important;
  }

  .main-hero-wrap .hero-side-card__copy {
    justify-items: start !important;
    text-align: left !important;
  }
}


/* v35 final homepage alignment
   Goal: match the approved mockup more closely:
   - full-width hero, not a centered card with unused side gutters;
   - hero visual behaves as a background layer behind/alongside the copy;
   - header Create Profile button returns to clean two-line pill without the CTA arrow;
   - legacy original-theme media panel is hidden on the public homepage to avoid overlap;
   - existing IDs/JS hooks stay intact. */

html,
body {
  overflow-x: hidden !important;
}

.main-hero-wrap {
  width: 100% !important;
  max-width: none !important;
  overflow-x: hidden !important;
}

/* Restore the header CTA to the stable two-line pill used on the good pages. */
.site-bar.site-bar--landing .btn--header-cta {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1px !important;
  min-width: clamp(138px, 9.4vw, 174px) !important;
  max-width: 184px !important;
  min-height: clamp(38px, 2.8vw, 46px) !important;
  padding: 6px clamp(14px, 1vw, 20px) !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: linear-gradient(135deg, #5636d2 0%, #226fd3 52%, #078cac 100%) !important;
  box-shadow: 0 12px 24px rgba(91, 63, 215, .22), 0 7px 16px rgba(8, 152, 184, .16) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .32) !important;
  white-space: nowrap !important;
}

.site-bar.site-bar--landing .btn--header-cta::before,
.site-bar.site-bar--landing .btn--header-cta::after {
  content: none !important;
  display: none !important;
}

.site-bar.site-bar--landing .btn--header-cta .nav-cta-line {
  display: block !important;
  width: 100% !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: .07em !important;
  line-height: .95 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.site-bar.site-bar--landing .btn--header-cta .nav-cta-line--main {
  font-size: clamp(9px, .64vw, 11px) !important;
}

.site-bar.site-bar--landing .btn--header-cta .nav-cta-line--sub {
  font-size: clamp(8.4px, .58vw, 10px) !important;
}

/* Full-bleed top story. The approved direction is a page hero, not a centered browser card. */
.main-hero-wrap .browser-shell,
.main-hero-wrap .hero-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.main-hero-wrap .hero-stage {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  grid-template-columns: minmax(360px, .42fr) minmax(0, .58fr) !important;
  grid-template-areas:
    "copy visual"
    "strip strip"
    "apps apps"
    "steps steps" !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: clamp(585px, 48vw, 760px) !important;
  margin: 0 calc(50% - 50vw) clamp(26px, 3vw, 48px) !important;
  padding: clamp(54px, 5.1vw, 82px) clamp(38px, 5.7vw, 82px) 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.98) 31%, rgba(255,255,255,.84) 43%, rgba(255,255,255,.20) 58%, rgba(230,249,248,.58) 100%),
    radial-gradient(circle at 88% 8%, rgba(24,199,193,.22), transparent 28vw),
    radial-gradient(circle at 8% 0%, rgba(101,73,236,.12), transparent 26vw),
    linear-gradient(90deg, #ffffff 0%, #ffffff 42%, #e9f9fb 100%) !important;
  box-shadow: none !important;
}

.main-hero-wrap .hero-stage::before,
.main-hero-wrap .hero-stage::after {
  content: "" !important;
  position: absolute !important;
  pointer-events: none !important;
}

.main-hero-wrap .hero-stage::before {
  inset: 0 0 auto auto !important;
  width: min(76vw, 1320px) !important;
  height: min(100%, 780px) !important;
  z-index: 0 !important;
  background-image: url('/assets/utap-hero-card-tap-bg.png') !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-position: right top !important;
  opacity: 1 !important;
}

.main-hero-wrap .hero-stage::after {
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.96) 27%, rgba(255,255,255,.73) 39%, rgba(255,255,255,.24) 55%, rgba(255,255,255,0) 72%),
    linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 54%, rgba(255,255,255,.95) 100%) !important;
}

.main-hero-wrap .hero-copy {
  grid-area: copy !important;
  position: relative !important;
  z-index: 4 !important;
  align-self: center !important;
  max-width: min(720px, 47vw) !important;
  margin: 0 !important;
  padding: 0 0 clamp(22px, 3.2vw, 44px) !important;
  text-align: left !important;
}

.main-hero-wrap .hero-copy::before,
.main-hero-wrap .hero-copy::after {
  display: none !important;
}

.main-hero-wrap .hero-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  margin: 0 0 clamp(18px, 1.8vw, 26px) !important;
  background: linear-gradient(90deg, rgba(105,73,238,.14), rgba(19,190,190,.14)) !important;
  border: 1px solid rgba(99, 102, 241, .22) !important;
  color: #4f46e5 !important;
  font-size: clamp(10px, .7vw, 12px) !important;
  font-weight: 950 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  box-shadow: 0 12px 28px rgba(48, 66, 148, .10) !important;
}

.main-hero-wrap #hero-title,
.main-hero-wrap .hero-copy h1 {
  max-width: 760px !important;
  margin: 0 !important;
  color: #10152b !important;
  font-size: clamp(50px, 5.1vw, 92px) !important;
  line-height: .94 !important;
  letter-spacing: -.075em !important;
  text-align: left !important;
  text-wrap: balance !important;
}

.main-hero-wrap .hero-title-accent {
  display: inline !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #6743f2 0%, #326ee9 52%, #12b9c8 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.main-hero-wrap #hero-description,
.main-hero-wrap .hero-copy p {
  max-width: 630px !important;
  margin: clamp(18px, 1.5vw, 24px) 0 0 !important;
  color: #4d5a73 !important;
  font-size: clamp(15px, .98vw, 18px) !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  text-align: left !important;
}

.main-hero-wrap .hero-platform-chips {
  justify-content: flex-start !important;
  margin-top: clamp(16px, 1.4vw, 22px) !important;
  gap: 10px !important;
}

.main-hero-wrap .hero-actions {
  justify-content: flex-start !important;
  gap: 14px !important;
  margin-top: clamp(22px, 1.9vw, 30px) !important;
}

.main-hero-wrap .hero-actions .btn--primary {
  min-width: clamp(250px, 18vw, 330px) !important;
  min-height: clamp(54px, 3.6vw, 64px) !important;
  font-size: clamp(15px, 1vw, 18px) !important;
}

.main-hero-wrap .hero-secondary-cta {
  min-width: clamp(210px, 14vw, 270px) !important;
  min-height: clamp(52px, 3.3vw, 58px) !important;
}

/* Hide the physical img card. The same artwork is now a real hero background layer above. */
.main-hero-wrap .hero-visual-card {
  display: block !important;
  grid-area: visual !important;
  position: relative !important;
  z-index: 2 !important;
  min-height: clamp(420px, 39vw, 660px) !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.main-hero-wrap .hero-visual-card__img {
  display: none !important;
}

.main-hero-wrap .feature-panel {
  display: none !important;
}

.main-hero-wrap .hero-capability-strip {
  grid-area: strip !important;
  position: relative !important;
  z-index: 5 !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: min(100%, 1680px) !important;
  max-width: none !important;
  margin: clamp(8px, 1vw, 16px) auto 0 !important;
  min-height: 58px !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(20, 33, 72, .10) !important;
  box-shadow: 0 18px 48px rgba(16, 24, 48, .12) !important;
  backdrop-filter: blur(18px) !important;
  overflow: hidden !important;
}

.main-hero-wrap .hero-capability-strip span {
  min-width: 0 !important;
  justify-content: center !important;
  border-left: 1px solid rgba(20,33,72,.08) !important;
}

.main-hero-wrap .hero-capability-strip span:first-child {
  border-left: 0 !important;
}

/* Match the mockup width for the lower cards: wide, but not cramped against the scrollbar. */
.main-hero-wrap .hero-apps-section,
.main-hero-wrap .landing-steps-strip,
.main-hero-wrap .video-section,
.main-hero-wrap .landing-showcase-section,
.main-hero-wrap .landing-final-cta {
  width: min(calc(100vw - clamp(32px, 5vw, 92px)), 1760px) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.main-hero-wrap .hero-apps-section {
  grid-area: apps !important;
  position: relative !important;
  z-index: 5 !important;
  margin-top: clamp(24px, 2.4vw, 38px) !important;
}

.main-hero-wrap .landing-steps-strip {
  grid-area: steps !important;
  position: relative !important;
  z-index: 5 !important;
  margin-top: clamp(18px, 1.8vw, 26px) !important;
  margin-bottom: clamp(28px, 3vw, 52px) !important;
}

/* Public homepage should not show the legacy original-theme hero media box; it is the source of the overlap. */
.landing-showcase-section .hero-original-theme-box,
.landing-showcase-section .hero-image-panel.hero-original-theme-box,
.landing-showcase-section .hero-media-row.hero-media-row--original-first > .hero-original-theme-box {
  display: none !important;
}

.landing-showcase-section .hero-media-row,
.landing-showcase-section .hero-media-row.hero-media-row--original-first {
  display: block !important;
  grid-template-columns: 1fr !important;
  overflow: hidden !important;
}

.landing-showcase-section .hero-template-carousel-box,
.landing-showcase-section .hero-gallery {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.landing-showcase-section .hero-template-carousel-box #hero-gallery-viewport,
.landing-showcase-section .hero-template-carousel-box .hero-gallery__viewport,
.landing-showcase-section .hero-gallery #hero-gallery-viewport,
.landing-showcase-section .hero-gallery .hero-gallery__viewport,
#hero-gallery-viewport .hero-carousel,
#hero-gallery-viewport .hero-carousel__mask {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

@media (max-width: 1180px) {
  .main-hero-wrap .hero-stage {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "copy"
      "visual"
      "strip"
      "apps"
      "steps" !important;
    min-height: 0 !important;
    padding: clamp(38px, 7vw, 62px) clamp(22px, 5vw, 46px) 0 !important;
  }

  .main-hero-wrap .hero-stage::before {
    inset: auto 0 0 auto !important;
    width: 100% !important;
    height: clamp(310px, 54vw, 520px) !important;
    background-size: auto 100% !important;
    background-position: right bottom !important;
  }

  .main-hero-wrap .hero-stage::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.96) 44%, rgba(255,255,255,.46) 62%, rgba(255,255,255,.92) 100%) !important;
  }

  .main-hero-wrap .hero-copy {
    max-width: min(720px, 100%) !important;
  }

  .main-hero-wrap .hero-visual-card {
    min-height: clamp(310px, 54vw, 520px) !important;
  }

  .main-hero-wrap .hero-capability-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .main-hero-wrap .hero-capability-strip span:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 720px) {
  .site-bar.site-bar--landing .btn--header-cta {
    min-width: 124px !important;
    max-width: 138px !important;
  }

  .main-hero-wrap .hero-stage {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 32px 18px 0 !important;
  }

  .main-hero-wrap #hero-title,
  .main-hero-wrap .hero-copy h1 {
    font-size: clamp(42px, 13vw, 58px) !important;
  }

  .main-hero-wrap .hero-actions {
    align-items: stretch !important;
  }

  .main-hero-wrap .hero-actions .btn--primary,
  .main-hero-wrap .hero-secondary-cta {
    width: 100% !important;
    min-width: 0 !important;
  }

  .main-hero-wrap .hero-platform-chips {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .main-hero-wrap .hero-stage::before {
    height: clamp(250px, 78vw, 390px) !important;
    background-size: auto 100% !important;
    background-position: right bottom !important;
  }

  .main-hero-wrap .hero-visual-card {
    min-height: clamp(250px, 78vw, 390px) !important;
  }

  .main-hero-wrap .hero-capability-strip {
    grid-template-columns: 1fr !important;
  }

  .main-hero-wrap .hero-capability-strip span {
    border-left: 0 !important;
    border-top: 1px solid rgba(20,33,72,.08) !important;
  }

  .main-hero-wrap .hero-capability-strip span:first-child {
    border-top: 0 !important;
  }

  .main-hero-wrap .hero-apps-section,
  .main-hero-wrap .landing-steps-strip,
  .main-hero-wrap .video-section,
  .main-hero-wrap .landing-showcase-section,
  .main-hero-wrap .landing-final-cta {
    width: calc(100vw - 24px) !important;
  }
}

/* v36 hero fail-safe: do not depend only on a pseudo-element background image.
   Keep the real hero <img> visible as the source of truth, then blend it like a background. */
.main-hero-wrap .hero-stage {
  grid-template-columns: minmax(360px, .43fr) minmax(0, .57fr) !important;
  min-height: clamp(560px, 45vw, 720px) !important;
  padding-top: clamp(46px, 4.8vw, 74px) !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.98) 30%, rgba(255,255,255,.78) 43%, rgba(255,255,255,.22) 58%, rgba(226,249,249,.68) 100%),
    radial-gradient(circle at 88% 7%, rgba(24,199,193,.22), transparent 28vw),
    radial-gradient(circle at 7% 0%, rgba(101,73,236,.12), transparent 25vw),
    linear-gradient(90deg, #fff 0%, #fff 39%, #e9fafb 100%) !important;
}

.main-hero-wrap .hero-stage::before {
  display: none !important;
  content: none !important;
}

.main-hero-wrap .hero-stage::after {
  z-index: 3 !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 29%, rgba(255,255,255,.54) 43%, rgba(255,255,255,.08) 57%, rgba(255,255,255,0) 74%),
    linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 58%, rgba(255,255,255,.92) 100%) !important;
}

.main-hero-wrap .hero-copy {
  z-index: 6 !important;
}

.main-hero-wrap .hero-visual-card {
  display: block !important;
  grid-area: visual !important;
  align-self: stretch !important;
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(470px, 38vw, 660px) !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  pointer-events: none !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.16) 7%, rgba(0,0,0,.72) 20%, #000 34%, #000 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.16) 7%, rgba(0,0,0,.72) 20%, #000 34%, #000 100%) !important;
}

.main-hero-wrap .hero-visual-card::before,
.main-hero-wrap .hero-visual-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.main-hero-wrap .hero-visual-card::before {
  background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.46) 17%, rgba(255,255,255,0) 34%) !important;
}

.main-hero-wrap .hero-visual-card::after {
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 72%, rgba(255,255,255,.92) 100%) !important;
}

.main-hero-wrap .hero-visual-card__img {
  display: block !important;
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  width: 118% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: 64% 48% !important;
  transform: translateX(-2%) scale(1.04) !important;
  opacity: .98 !important;
  filter: saturate(1.03) contrast(1.02) !important;
}

.main-hero-wrap .hero-capability-strip,
.main-hero-wrap .hero-apps-section,
.main-hero-wrap .landing-steps-strip {
  z-index: 7 !important;
}

@media (max-width: 1180px) {
  .main-hero-wrap .hero-stage {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .main-hero-wrap .hero-stage::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 42%, rgba(255,255,255,.42) 62%, rgba(255,255,255,.92) 100%) !important;
  }

  .main-hero-wrap .hero-visual-card {
    min-height: clamp(320px, 54vw, 520px) !important;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%) !important;
    mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%) !important;
  }

  .main-hero-wrap .hero-visual-card__img {
    width: 100% !important;
    height: 112% !important;
    object-position: 70% 42% !important;
    transform: scale(1.03) !important;
  }
}

@media (max-width: 720px) {
  .main-hero-wrap .hero-visual-card {
    min-height: clamp(260px, 74vw, 390px) !important;
  }

  .main-hero-wrap .hero-visual-card__img {
    width: 112% !important;
    object-position: 72% 40% !important;
    transform: translateX(-5%) scale(1.04) !important;
  }
}

/* v40 safety patch: restore public theme carousel arrows without changing JS or carousel behavior.
   The previous visual pass clipped the controls by forcing the showcase wrappers to overflow hidden.
   Keep only the moving image mask clipped; the controls must remain visible and clickable. */
.landing-showcase-section,
.landing-showcase-section .hero-media-row,
.landing-showcase-section .hero-media-row.hero-media-row--original-first,
.landing-showcase-section .hero-template-carousel-box,
.landing-showcase-section .hero-gallery,
.landing-showcase-section .hero-gallery__viewport,
#hero-gallery-viewport,
#hero-gallery-viewport .hero-carousel {
  overflow: visible !important;
}

/* Hide only the legacy/original theme media panel; do not hide or disable carousel controls. */
.landing-showcase-section .hero-original-theme-box,
.landing-showcase-section .hero-image-panel.hero-original-theme-box,
.landing-showcase-section .hero-media-row.hero-media-row--original-first > .hero-original-theme-box {
  display: none !important;
}

.landing-showcase-section .hero-template-carousel-box {
  position: relative !important;
  z-index: 2 !important;
  padding-inline: clamp(34px, 4vw, 64px) !important;
}

#hero-gallery-viewport .hero-carousel {
  position: relative !important;
  isolation: isolate !important;
  padding-inline: clamp(44px, 5vw, 76px) !important;
}

#hero-gallery-viewport .hero-carousel__mask {
  overflow: hidden !important;
  position: relative !important;
  z-index: 1 !important;
}

#hero-gallery-viewport .hero-carousel__nav,
#hero-gallery-viewport .hero-carousel[data-count] .hero-carousel__nav,
#hero-gallery-viewport .hero-carousel[data-count="1"] .hero-carousel__nav {
  display: inline-grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: absolute !important;
  top: 50% !important;
  z-index: 999 !important;
  width: clamp(42px, 3.2vw, 52px) !important;
  height: clamp(42px, 3.2vw, 52px) !important;
  place-items: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, .78) !important;
  background: rgba(255, 255, 255, .88) !important;
  color: #25234f !important;
  box-shadow: 0 18px 44px rgba(37, 35, 79, .16), 0 5px 16px rgba(91, 92, 240, .12) !important;
  backdrop-filter: blur(16px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(150%) !important;
  transform: translateY(-50%) !important;
}

#hero-gallery-viewport .hero-carousel__nav--prev {
  left: clamp(4px, .8vw, 14px) !important;
  right: auto !important;
}

#hero-gallery-viewport .hero-carousel__nav--next {
  right: clamp(4px, .8vw, 14px) !important;
  left: auto !important;
}

#hero-gallery-viewport .hero-carousel__nav:hover,
#hero-gallery-viewport .hero-carousel__nav:focus-visible {
  opacity: 1 !important;
  background: rgba(255, 255, 255, .98) !important;
  transform: translateY(-50%) scale(1.045) !important;
  box-shadow: 0 22px 52px rgba(37, 35, 79, .20), 0 8px 20px rgba(91, 92, 240, .16) !important;
}

#hero-gallery-viewport .hero-carousel__nav-icon {
  display: block !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 720px) {
  .landing-showcase-section .hero-template-carousel-box {
    padding-inline: 18px !important;
  }

  #hero-gallery-viewport .hero-carousel {
    padding-inline: 42px !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--prev {
    left: 2px !important;
  }

  #hero-gallery-viewport .hero-carousel__nav--next {
    right: 2px !important;
  }
}



/* v41 showcase surface fix: make templates + trusted brands feel like the top hero surface.
   CSS-only. Keeps the carousel DOM, arrows, drag/double-click preview, and brand-marquee JS untouched. */
.main-hero-wrap .landing-showcase-section,
.landing-showcase-section {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: clamp(24px, 3vw, 48px) 0 0 !important;
  transform: translateX(-50%) !important;
  padding: clamp(54px, 5.4vw, 92px) clamp(44px, 5vw, 96px) clamp(42px, 4.2vw, 72px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 45%, rgba(230,250,250,.78) 100%),
    radial-gradient(circle at 88% 7%, rgba(24,199,193,.16), transparent 30vw),
    radial-gradient(circle at 0% 45%, rgba(101,73,236,.10), transparent 24vw) !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: clip visible !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.landing-showcase-section::before,
.landing-showcase-section::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.landing-showcase-section::before {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.86) 17%, rgba(255,255,255,.58) 31%, rgba(255,255,255,0) 48%),
    linear-gradient(270deg, #fff 0%, rgba(255,255,255,.74) 9%, rgba(255,255,255,0) 23%) !important;
}

.landing-showcase-section::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,0) 13%, rgba(255,255,255,0) 78%, rgba(255,255,255,.94) 100%) !important;
}

.landing-showcase-section > *,
.landing-showcase-section .hero-bottom,
.landing-showcase-section .hero-media-row,
.landing-showcase-section .hero-media-row.hero-media-row--original-first,
.landing-showcase-section #hero-proof-row,
.landing-showcase-section .hero-proof-row {
  position: relative !important;
  z-index: 2 !important;
}

.landing-showcase-section__head {
  width: min(100%, 1540px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: clamp(34px, 4vw, 72px) !important;
}

.landing-showcase-section .hero-bottom {
  width: min(100%, 1740px) !important;
  max-width: 1740px !important;
  margin: 0 auto !important;
  gap: clamp(24px, 3vw, 54px) !important;
}

/* Remove the visible boxed/card surfaces behind templates and logos. */
.landing-showcase-section .hero-gallery,
.landing-showcase-section .hero-template-carousel-box,
.landing-showcase-section .trusted-section,
.landing-showcase-section .hero-brand-chip-box,
#hero-proof-row .trusted-section.hero-brand-chip-box,
#hero-proof-row .hero-brand-chip-box {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.landing-showcase-section .hero-template-carousel-box,
.landing-showcase-section .hero-gallery {
  min-height: clamp(360px, 31vw, 560px) !important;
  padding-inline: clamp(42px, 5vw, 84px) !important;
  overflow: visible !important;
}

.landing-showcase-section .hero-gallery__viewport,
#hero-gallery-viewport,
#hero-gallery-viewport .hero-carousel {
  overflow: visible !important;
  background: transparent !important;
}

/* Only the moving strip is clipped; controls remain outside and clickable. */
#hero-gallery-viewport .hero-carousel__mask {
  overflow: hidden !important;
  position: relative !important;
  z-index: 1 !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%) !important;
}

#hero-gallery-viewport .hero-carousel__nav {
  z-index: 50 !important;
}

.landing-showcase-section .hero-gallery__caption {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

/* Brand chips become a flat full-width proof band, not a boxed card. */
.landing-showcase-section .trusted-section,
.landing-showcase-section .hero-brand-chip-box,
#hero-proof-row .trusted-section.hero-brand-chip-box {
  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(18px, 2vw, 34px) 0 0 !important;
  margin: 0 !important;
  text-align: center !important;
  overflow: visible !important;
}

.landing-showcase-section #hero-brand-band,
.landing-showcase-section .logo-band,
.landing-showcase-section .trusted-logo-marquee,
#hero-proof-row .hero-brand-chip-box #hero-brand-band,
#hero-proof-row .hero-brand-chip-box .logo-band,
#hero-proof-row .hero-brand-chip-box .trusted-logo-marquee {
  width: 100% !important;
  max-width: 100% !important;
  min-height: clamp(96px, 8vw, 148px) !important;
  margin: clamp(18px, 2vw, 34px) 0 0 !important;
  padding: clamp(18px, 2.2vw, 34px) 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(239,235,255,.72) 0%, rgba(255,255,255,.88) 39%, rgba(214,250,248,.76) 100%) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%) !important;
}

@media (max-width: 980px) {
  .main-hero-wrap .landing-showcase-section,
  .landing-showcase-section {
    padding: clamp(42px, 8vw, 68px) clamp(18px, 4vw, 34px) clamp(34px, 6vw, 58px) !important;
  }

  .landing-showcase-section__head {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .landing-showcase-section__head .section-eyebrow,
  .landing-showcase-section__head h2,
  .landing-showcase-section__head p:not(.section-eyebrow) {
    grid-column: 1 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .landing-showcase-section .hero-template-carousel-box,
  .landing-showcase-section .hero-gallery {
    padding-inline: 8px !important;
  }

  #hero-gallery-viewport .hero-carousel {
    padding-inline: 42px !important;
  }
}



/* v42 final CTA logo fix: replace the temporary text glyph with the real uTap mark asset. */
.landing-final-cta__mark {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

.landing-final-cta__mark-img {
  display: block !important;
  width: clamp(34px, 3.6vw, 54px) !important;
  height: auto !important;
  max-width: 72% !important;
  max-height: 72% !important;
  object-fit: contain !important;
}



/* v43 hero-background lock
   The hero artwork is a background layer again: it moves with the hero section,
   stays behind the copy, and no longer creates a separated image block while scrolling. */
.main-hero-wrap .browser-shell,
.main-hero-wrap .hero-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.main-hero-wrap .hero-stage {
  position: relative !important;
  isolation: isolate !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: clamp(620px, 48vw, 780px) !important;
  margin: 0 calc(50% - 50vw) clamp(24px, 3vw, 44px) !important;
  padding: clamp(56px, 5.2vw, 86px) clamp(44px, 6vw, 92px) clamp(22px, 2.6vw, 38px) !important;
  display: grid !important;
  grid-template-columns: minmax(380px, .42fr) minmax(0, .58fr) !important;
  grid-template-areas:
    "copy visual"
    "strip strip"
    "apps apps"
    "steps steps" !important;
  column-gap: clamp(28px, 4vw, 72px) !important;
  row-gap: clamp(22px, 2.8vw, 44px) !important;
  align-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 36%, rgba(255,255,255,.58) 52%, rgba(232,250,250,.68) 100%),
    radial-gradient(circle at 92% 8%, rgba(20,199,191,.22), transparent 32vw),
    radial-gradient(circle at 4% 0%, rgba(101,73,236,.12), transparent 28vw),
    linear-gradient(90deg, #fff 0%, #fff 40%, #e9fafb 100%) !important;
  box-shadow: none !important;
}

.main-hero-wrap .hero-stage::before,
.main-hero-wrap .hero-stage::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}

.main-hero-wrap .hero-stage::before {
  z-index: 0 !important;
  background-image: url('/assets/utap-hero-card-tap.png') !important;
  background-repeat: no-repeat !important;
  background-size: auto min(100%, 760px) !important;
  background-position: right center !important;
  opacity: 1 !important;
}

.main-hero-wrap .hero-stage::after {
  z-index: 2 !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.97) 33%, rgba(255,255,255,.76) 45%, rgba(255,255,255,.22) 59%, rgba(255,255,255,0) 78%),
    linear-gradient(180deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 58%, rgba(255,255,255,.95) 100%) !important;
}

.main-hero-wrap .hero-copy {
  grid-area: copy !important;
  position: relative !important;
  z-index: 5 !important;
  max-width: min(740px, 46vw) !important;
}

.main-hero-wrap .hero-visual-card {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  grid-area: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.main-hero-wrap .hero-visual-card__img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: right center !important;
  transform: none !important;
}

.main-hero-wrap .hero-capability-strip,
.main-hero-wrap .hero-apps-section,
.main-hero-wrap .landing-steps-strip {
  position: relative !important;
  z-index: 6 !important;
}

@media (max-width: 1180px) {
  .main-hero-wrap .hero-stage {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "copy"
      "strip"
      "apps"
      "steps" !important;
    min-height: clamp(720px, 104vw, 980px) !important;
    padding: clamp(42px, 7vw, 64px) clamp(22px, 5vw, 48px) clamp(24px, 4vw, 42px) !important;
  }

  .main-hero-wrap .hero-stage::before {
    background-size: auto clamp(360px, 58vw, 560px) !important;
    background-position: right bottom !important;
    opacity: .96 !important;
  }

  .main-hero-wrap .hero-stage::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 38%, rgba(255,255,255,.62) 57%, rgba(255,255,255,.18) 74%, rgba(255,255,255,.94) 100%),
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.82) 48%, rgba(255,255,255,0) 100%) !important;
  }

  .main-hero-wrap .hero-copy {
    max-width: min(720px, 100%) !important;
  }
}

@media (max-width: 720px) {
  .main-hero-wrap .hero-stage {
    min-height: clamp(760px, 160vw, 1040px) !important;
    padding: 32px 18px 24px !important;
  }

  .main-hero-wrap .hero-stage::before {
    background-size: auto clamp(300px, 86vw, 430px) !important;
    background-position: right bottom !important;
  }

  .main-hero-wrap .hero-copy {
    max-width: 100% !important;
  }
}
/* v44-menu-and-hero-surface-lock
   Source-of-truth override for the two current defects:
   1) The opened menu is one compact dropdown card from the menu/logo side at every width.
   2) The tap-phone artwork is no longer a layout block. It is a hero surface layer that
      scrolls with the hero, like the V1CE reference behavior. */
:root {
  --utap-menu-card-width: clamp(326px, 25vw, 468px);
  --utap-menu-card-max-height: calc(100dvh - var(--landing-fixed-header-offset, 86px) - 16px);
  --utap-hero-art-left: clamp(34%, 43vw, 46%);
  --utap-hero-art-height: min(100%, 820px);
}

.site-bar.site-bar--landing {
  overflow: visible !important;
}

.site-bar.site-bar--landing .site-menu-shell {
  position: relative !important;
  overflow: visible !important;
  z-index: 980 !important;
}

.site-bar.site-bar--landing .site-menu-shell .site-menu-panel,
#site-menu-panel.site-menu-panel {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: min(var(--landing-menu-panel-width, var(--utap-menu-card-width)), calc(100vw - 16px)) !important;
  max-width: calc(100vw - 16px) !important;
  min-width: 0 !important;
  max-height: var(--utap-menu-card-max-height) !important;
  margin: 0 !important;
  padding: 12px !important;
  display: none !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
  align-content: start !important;
  justify-items: stretch !important;
  justify-content: stretch !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  text-align: left !important;
  border: 1px solid rgba(15, 23, 42, .10) !important;
  border-radius: clamp(22px, 1.6vw, 28px) !important;
  background: rgba(255, 255, 255, .985) !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .18) !important;
  backdrop-filter: blur(22px) saturate(1.12) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.12) !important;
  transform: translateX(var(--landing-menu-panel-shift-x, 0px)) !important;
  transform-origin: top left !important;
}

.site-bar.site-bar--landing.is-menu-open .site-menu-shell .site-menu-panel,
.site-bar.site-bar--landing.is-menu-open #site-menu-panel.site-menu-panel {
  display: grid !important;
}

#site-menu-panel .site-menu-panel__section,
#site-menu-panel .site-menu-panel__section--auth,
#site-menu-panel .site-menu-panel__section--main,
#site-menu-panel .site-menu-panel__section--more,
#site-menu-panel .site-menu,
#site-menu-panel .site-menu--main,
#site-menu-panel .site-menu--more,
#site-menu-panel .site-menu__dropdown,
#site-menu-panel .site-menu__dropdown-menu {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  justify-items: stretch !important;
  justify-content: stretch !important;
  align-content: start !important;
  text-align: left !important;
  transform: none !important;
}

#site-menu-panel .site-menu-panel__section {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 7px !important;
  padding: 0 !important;
}

#site-menu-panel .site-menu-panel__auth {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

#site-menu-panel .site-menu-panel__title {
  display: block !important;
  width: 100% !important;
  margin: 0 0 4px !important;
  padding: 0 6px !important;
  color: #667085 !important;
  font-size: .72rem !important;
  font-weight: 850 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

#site-menu-panel .site-menu,
#site-menu-panel .site-menu--main,
#site-menu-panel .site-menu--more {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 7px !important;
  padding: 0 !important;
}

#site-menu-panel .site-account-link,
#site-menu-panel .site-menu a,
#site-menu-panel .site-menu__trigger {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: rgba(15, 23, 42, .045) !important;
  color: #101828 !important;
  box-shadow: none !important;
  text-align: left !important;
  white-space: nowrap !important;
  transform: none !important;
}

#site-menu-panel .site-account-link:hover,
#site-menu-panel .site-menu a:hover,
#site-menu-panel .site-menu__trigger:hover {
  background: rgba(91, 92, 240, .085) !important;
}

#site-menu-panel .site-account-link svg,
#site-menu-panel .site-menu__trigger svg {
  flex: 0 0 auto !important;
}

#site-menu-panel .site-account-link [data-account-label],
#site-menu-panel .site-menu__trigger-label,
#site-menu-panel .site-menu a {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left !important;
}

#site-menu-panel .site-menu__trigger-arrow {
  margin-left: auto !important;
  flex: 0 0 auto !important;
}

#site-menu-panel .site-menu__dropdown {
  position: static !important;
  display: grid !important;
  gap: 0 !important;
  overflow: visible !important;
}

#site-menu-panel .site-menu__dropdown-menu {
  position: static !important;
  inset: auto !important;
  display: none !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 6px !important;
  margin-top: 7px !important;
  padding: 7px !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  border: 1px solid rgba(15, 23, 42, .07) !important;
  border-radius: 16px !important;
  background: rgba(15, 23, 42, .035) !important;
  box-shadow: none !important;
}

#site-menu-panel .site-menu__dropdown.is-open .site-menu__dropdown-menu {
  display: grid !important;
}

#site-menu-panel .site-menu__download,
#site-menu-panel .site-menu__download.is-empty {
  width: 100% !important;
  min-height: 42px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 6px 10px !important;
  align-items: center !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .74) !important;
  color: #101828 !important;
  text-align: left !important;
  overflow: hidden !important;
}

#site-menu-panel .site-menu__download strong,
#site-menu-panel .site-menu__download span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left !important;
}

.main-hero-wrap .browser-shell,
.main-hero-wrap .hero-page {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.main-hero-wrap .hero-stage {
  position: relative !important;
  isolation: isolate !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: clamp(640px, 48vw, 810px) !important;
  margin: 0 calc(50% - 50vw) clamp(24px, 3vw, 44px) !important;
  padding: clamp(58px, 5.6vw, 94px) clamp(44px, 6vw, 96px) clamp(24px, 2.8vw, 40px) !important;
  display: grid !important;
  grid-template-columns: minmax(390px, .42fr) minmax(0, .58fr) !important;
  grid-template-areas:
    "copy visual"
    "strip strip"
    "apps apps"
    "steps steps" !important;
  align-items: center !important;
  column-gap: clamp(28px, 4vw, 72px) !important;
  row-gap: clamp(22px, 2.8vw, 44px) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(20, 199, 191, .22), transparent 33vw),
    radial-gradient(circle at 4% 0%, rgba(101, 73, 236, .12), transparent 28vw),
    linear-gradient(90deg, #fff 0%, #fff 39%, rgba(232, 250, 250, .92) 100%) !important;
  box-shadow: none !important;
}

.main-hero-wrap .hero-stage::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

.main-hero-wrap .hero-stage::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.995) 0%, rgba(255,255,255,.985) 30%, rgba(255,255,255,.72) 43%, rgba(255,255,255,.16) 59%, rgba(255,255,255,0) 78%),
    linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 62%, rgba(255,255,255,.92) 100%) !important;
}

.main-hero-wrap .hero-copy {
  grid-area: copy !important;
  position: relative !important;
  z-index: 6 !important;
  width: 100% !important;
  max-width: min(760px, 46vw) !important;
}

.main-hero-wrap .hero-visual-card {
  position: absolute !important;
  inset: 0 0 0 var(--utap-hero-art-left) !important;
  z-index: 1 !important;
  display: block !important;
  width: auto !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
  opacity: 1 !important;
  pointer-events: none !important;
  transform: none !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.16) 8%, rgba(0,0,0,.76) 22%, #000 36%, #000 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.16) 8%, rgba(0,0,0,.76) 22%, #000 36%, #000 100%) !important;
}

.main-hero-wrap .hero-visual-card::before,
.main-hero-wrap .hero-visual-card::after {
  display: none !important;
  content: none !important;
}

.main-hero-wrap .hero-visual-card__img {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  display: block !important;
  width: auto !important;
  height: var(--utap-hero-art-height) !important;
  min-width: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: right center !important;
  opacity: 1 !important;
  filter: saturate(1.03) contrast(1.02) !important;
  transform: translateY(-50%) !important;
}

.main-hero-wrap .hero-capability-strip,
.main-hero-wrap .hero-apps-section,
.main-hero-wrap .landing-steps-strip {
  position: relative !important;
  z-index: 7 !important;
}

@media (max-width: 1180px) {
  :root {
    --utap-hero-art-left: 0%;
  }

  .main-hero-wrap .hero-stage {
    min-height: clamp(820px, 112vw, 1050px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "copy"
      "strip"
      "apps"
      "steps" !important;
    align-items: start !important;
    padding: clamp(42px, 7vw, 64px) clamp(22px, 5vw, 48px) clamp(24px, 4vw, 42px) !important;
  }

  .main-hero-wrap .hero-stage::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.965) 38%, rgba(255,255,255,.68) 55%, rgba(255,255,255,.16) 74%, rgba(255,255,255,.94) 100%),
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.82) 48%, rgba(255,255,255,0) 100%) !important;
  }

  .main-hero-wrap .hero-copy {
    max-width: min(720px, 100%) !important;
  }

  .main-hero-wrap .hero-visual-card {
    inset: auto 0 0 0 !important;
    height: clamp(380px, 56vw, 560px) !important;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%) !important;
    mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%) !important;
  }

  .main-hero-wrap .hero-visual-card__img {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 112% !important;
    min-width: 0 !important;
    object-fit: cover !important;
    object-position: right bottom !important;
    transform: none !important;
  }
}

@media (max-width: 720px) {
  .site-bar.site-bar--landing .site-menu-shell .site-menu-panel,
  #site-menu-panel.site-menu-panel {
    position: fixed !important;
    top: calc(var(--landing-fixed-header-offset, 78px) + 4px) !important;
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - var(--landing-fixed-header-offset, 78px) - 12px) !important;
    border-radius: 22px !important;
    transform: none !important;
  }

  #site-menu-panel .site-menu-panel__auth {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .main-hero-wrap .hero-stage {
    min-height: clamp(800px, 164vw, 1060px) !important;
    padding: 32px 18px 24px !important;
  }

  .main-hero-wrap .hero-visual-card {
    height: clamp(300px, 78vw, 440px) !important;
  }

  .main-hero-wrap .hero-visual-card__img {
    width: 112% !important;
    height: 112% !important;
    object-position: right bottom !important;
  }
}

@media (max-width: 380px) {
  #site-menu-panel .site-menu-panel__auth {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* v50-menu-dropdown-and-hero-background-lock
   Final narrow correction for the two current defects only:
   1) the opened menu is always one stable dropdown card, not a layout that reshapes per browser width;
   2) the hero artwork is a background surface inside the hero stage, not a separated right-side image block. */

/* ---------- Stable dropdown geometry ---------- */
:root {
  --utap-menu-card-width-v50: clamp(334px, 25vw, 448px);
  --utap-menu-card-pad-v50: clamp(10px, .8vw, 14px);
  --utap-menu-row-height-v50: 44px;
  --utap-menu-row-radius-v50: 17px;
}

.site-bar.site-bar--landing {
  overflow: visible !important;
}

.site-bar.site-bar--landing .site-menu-shell {
  position: relative !important;
  z-index: 1200 !important;
  overflow: visible !important;
}

.site-bar.site-bar--landing .site-menu-shell .site-menu-panel,
#site-menu-panel.site-menu-panel {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: min(var(--landing-menu-panel-width, var(--utap-menu-card-width-v50)), calc(100vw - 16px)) !important;
  max-width: calc(100vw - 16px) !important;
  min-width: 0 !important;
  max-height: calc(100dvh - var(--landing-fixed-header-offset, 86px) - 12px) !important;
  margin: 0 !important;
  padding: var(--utap-menu-card-pad-v50) !important;
  display: none !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 9px !important;
  align-items: stretch !important;
  align-content: start !important;
  justify-items: stretch !important;
  justify-content: stretch !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  border: 1px solid rgba(15, 23, 42, .10) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .985) !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .18) !important;
  backdrop-filter: blur(22px) saturate(1.12) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.12) !important;
  text-align: left !important;
  transform: translateX(var(--landing-menu-panel-shift-x, 0px)) !important;
  transform-origin: top left !important;
}

.site-bar.site-bar--landing.is-menu-open .site-menu-shell .site-menu-panel,
.site-bar.site-bar--landing.is-menu-open #site-menu-panel.site-menu-panel {
  display: grid !important;
}

#site-menu-panel .site-menu-panel__section,
#site-menu-panel .site-menu-panel__section--auth,
#site-menu-panel .site-menu-panel__section--main,
#site-menu-panel .site-menu-panel__section--more,
#site-menu-panel .site-menu-panel__auth,
#site-menu-panel .site-menu,
#site-menu-panel .site-menu--main,
#site-menu-panel .site-menu--more,
#site-menu-panel .site-menu__dropdown,
#site-menu-panel .site-menu__dropdown-menu {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  justify-items: stretch !important;
  justify-content: stretch !important;
  align-content: start !important;
  text-align: left !important;
  transform: none !important;
}

#site-menu-panel .site-menu-panel__section {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 7px !important;
  padding: 0 !important;
}

#site-menu-panel .site-menu-panel__auth {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  padding: 0 !important;
}

#site-menu-panel .site-menu-panel__title {
  display: block !important;
  width: 100% !important;
  margin: 0 0 4px !important;
  padding: 0 6px !important;
  color: #667085 !important;
  font-size: .72rem !important;
  font-weight: 850 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

#site-menu-panel .site-menu,
#site-menu-panel .site-menu--main,
#site-menu-panel .site-menu--more {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 7px !important;
  padding: 0 !important;
}

#site-menu-panel .site-account-link,
#site-menu-panel .site-menu a,
#site-menu-panel .site-menu__trigger {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: var(--utap-menu-row-height-v50) !important;
  margin: 0 !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: var(--utap-menu-row-radius-v50) !important;
  background: rgba(15, 23, 42, .045) !important;
  color: #101828 !important;
  -webkit-text-fill-color: #101828 !important;
  box-shadow: none !important;
  text-align: left !important;
  white-space: nowrap !important;
  transform: none !important;
}

#site-menu-panel .site-account-link:hover,
#site-menu-panel .site-menu a:hover,
#site-menu-panel .site-menu__trigger:hover,
#site-menu-panel .site-account-link:focus-visible,
#site-menu-panel .site-menu a:focus-visible,
#site-menu-panel .site-menu__trigger:focus-visible {
  background: rgba(91, 92, 240, .085) !important;
  outline: none !important;
}

#site-menu-panel .site-account-link [data-account-label],
#site-menu-panel .site-menu__trigger-label,
#site-menu-panel .site-menu a {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left !important;
}

#site-menu-panel .site-account-link svg,
#site-menu-panel .site-menu__trigger svg {
  flex: 0 0 auto !important;
}

#site-menu-panel .site-menu__trigger-arrow {
  margin-left: auto !important;
  flex: 0 0 auto !important;
}

#site-menu-panel .site-menu__dropdown {
  position: static !important;
  display: grid !important;
  gap: 0 !important;
  overflow: visible !important;
}

#site-menu-panel .site-menu__dropdown-menu {
  position: static !important;
  inset: auto !important;
  display: none !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 6px !important;
  margin-top: 7px !important;
  padding: 7px !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  border: 1px solid rgba(15, 23, 42, .07) !important;
  border-radius: 16px !important;
  background: rgba(15, 23, 42, .035) !important;
  box-shadow: none !important;
}

#site-menu-panel .site-menu__dropdown.is-open .site-menu__dropdown-menu {
  display: grid !important;
}

#site-menu-panel .site-menu__download,
#site-menu-panel .site-menu__download.is-empty {
  width: 100% !important;
  min-height: 42px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 6px 10px !important;
  align-items: center !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .76) !important;
  color: #101828 !important;
  text-align: left !important;
  overflow: hidden !important;
}

#site-menu-panel .site-menu__download strong,
#site-menu-panel .site-menu__download span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left !important;
}

/* At compact widths, the dropdown becomes the one approved full-width card under the header. */
@media (max-width: 980px) {
  .site-bar.site-bar--landing .site-menu-shell .site-menu-panel,
  #site-menu-panel.site-menu-panel {
    position: fixed !important;
    top: calc(var(--landing-fixed-header-offset, 78px) + 2px) !important;
    left: clamp(8px, 2.2vw, 16px) !important;
    right: clamp(8px, 2.2vw, 16px) !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - var(--landing-fixed-header-offset, 78px) - 10px) !important;
    transform: none !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 420px) {
  #site-menu-panel .site-menu-panel__auth {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* ---------- Hero artwork as page background surface ---------- */
.main-hero-wrap,
.main-hero-wrap .browser-shell,
.main-hero-wrap .hero-page {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow-x: clip !important;
}

.main-hero-wrap .hero-stage {
  position: relative !important;
  isolation: isolate !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: clamp(650px, 50vw, 820px) !important;
  margin: 0 calc(50% - 50vw) clamp(24px, 3vw, 44px) !important;
  padding: clamp(64px, 6.1vw, 100px) clamp(48px, 6.4vw, 104px) clamp(24px, 3vw, 46px) !important;
  display: grid !important;
  grid-template-columns: minmax(420px, .44fr) minmax(0, .56fr) !important;
  grid-template-areas:
    "copy visual"
    "strip strip"
    "apps apps"
    "steps steps" !important;
  align-items: center !important;
  column-gap: clamp(18px, 3vw, 58px) !important;
  row-gap: clamp(22px, 2.8vw, 44px) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(20, 199, 191, .22), transparent 33vw),
    radial-gradient(circle at 4% 0%, rgba(101, 73, 236, .12), transparent 28vw),
    linear-gradient(90deg, #fff 0%, #fff 38%, rgba(232, 250, 250, .94) 100%) !important;
  box-shadow: none !important;
}

.main-hero-wrap .hero-stage::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.998) 0%, rgba(255,255,255,.985) 25%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.36) 51%, rgba(255,255,255,0) 68%),
    linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 62%, rgba(255,255,255,.94) 100%) !important;
}

.main-hero-wrap .hero-stage::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 0 !important;
  z-index: 2 !important;
  height: 30% !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.96)) !important;
}

/* The existing <figure> remains in the DOM for accessibility/asset preloading,
   but it is now the background layer itself. */
.main-hero-wrap .hero-visual-card {
  grid-area: auto !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
  transform: none !important;
}

.main-hero-wrap .hero-visual-card::before,
.main-hero-wrap .hero-visual-card::after {
  content: none !important;
  display: none !important;
}

.main-hero-wrap .hero-visual-card__img {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  display: block !important;
  width: auto !important;
  height: min(100%, 840px) !important;
  min-width: 0 !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: right center !important;
  opacity: 1 !important;
  filter: saturate(1.04) contrast(1.02) !important;
  transform: translateY(-50%) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.06) 9%, rgba(0,0,0,.62) 26%, #000 42%, #000 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.06) 9%, rgba(0,0,0,.62) 26%, #000 42%, #000 100%) !important;
}

.main-hero-wrap .hero-copy {
  grid-area: copy !important;
  position: relative !important;
  z-index: 4 !important;
  width: min(760px, 48vw) !important;
  max-width: min(760px, 48vw) !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
  text-align: left !important;
}

.main-hero-wrap .hero-copy::before,
.main-hero-wrap .hero-copy::after {
  content: none !important;
  display: none !important;
}

.main-hero-wrap .hero-capability-strip,
.main-hero-wrap .hero-apps-section,
.main-hero-wrap .landing-steps-strip {
  position: relative !important;
  z-index: 5 !important;
}

@media (min-width: 1440px) {
  .main-hero-wrap .hero-visual-card__img {
    right: 0 !important;
    height: min(100%, 900px) !important;
  }
}

@media (max-width: 1180px) {
  .main-hero-wrap .hero-stage {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "copy"
      "strip"
      "apps"
      "steps" !important;
    min-height: clamp(780px, 112vw, 1040px) !important;
    padding: clamp(42px, 7vw, 64px) clamp(22px, 5vw, 48px) clamp(24px, 4vw, 42px) !important;
    align-items: start !important;
  }

  .main-hero-wrap .hero-copy {
    width: min(720px, 100%) !important;
    max-width: min(720px, 100%) !important;
  }

  .main-hero-wrap .hero-stage::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.995) 0%, rgba(255,255,255,.965) 40%, rgba(255,255,255,.68) 58%, rgba(255,255,255,.20) 74%, rgba(255,255,255,.94) 100%),
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.80) 52%, rgba(255,255,255,0) 100%) !important;
  }

  .main-hero-wrap .hero-visual-card__img {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    height: clamp(420px, 62vw, 620px) !important;
    transform: none !important;
    object-position: right bottom !important;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.30) 12%, #000 26%, #000 100%) !important;
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.30) 12%, #000 26%, #000 100%) !important;
  }
}

@media (max-width: 720px) {
  .main-hero-wrap .hero-stage {
    min-height: clamp(820px, 166vw, 1080px) !important;
    padding: 34px 18px 24px !important;
  }

  .main-hero-wrap .hero-visual-card__img {
    right: -18% !important;
    height: clamp(340px, 88vw, 470px) !important;
    opacity: .96 !important;
  }

  .main-hero-wrap .hero-platform-chips {
    justify-content: flex-start !important;
  }
}

/* ---------- v51 hard lock: menu form + hero image source ----------
   Root cause fixed here:
   1) The hero image was being used as an <img>. When the uploaded PNG was invalid,
      the browser rendered the alt text as visible page copy. The visual now comes
      from CSS background artwork; the <img> is only a silent preload fallback.
   2) The menu inherited older responsive grid rules, so links could drift into
      split columns. The panel is now one stable card with one grid for every size.
*/
html body .main-hero-wrap .hero-stage {
  background:
    radial-gradient(circle at 88% 12%, rgba(20, 199, 191, .22), transparent 34vw),
    radial-gradient(circle at 2% 0%, rgba(101, 73, 236, .12), transparent 28vw),
    linear-gradient(90deg, #ffffff 0%, #ffffff 40%, rgba(231, 250, 250, .96) 100%) !important;
}

html body .main-hero-wrap .hero-visual-card {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background-image: url('/assets/utap-hero-card-tap-bg.png') !important;
  background-repeat: no-repeat !important;
  background-size: auto min(100%, 900px) !important;
  background-position: right center !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

html body .main-hero-wrap .hero-visual-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.99) 23%, rgba(255,255,255,.88) 37%, rgba(255,255,255,.40) 52%, rgba(255,255,255,0) 70%),
    linear-gradient(180deg, rgba(255,255,255,0) 62%, rgba(255,255,255,.96) 100%) !important;
  pointer-events: none !important;
}

html body .main-hero-wrap .hero-visual-card::after {
  content: none !important;
  display: none !important;
}

html body .main-hero-wrap .hero-visual-card__img {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  pointer-events: none !important;
}

html body .main-hero-wrap .hero-copy {
  z-index: 4 !important;
}

@media (max-width: 1180px) {
  html body .main-hero-wrap .hero-visual-card {
    background-size: auto clamp(520px, 78vw, 760px) !important;
    background-position: right bottom !important;
  }

  html body .main-hero-wrap .hero-visual-card::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.995) 0%, rgba(255,255,255,.965) 42%, rgba(255,255,255,.56) 63%, rgba(255,255,255,.20) 82%, rgba(255,255,255,.94) 100%),
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.82) 48%, rgba(255,255,255,0) 100%) !important;
  }
}

@media (max-width: 720px) {
  html body .main-hero-wrap .hero-stage {
    min-height: clamp(860px, 178vw, 1120px) !important;
  }

  html body .main-hero-wrap .hero-visual-card {
    background-size: auto clamp(430px, 115vw, 590px) !important;
    background-position: right bottom !important;
  }
}

html body .main-hero-wrap .site-bar.site-bar--landing .site-menu-shell {
  position: relative !important;
  z-index: 5000 !important;
  overflow: visible !important;
}

html body .main-hero-wrap .site-bar.site-bar--landing #site-menu-panel.site-menu-panel {
  --utap-menu-card-width-v51: 456px;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: min(var(--utap-menu-card-width-v51), calc(100vw - 22px)) !important;
  max-width: calc(100vw - 22px) !important;
  min-width: 0 !important;
  max-height: calc(100dvh - var(--landing-fixed-header-offset, 82px) - 12px) !important;
  margin: 0 !important;
  padding: 14px !important;
  display: none !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border: 1px solid rgba(15, 23, 42, .10) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.992) !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .18) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
  transform: none !important;
  transform-origin: top left !important;
  text-align: left !important;
}

html body .main-hero-wrap .site-bar.site-bar--landing.is-menu-open #site-menu-panel.site-menu-panel {
  display: grid !important;
}

html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu-panel__section,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu-panel__section--auth,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu-panel__section--main,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu-panel__section--more,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu--main,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu--more,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu__dropdown,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu__dropdown-menu {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  justify-content: stretch !important;
  text-align: left !important;
  transform: none !important;
}

html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu-panel__auth {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu-panel__title {
  display: block !important;
  width: 100% !important;
  margin: 0 0 4px !important;
  padding: 0 4px !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-account-link,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu a,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu__trigger {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 17px !important;
  background: rgba(15,23,42,.055) !important;
  color: #101828 !important;
  -webkit-text-fill-color: #101828 !important;
  box-shadow: none !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  transform: none !important;
}

html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-account-link [data-account-label],
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu__trigger-label,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu a {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu__dropdown-menu {
  display: none !important;
  margin-top: 7px !important;
  padding: 7px !important;
  border-radius: 16px !important;
  background: rgba(15,23,42,.035) !important;
  box-shadow: none !important;
}

html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu__dropdown.is-open .site-menu__dropdown-menu,
html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu__dropdown:focus-within .site-menu__dropdown-menu {
  display: grid !important;
}

@media (max-width: 720px) {
  html body .main-hero-wrap .site-bar.site-bar--landing #site-menu-panel.site-menu-panel {
    position: fixed !important;
    top: calc(var(--landing-fixed-header-offset, 76px) + 2px) !important;
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 430px) {
  html body .main-hero-wrap #site-menu-panel.site-menu-panel .site-menu-panel__auth {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
