.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper {
  position: relative;
  overflow: hidden;
  padding: var(--enlivy-kit-spacing-divider-md) 0;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] {
  width: 100%;
  max-width: var(--enlivy-kit-layout-container-max-width);
  margin: 0 auto;
  padding: 0 var(--enlivy-kit-spacing-md);
  display: grid;
  gap: var(--enlivy-kit-spacing-divider-sm);
  align-items: center;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="content"] {
  display: flex;
  flex-direction: column;
  gap: var(--enlivy-kit-spacing-md);
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="content"] > [data-section="kicker"] {
  display: block;
  width: fit-content;
  margin: 0;
  font-size: 18px;
  font-weight: var(--enlivy-kit-text-bold-font-weight);
  line-height: 1.2;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, var(--enlivy-kit-text-primary-color) 0%, var(--enlivy-kit-secondary-color) 50%, var(--enlivy-kit-text-primary-color) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: enlivy-kit-software-presentation-kicker-shift 3s ease-in-out infinite;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="content"] > h1 {
  margin: 0;
  letter-spacing: -0.02em;
  font-size: var(--enlivy-kit-text-heading1-font-size);
  line-height: var(--enlivy-kit-text-heading-line-height);
  font-weight: var(--enlivy-kit-text-bold-font-weight);
  color: var(--enlivy-kit-text-primary-color);
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="content"] > [data-section="included"] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--enlivy-kit-spacing-sm);
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="content"] > [data-section="blurb"] {
  margin: 0;
  max-width: 56ch;
  color: var(--enlivy-kit-text-secondary-color);
  font-size: var(--enlivy-kit-text-heading5-font-size);
  line-height: var(--enlivy-kit-text-heading-line-height);
  font-weight: var(--enlivy-kit-text-regular-font-weight);
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="content"] > [data-section="description"] {
  color: var(--enlivy-kit-text-secondary-color);
  max-width: 60ch;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="content"] > [data-section="description"] > p {
  margin: 0;
  font-size: var(--enlivy-kit-text-standard-font-size);
  line-height: var(--enlivy-kit-text-default-line-height);
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="content"] > [data-section="cta"] {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: var(--enlivy-kit-spacing-sm);
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="content"] > [data-section="cta"] > svg {
  transition: transform 200ms ease;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="content"] > [data-section="cta"]:hover > svg {
  transform: translateX(4px);
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="image"] {
  border: 1px solid var(--enlivy-kit-layout-primary-border-color);
  border-radius: var(--enlivy-kit-general-border-radius);
  background-color: var(--enlivy-kit-secondary-background-color);
  box-shadow: var(--enlivy-kit-box-shadow-primary);
  overflow: hidden;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="image"] > img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper > [data-section="container"] > [data-section="image"][data-section-media="video"] > iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper[data-enlivy-kit-layout="split"] > [data-section="container"] {
  grid-template-columns: 1.05fr 0.95fr;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper[data-enlivy-kit-layout="centered"] > [data-section="container"] {
  grid-template-columns: 1fr;
  max-width: 820px;
  text-align: center;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper[data-enlivy-kit-layout="centered"] > [data-section="container"] > [data-section="content"] {
  align-items: center;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper[data-enlivy-kit-layout="centered"] > [data-section="container"] > [data-section="content"] > [data-section="kicker"] {
  margin-left: auto;
  margin-right: auto;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper[data-enlivy-kit-layout="centered"] > [data-section="container"] > [data-section="content"] > [data-section="included"] {
  justify-content: center;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper[data-enlivy-kit-layout="centered"] > [data-section="container"] > [data-section="content"] > [data-section="blurb"],
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper[data-enlivy-kit-layout="centered"] > [data-section="container"] > [data-section="content"] > [data-section="description"] {
  margin-left: auto;
  margin-right: auto;
}
.enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper[data-enlivy-kit-layout="centered"] > [data-section="container"] > [data-section="content"] > [data-section="cta"] {
  align-self: center;
}
@media only screen and (max-width: 1180px) {
  .enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper[data-enlivy-kit-layout="split"] > [data-section="container"] {
    grid-template-columns: 1fr;
  }
  .enlivy-kit-software-presentation-single-wrapper > .enlivy-kit-software-presentation-single-header-wrapper[data-enlivy-kit-layout="split"] > [data-section="container"] > [data-section="image"] > img {
    max-height: 360px;
  }
}
.enlivy-kit-software-presentation-included-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--enlivy-kit-spacing-xs);
  padding: 6px 14px;
  border: 1px solid var(--enlivy-kit-layout-primary-border-color);
  border-radius: 999px;
  background-color: var(--enlivy-kit-secondary-background-color);
  text-decoration: none;
  font-size: var(--enlivy-kit-text-small-font-size);
  line-height: 1.4;
  transition: border-color 200ms ease, transform 200ms ease;
}
.enlivy-kit-software-presentation-included-badge:hover {
  border-color: rgba(var(--enlivy-kit-primary-color-rgb), 0.5);
  transform: translateY(-1px);
}
.enlivy-kit-software-presentation-included-badge > [data-part="label"] {
  color: var(--enlivy-kit-text-secondary-color);
}
.enlivy-kit-software-presentation-included-badge > [data-part="product"] {
  color: var(--enlivy-kit-text-primary-color);
  font-weight: var(--enlivy-kit-text-semibold-font-weight, 600);
}
.enlivy-kit-software-presentation-included-badge > [data-part="price"] {
  display: inline-flex;
  align-items: center;
  gap: var(--enlivy-kit-spacing-xs);
  color: var(--enlivy-kit-primary-color);
  font-weight: var(--enlivy-kit-text-semibold-font-weight, 600);
}
.enlivy-kit-software-presentation-included-badge > [data-part="price"]::before {
  content: "·";
  color: var(--enlivy-kit-text-secondary-color);
}
@keyframes enlivy-kit-software-presentation-kicker-shift {
  0% { background-position: 0 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0 50%; }
}
