/* AI hero redesign v2 — scoped override only; all content below the hero is untouched. */
html body section.ai-hero {
  isolation: isolate;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: radial-gradient(circle at 78% 35%, #dffaf6 0, #f3fbff 36%, #f8fbff 70%, #fff 100%) !important;
}

html body section.ai-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 30%, rgba(255,255,255,.70) 49%, rgba(255,255,255,.12) 76%, rgba(255,255,255,.38) 100%) !important;
  pointer-events: none;
}

html body section.ai-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  height: 86px;
  background: linear-gradient(transparent, rgba(255,255,255,.76));
  pointer-events: none;
}

html body section.ai-hero .ai-hero-grid {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  opacity: .28 !important;
  background-image: linear-gradient(rgba(13,148,158,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(13,148,158,.15) 1px, transparent 1px) !important;
  background-size: 48px 48px !important;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 86%) !important;
  mask-image: linear-gradient(90deg, #000, transparent 86%) !important;
}

html body section.ai-hero .ai-hero-glow {
  display: block !important;
  position: absolute !important;
  z-index: 1 !important;
  border-radius: 50% !important;
  filter: blur(30px) !important;
  pointer-events: none !important;
}

html body section.ai-hero .ai-hero-glow-one {
  top: -180px !important;
  left: 30% !important;
  width: 420px !important;
  height: 420px !important;
  background: rgba(120,232,218,.22) !important;
}

html body section.ai-hero .ai-hero-glow-two {
  right: -120px !important;
  bottom: -300px !important;
  width: 600px !important;
  height: 600px !important;
  background: rgba(189,236,117,.20) !important;
}

html body section.ai-hero .ai-hero-inner {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: min(1320px, calc(100% - 48px)) !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 34px 0 58px !important;
  gap: 0 !important;
}

html body section.ai-hero .ai-hero-copy {
  position: relative !important;
  inset: auto !important;
  z-index: 6 !important;
  display: block !important;
  width: min(650px, 52vw) !important;
  max-width: 650px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  text-align: left !important;
  align-items: initial !important;
  text-shadow: none !important;
}

html body section.ai-hero .ai-hero-copy > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

html body section.ai-hero .ai-hero-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 11px !important;
  color: #078d8a !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .23em !important;
}

html body section.ai-hero .ai-hero-eyebrow i {
  display: block !important;
  width: 32px !important;
  height: 1px !important;
  background: #078d8a !important;
  box-shadow: 0 0 10px rgba(7,141,138,.35) !important;
}

html body section.ai-hero h1 {
  margin: 20px 0 20px !important;
  color: #173c50 !important;
  font-size: clamp(54px, 5.6vw, 84px) !important;
  font-weight: 760 !important;
  line-height: 1.04 !important;
  letter-spacing: -.065em !important;
  text-shadow: 0 3px 20px rgba(255,255,255,.88) !important;
}

html body section.ai-hero h1 em {
  color: #0b9b83 !important;
  font-style: normal !important;
}

html body section.ai-hero .ai-hero-copy > p {
  max-width: 600px !important;
  margin: 0 !important;
  color: #4b6974 !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
}

html body section.ai-hero .ai-hero-actions {
  display: flex !important;
  grid-template-columns: none !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  width: auto !important;
  margin-top: 28px !important;
}

html body section.ai-hero .ai-hero-actions > * {
  width: auto !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  font-size: 14px !important;
}

html body section.ai-hero .button-primary {
  background: linear-gradient(135deg, #1ec9be, #5bb5e8) !important;
  color: #083b49 !important;
  box-shadow: 0 14px 32px rgba(28,174,178,.20) !important;
}

html body section.ai-hero .button-secondary {
  border-color: rgba(13,129,135,.28) !important;
  background: rgba(255,255,255,.76) !important;
  color: #126a70 !important;
  backdrop-filter: blur(12px) !important;
}

html body section.ai-hero .ai-hero-proof {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 24px !important;
  width: auto !important;
  margin-top: 34px !important;
}

html body section.ai-hero .ai-hero-proof > div {
  display: grid !important;
  min-height: 0 !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 24px 0 0 !important;
  border: 0 !important;
  border-right: 1px solid rgba(13,148,158,.20) !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

html body section.ai-hero .ai-hero-proof > div:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}

html body section.ai-hero .ai-hero-proof strong {
  color: #148c73 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

html body section.ai-hero .ai-hero-proof span {
  color: #64848a !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
}

html body section.ai-hero .ai-hero-visual {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: hidden !important;
  opacity: 1 !important;
  background: transparent !important;
}

html body section.ai-hero .ai-hero-visual::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 30%, rgba(255,255,255,.70) 49%, rgba(255,255,255,.12) 76%, rgba(255,255,255,.38) 100%) !important;
  pointer-events: none !important;
}

html body section.ai-hero .ai-hero-visual img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  content: normal !important;
  opacity: .94 !important;
  filter: saturate(1.08) contrast(1.03) brightness(1.04) !important;
}

html body section.ai-hero .ai-signal {
  display: flex !important;
  z-index: 3 !important;
  border-color: rgba(13,148,158,.28) !important;
  background: rgba(255,255,255,.78) !important;
  box-shadow: 0 14px 40px rgba(19,91,104,.12) !important;
  color: #145569 !important;
  backdrop-filter: blur(14px) !important;
}

html body section.ai-hero .ai-signal b {
  background: #b5dd43 !important;
  box-shadow: 0 0 0 5px rgba(181,221,67,.14), 0 0 14px rgba(181,221,67,.50) !important;
}

html body section.ai-hero .ai-signal-one { top: 22% !important; right: 12% !important; }
html body section.ai-hero .ai-signal-two { right: 27% !important; bottom: 22% !important; }

html body section.ai-hero .ai-scroll-cue {
  display: flex !important;
  z-index: 6 !important;
  bottom: 24px !important;
  color: #5e9296 !important;
}

html body section.ai-hero .ai-scroll-cue i { background: #5e9296 !important; }

@media (max-width: 760px) {
  html body section.ai-hero {
    height: 450px !important;
    min-height: 450px !important;
    max-height: 450px !important;
  }

  html body section.ai-hero::before {
    background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.93) 49%, rgba(255,255,255,.44) 100%) !important;
  }

  html body section.ai-hero .ai-hero-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: calc(100% - 32px) !important;
    height: 100% !important;
    padding: 16px 0 22px !important;
  }

  html body section.ai-hero .ai-hero-copy {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    text-align: left !important;
  }

  html body section.ai-hero .ai-hero-eyebrow {
    font-size: 9px !important;
    letter-spacing: .16em !important;
  }

  html body section.ai-hero h1 {
    margin: 10px 0 10px !important;
    font-size: clamp(31px, 9.6vw, 43px) !important;
    line-height: 1.06 !important;
  }

  html body section.ai-hero .ai-hero-copy > p {
    max-width: 95% !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
  }

  html body section.ai-hero .ai-hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    width: 100% !important;
    margin-top: 13px !important;
  }

  html body section.ai-hero .ai-hero-actions > * {
    width: 100% !important;
    min-height: 38px !important;
    padding: 7px 8px !important;
    justify-content: center !important;
    font-size: 11px !important;
  }

  html body section.ai-hero .ai-hero-proof {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
    margin-top: 12px !important;
  }

  html body section.ai-hero .ai-hero-proof > div {
    min-height: 38px !important;
    padding: 6px 5px !important;
    border: 1px solid rgba(13,148,158,.16) !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,.58) !important;
    text-align: center !important;
  }

  html body section.ai-hero .ai-hero-proof > :last-child:nth-child(odd) {
    grid-column: auto !important;
  }

  html body section.ai-hero .ai-hero-proof strong,
  html body section.ai-hero .ai-hero-proof span {
    font-size: 8px !important;
    line-height: 1.15 !important;
  }

  html body section.ai-hero .ai-hero-visual {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  html body section.ai-hero .ai-hero-visual::before {
    background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.93) 49%, rgba(255,255,255,.44) 100%) !important;
  }

  html body section.ai-hero .ai-hero-visual img {
    position: absolute !important;
    object-fit: cover !important;
    object-position: 68% center !important;
    content: normal !important;
    opacity: .82 !important;
  }

  html body section.ai-hero .ai-signal,
  html body section.ai-hero .ai-scroll-cue {
    display: none !important;
  }
}

/* Explicit mobile preview mode, used only by ?preview=mobile. */
html.mobile-preview body section.ai-hero {
  height: 450px !important;
  min-height: 450px !important;
  max-height: 450px !important;
}
html.mobile-preview body section.ai-hero .ai-hero-inner {
  display: block !important;
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
}
html.mobile-preview body section.ai-hero .ai-hero-copy {
  position: relative !important;
  z-index: 6 !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  text-align: center !important;
  align-items: center !important;
}
html.mobile-preview body section.ai-hero .ai-hero-copy > * {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
html.mobile-preview body section.ai-hero h1 {
  margin: 10px 0 !important;
  font-size: clamp(31px, 9.6vw, 43px) !important;
  line-height: 1.06 !important;
}
html.mobile-preview body section.ai-hero .ai-hero-copy > p {
  max-width: 95% !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
}
html.mobile-preview body section.ai-hero .ai-hero-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
  width: 100% !important;
  margin-top: 13px !important;
}
html.mobile-preview body section.ai-hero .ai-hero-actions > * {
  width: 100% !important;
  min-height: 38px !important;
  padding: 7px 8px !important;
  justify-content: center !important;
  font-size: 11px !important;
}
html.mobile-preview body section.ai-hero .ai-hero-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 6px !important;
  width: 100% !important;
  margin-top: 12px !important;
}
html.mobile-preview body section.ai-hero .ai-hero-proof > div {
  min-height: 38px !important;
  padding: 6px 5px !important;
  border: 1px solid rgba(13,148,158,.16) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.58) !important;
  text-align: center !important;
}
html.mobile-preview body section.ai-hero .ai-hero-proof strong,
html.mobile-preview body section.ai-hero .ai-hero-proof span {
  font-size: 8px !important;
  line-height: 1.15 !important;
}
html.mobile-preview body section.ai-hero .ai-hero-visual {
  top: 166px !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  z-index: 0 !important;
}
html.mobile-preview body section.ai-hero .ai-hero-visual::before {
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.82) 20%, rgba(255,255,255,.18) 65%, rgba(255,255,255,0) 100%) !important;
}

/* Keep the artwork anchored to the full hero viewport, while the copy stays in the content column. */
html body section.ai-hero .ai-hero-inner {
  position: static !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: max(24px, calc((100% - 1320px) / 2)) !important;
  padding-right: max(24px, calc((100% - 1320px) / 2)) !important;
  box-sizing: border-box !important;
}

html body section.ai-hero .ai-hero-visual {
  position: absolute !important;
  inset: 0 !important;
}

@media (max-width: 760px) {
  html body section.ai-hero .ai-hero-inner {
    display: block !important;
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
  }

  html body section.ai-hero .ai-hero-copy {
    position: relative !important;
    z-index: 6 !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    text-align: center !important;
    align-items: center !important;
  }

  html body section.ai-hero .ai-hero-copy > * {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  html body section.ai-hero .ai-hero-visual {
    top: 166px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    z-index: 0 !important;
  }

  html body section.ai-hero .ai-hero-visual::before {
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.82) 20%, rgba(255,255,255,.18) 65%, rgba(255,255,255,0) 100%) !important;
  }
}

/* Mobile video controls: reduce only the native play affordance. */
@media (max-width: 760px) {
  html body .video-card video::-webkit-media-controls-overlay-play-button,
  html body .video-card video::-webkit-media-controls-start-playback-button {
    transform: scale(.72) !important;
    transform-origin: center center !important;
  }

  html body .video-card video::-webkit-media-controls-play-button {
    transform: scale(.78) !important;
    transform-origin: center center !important;
  }
}

/* Final mobile composition: copy and artwork are two separate, non-overlapping rows. */
@media (max-width: 760px) {
  html body section.ai-hero {
    height: 450px !important;
    min-height: 450px !important;
    max-height: 450px !important;
    background: #fff !important;
  }

  html body section.ai-hero::before,
  html body section.ai-hero::after,
  html body section.ai-hero .ai-hero-grid,
  html body section.ai-hero .ai-hero-glow,
  html body section.ai-hero .ai-signal,
  html body section.ai-hero .ai-scroll-cue,
  html body section.ai-hero .ai-hero-visual::before {
    display: none !important;
  }

  html body section.ai-hero .ai-hero-inner {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body section.ai-hero .ai-hero-copy {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    z-index: 6 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 260px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background: #fff !important;
    text-align: center !important;
  }

  html body section.ai-hero .ai-hero-copy > * {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  html body section.ai-hero .ai-hero-visual {
    position: absolute !important;
    top: 260px !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
    overflow: hidden !important;
    opacity: 1 !important;
    background: #eafafa !important;
  }

  html body section.ai-hero .ai-hero-visual img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 68% center !important;
    content: normal !important;
    opacity: 1 !important;
    filter: none !important;
  }
}

html.mobile-preview body section.ai-hero {
  height: 450px !important;
  min-height: 450px !important;
  max-height: 450px !important;
  background: #fff !important;
}
html.mobile-preview body section.ai-hero::before,
html.mobile-preview body section.ai-hero::after,
html.mobile-preview body section.ai-hero .ai-hero-grid,
html.mobile-preview body section.ai-hero .ai-hero-glow,
html.mobile-preview body section.ai-hero .ai-signal,
html.mobile-preview body section.ai-hero .ai-scroll-cue,
html.mobile-preview body section.ai-hero .ai-hero-visual::before {
  display: none !important;
}
html.mobile-preview body section.ai-hero .ai-hero-inner {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
html.mobile-preview body section.ai-hero .ai-hero-copy {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 6 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 260px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background: #fff !important;
  text-align: center !important;
}
html.mobile-preview body section.ai-hero .ai-hero-copy > * {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
html.mobile-preview body section.ai-hero .ai-hero-visual {
  position: absolute !important;
  top: 260px !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 190px !important;
  min-height: 190px !important;
  max-height: 190px !important;
  overflow: hidden !important;
  opacity: 1 !important;
  background: #eafafa !important;
}
html.mobile-preview body section.ai-hero .ai-hero-visual img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 68% center !important;
  content: normal !important;
  opacity: 1 !important;
  filter: none !important;
}

/* Mobile video play control: small, custom button at the lower-left of each video. */
.mobile-play-button {
  display: none;
}

@media (max-width: 760px) {
  html body .video-card {
    position: relative !important;
  }

  html body .video-card video::-webkit-media-controls-overlay-play-button,
  html body .video-card video::-webkit-media-controls-start-playback-button {
    display: none !important;
  }

  html body .video-card .mobile-play-button {
    position: absolute !important;
    left: 10px !important;
    top: 50% !important;
    bottom: auto !important;
    z-index: 5 !important;
    display: grid !important;
    width: 26px !important;
    height: 26px !important;
    padding: 0 !important;
    place-items: center !important;
    border: 1px solid rgba(255,255,255,.85) !important;
    border-radius: 50% !important;
    background: rgba(11,55,70,.78) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.22) !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
  }

  html body .video-card .mobile-play-button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
  }

  html body .video-card .mobile-play-button.is-playing::before {
    width: 8px;
    height: 11px;
    margin-left: 0;
    border: 0;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}

html.mobile-preview body .video-card {
  position: relative !important;
}
html.mobile-preview body .video-card .mobile-play-button {
  position: absolute !important;
  left: 10px !important;
  top: 50% !important;
  bottom: auto !important;
  z-index: 5 !important;
  display: grid !important;
  width: 26px !important;
  height: 26px !important;
  padding: 0 !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.85) !important;
  border-radius: 50% !important;
  background: rgba(11,55,70,.78) !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.22) !important;
  cursor: pointer !important;
  transform: translateY(-50%) !important;
}
html.mobile-preview body .video-card .mobile-play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
html.mobile-preview body .video-card .mobile-play-button.is-playing::before {
  width: 8px;
  height: 11px;
  margin-left: 0;
  border: 0;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* Mobile video copy: center each label, title, and description with balanced side spacing. */
@media (max-width: 760px) {
  html body .video-card > div {
    padding: 18px 18px 22px !important;
    text-align: center !important;
  }

  html body .video-card > div > span {
    display: block !important;
    margin: 0 auto 7px !important;
    letter-spacing: .12em !important;
    text-align: center !important;
  }

  html body .video-card > div > h2 {
    margin: 0 auto 9px !important;
    max-width: 100% !important;
    line-height: 1.4 !important;
    text-align: center !important;
  }

  html body .video-card > div > p {
    max-width: 34em !important;
    margin: 0 auto !important;
    line-height: 1.7 !important;
    text-align: center !important;
  }
}

html.mobile-preview body .video-card > div {
  padding: 18px 18px 22px !important;
  text-align: center !important;
}
html.mobile-preview body .video-card > div > span {
  display: block !important;
  margin: 0 auto 7px !important;
  letter-spacing: .12em !important;
  text-align: center !important;
}
html.mobile-preview body .video-card > div > h2 {
  margin: 0 auto 9px !important;
  max-width: 100% !important;
  line-height: 1.4 !important;
  text-align: center !important;
}
html.mobile-preview body .video-card > div > p {
  max-width: 34em !important;
  margin: 0 auto !important;
  line-height: 1.7 !important;
  text-align: center !important;
}
