/* FP1 APP AND SUPPORT V9
   Same approved app/support layouts as V8.
   Hero titles use the accepted periwinkle-blue-aqua motion with no white stops.
   Homepage and menu are not targeted. */

:root {
  --fp1-approved-title-gradient-v9: linear-gradient(
    102deg,
    #8294ff 0%,
    #6d9fff 22%,
    #59b7ff 44%,
    #4ee8ea 66%,
    #59b7ff 84%,
    #8294ff 100%
  );
}

html body.product-page main.product-main {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

html body.product-page main.product-main > section.product-hero {
  position: static !important;
  isolation: auto !important;
  overflow: visible !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(450px, 1.12fr) !important;
  gap: clamp(2rem, 5vw, 4.5rem) !important;
  align-items: center !important;
  min-height: 590px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 2rem 0 0.5rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;
  transform: none !important;
  animation: none !important;
}

html body.product-page main.product-main > section.product-hero::before,
html body.product-page main.product-main > section.product-hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

html body.product-page .product-hero-copy {
  position: static !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.product-page .product-title-row {
  display: flex !important;
  align-items: center !important;
  gap: 0.85rem !important;
  margin-bottom: 1rem !important;
}

html body.product-page .product-title-row .app-icon {
  width: 50px !important;
  height: 50px !important;
  border-radius: 11px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24) !important;
}

html body.product-page .product-hero-visual {
  position: static !important;
  isolation: auto !important;
  overflow: visible !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  mask: none !important;
  -webkit-mask: none !important;
  transform: none !important;
}

html body.product-page .product-hero-visual::before,
html body.product-page .product-hero-visual::after {
  content: none !important;
  display: none !important;
}

html body.product-page .product-hero-visual .video-frame {
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  border-radius: 20px !important;
  background: #0a0f27 !important;
  box-shadow: var(--shadow) !important;
}

html body.product-page .product-hero h1,
html body.support-page .support-hero-copy h1 {
  display: inline-block !important;
  width: fit-content !important;
  max-width: 100% !important;
  color: #59b7ff !important;
  -webkit-text-fill-color: transparent !important;
  background-image: var(--fp1-approved-title-gradient-v9) !important;
  background-size: 170% 100% !important;
  background-position: 0% 50% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-weight: 900 !important;
  filter: none !important;
  animation: fp1-approved-title-shift-v9 9s ease-in-out infinite alternate !important;
}

html body.product-page .product-hero h1 {
  margin: 0 0 1rem !important;
  padding: 0 0 0.06em !important;
  font-size: clamp(2.25rem, 5vw, 4.25rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.025em !important;
  text-wrap: normal !important;
}

html body.support-page .support-hero-v2 {
  overflow: visible !important;
  padding: clamp(3.5rem, 5.5vw, 5.25rem) 0 clamp(1.5rem, 2.4vw, 2.4rem) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body.support-page .support-hero-v2::before,
html body.support-page .support-hero-v2::after {
  content: none !important;
  display: none !important;
}

@keyframes fp1-approved-title-shift-v9 {
  0% { background-position: 0% 50%; }
  50% { background-position: 50% 50%; }
  100% { background-position: 100% 50%; }
}

@media (max-width: 980px) {
  html body.product-page main.product-main > section.product-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0 !important;
  }

  html body.product-page .product-hero-visual {
    width: 100% !important;
    max-width: 850px !important;
  }
}

@media (max-width: 760px) {
  html body.product-page .product-hero h1 {
    font-size: clamp(2.25rem, 10vw, 4.25rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.product-page .product-hero h1,
  html body.support-page .support-hero-copy h1 {
    animation: none !important;
    background-position: 42% 50% !important;
  }
}

@supports not ((background-clip: text) or (-webkit-background-clip: text)) {
  html body.product-page .product-hero h1,
  html body.support-page .support-hero-copy h1 {
    color: #59b7ff !important;
    -webkit-text-fill-color: #59b7ff !important;
    background: none !important;
    animation: none !important;
  }
}
