.mp4lp-page {
  --mp4-ink: #17172B;
  --mp4-muted: #00000099;
  --mp4-line: #E8E9F0;
  --mp4-orange: #E05149;
  --mp4-orange-light: #E08349;
  --mp4-coral: #FF6B59;
  --mp4-green: #23A978;
  --mp4-shadow: 0 16px 44px rgba(25, 34, 68, 0.08);
  color: var(--mp4-ink);
  overflow: hidden;
}

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

.mp4lp-page h1,
.mp4lp-page h2,
.mp4lp-page h3,
.mp4lp-page p {
  margin-top: 0;
}

.mp4lp-page h1 {
  margin-bottom: 20px;
  color: #000000;
  font-family: 'NunitoSans-ExtraBold';
  font-size: 2.5rem;
  line-height: 3.25rem;
}

.mp4lp-page h2 {
  margin-bottom: 0;
  color: #000000;
  font-family: 'NunitoSans-ExtraBold';
  font-size: 2.25rem;
  line-height: 2.25rem;
}

.mp4lp-page h3 {
  margin-bottom: 12px;
  color: #000000E5;
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.mp4lp-page p {
  margin-bottom: 0;
  color: var(--mp4-muted);
  font-family: 'NunitoSans-Regular';
  font-size: 1rem;
  line-height: 1.5rem;
}

.mp4lp-gradient-text {
  display: inline-block;
  margin-bottom: 0;
  background: linear-gradient(270deg, #FF4ABC 47.97%, #FFA53D 100%);
  background-clip: text;
  color: transparent;
  font-family: 'OleoScript-Bold';
  font-size: 2.25rem;
  line-height: 2.25rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mp4lp-section {
  padding: 88px 0;
}

.mp4lp-heading {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.mp4lp-heading p {
  margin-top: 8px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.mp4lp-hero {
  position: relative;
  padding: 24px 0 104px;
  background:
    radial-gradient(circle at 7% 18%, rgba(255, 194, 149, 0.24), transparent 31%),
    radial-gradient(circle at 70% 42%, rgba(255, 141, 131, 0.12), transparent 26%),
    radial-gradient(circle at 93% 30%, rgba(252, 190, 211, 0.22), transparent 31%),
    linear-gradient(110deg, #FFF8F2 0%, #FFFFFF 50%, #FFF3F7 100%);
}

.mp4lp-hero::before,
.mp4lp-hero::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.mp4lp-hero::before {
  top: 132px;
  right: -32px;
  width: 210px;
  height: 210px;
  background: rgba(255, 132, 122, 0.09);
}

.mp4lp-hero::after {
  bottom: 108px;
  left: 44%;
  width: 120px;
  height: 120px;
  background: rgba(255, 154, 128, 0.08);
}

.mp4lp-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: #77798A;
  font-size: 1rem;
  line-height: 1.125rem;
}

.mp4lp-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.mp4lp-breadcrumb a:hover {
  color: var(--mp4-orange);
}

.mp4lp-breadcrumb__current {
  color: var(--mp4-orange);
  font-family: 'NunitoSans-SemiBold';
}

.mp4lp-hero .row {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4.5rem;
}

.mp4lp-page .mp4lp-hero__lead {
  max-width: 38rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: 1.25rem 0 0;
}

.mp4lp-hero__stats {
  display: grid;
  width: 100%;
  max-width: 500px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  padding: 22px 12px;
  border: 1px solid rgba(18, 29, 57, 0.06);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(38, 55, 91, 0.08);
}

.mp4lp-hero__stat {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px;
  text-align: center;
}

.mp4lp-hero__stat + .mp4lp-hero__stat {
  border-left: 1px solid rgba(18, 29, 57, 0.12);
}

.mp4lp-hero__stat strong,
.mp4lp-hero__stat span {
  display: block;
}

.mp4lp-hero__stat strong {
  color: #000000E5;
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.5rem;
  line-height: 2.375rem;
}

.mp4lp-hero__stat span {
  margin-top: 4px;
  color: var(--mp4-muted);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mp4lp-hero__points {
  display: grid;
  gap: 11px;
  margin: 24px 0 26px;
  padding: 0;
  list-style: none;
}

.mp4lp-hero__points li {
  position: relative;
  padding-left: 26px;
  color: #333333;
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.125rem;
  line-height: 1.4rem;
}

.mp4lp-hero__points li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mp4-coral);
  content: "✓";
  font-family: 'NunitoSans-ExtraBold';
}

.mp4lp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.mp4lp-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: 'NunitoSans-SemiBold';
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mp4lp-btn:hover {
  transform: translateY(-2px);
}

.mp4lp-btn:focus-visible {
  outline: 3px solid rgba(71, 104, 232, 0.28);
  outline-offset: 3px;
}

.mp4lp-btn--primary {
  border-color: var(--mp4-orange);
  background: linear-gradient(95.46deg, var(--mp4-orange) 0%, var(--mp4-orange-light) 100%);
  box-shadow: 0 12px 26px rgba(224, 81, 73, 0.22);
  color: #FFFFFF;
}

.mp4lp-btn--primary:hover {
  border-color: var(--mp4-orange);
  background: var(--mp4-orange);
  color: #FFFFFF;
}

.mp4lp-btn--secondary {
  border-color: rgba(224, 81, 73, 0.72);
  background: #FFFFFF;
  color: var(--mp4-orange);
}

.mp4lp-btn--secondary:hover {
  border-color: var(--mp4-orange);
  background: #FFF6F4;
  color: var(--mp4-orange);
}

.mp4lp-download--mac {
  display: none;
}

[data-sys="win"] .mp4lp-download--mac,
[data-sys="mac"] .mp4lp-download--win {
  display: none;
}

[data-sys="win"] .mp4lp-download--win,
[data-sys="mac"] .mp4lp-download--mac {
  display: inline-flex;
}

.mp4lp-page .mp4lp-download--win[hidden],
.mp4lp-page .mp4lp-download--mac[hidden] {
  display: none !important;
}

.mp4lp-online-wrap {
  position: relative;
}

.mp4lp-online-wrap::before {
  position: absolute;
  inset: -14px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(255, 122, 61, 0.12), rgba(255, 78, 163, 0.08));
  content: "";
  pointer-events: none;
}

.mp4lp-trustbar {
  position: relative;
  z-index: 2;
  margin-top: -46px;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 46px,
    #F3F7FF 46px,
    #F3F7FF 100%
  );
}

.mp4lp-trustbar__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mp4lp-trustitem {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
  padding: 19px 18px;
  border: 1px solid rgba(85, 100, 151, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(26, 38, 78, 0.08);
  text-align: left;
}

.mp4lp-trustitem__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 9px;
  border-radius: 13px;
  background: #EEF3FF;
  color: #5571D9;
}

.mp4lp-trustitem:nth-child(2) .mp4lp-trustitem__icon {
  background: #FFF1EB;
  color: var(--mp4-orange);
}

.mp4lp-trustitem:nth-child(3) .mp4lp-trustitem__icon {
  background: #F0ECFF;
  color: #765FD4;
}

.mp4lp-trustitem:nth-child(4) .mp4lp-trustitem__icon {
  background: #EAF8F2;
  color: var(--mp4-green);
}

.mp4lp-trustitem strong {
  display: block;
  color: #000000E5;
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.mp4lp-trustitem span {
  display: block;
  color: var(--mp4-muted);
  font-size: 1rem;
  line-height: 1rem;
}

.mp4lp-section--feature-cards {
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.78), transparent 32%),
    radial-gradient(circle at 92% 84%, rgba(255, 255, 255, 0.7), transparent 30%),
    linear-gradient(110deg, #EFF7FF 0%, #F4F9FF 48%, #ECF5FF 100%);
}

.mp4lp-section--feature-cards .mp4lp-heading {
  max-width: 720px;
}

.mp4lp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.mp4lp-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(75, 99, 138, 0.1);
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0 14px 38px rgba(41, 73, 115, 0.08);
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.mp4lp-card__visual {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(75, 99, 138, 0.08);
  background: #EFF6FF;
}

.mp4lp-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp4lp-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 26px 26px;
}

.mp4lp-card:hover {
  box-shadow: 0 20px 48px rgba(41, 73, 115, 0.13);
  transform: translateY(-5px);
}

.mp4lp-card h3 {
  margin-bottom: 10px;
}

.mp4lp-card__body p {
  margin-bottom: 22px;
}

.mp4lp-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--mp4-coral);
  font-family: 'NunitoSans-ExtraBold';
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-decoration: none;
}

.mp4lp-card__link span {
  transition: transform 0.2s ease;
}

.mp4lp-card__link:hover {
  color: var(--mp4-orange);
}

.mp4lp-card__link:hover span {
  transform: translateX(3px);
}

.mp4lp-section--soft {
  background: linear-gradient(110deg, #FFF7F0 0%, #FFF1E8 100%);
}

.mp4lp-split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 56px;
}

.mp4lp-section--workflow .mp4lp-workflow__intro h2 {
  line-height: 3.2rem;
}

.mp4lp-section--workflow .mp4lp-gradient-text {
  display: block;
  line-height: 3.4rem;
}

.mp4lp-workflow__intro > p {
  margin-top: 16px;
}

.mp4lp-solution-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.mp4lp-workflow__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.mp4lp-solution-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(224, 81, 73, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
}

.mp4lp-solution-item__icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 15px;
  background: #FFE7E1;
  color: var(--mp4-orange);
}

.mp4lp-solution-item__icon svg {
  width: 36px;
  height: 36px;
}

.mp4lp-solution-item:first-child .mp4lp-solution-item__icon svg path:first-child {
  fill: currentColor;
  opacity: 0.2;
  stroke: currentColor;
  stroke-width: 2.5;
}

.mp4lp-solution-item:first-child .mp4lp-solution-item__icon svg path:last-child {
  fill: currentColor;
}

.mp4lp-solution-item:last-child .mp4lp-solution-item__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.mp4lp-solution-item:last-child .mp4lp-solution-item__icon svg path:last-child {
  fill: currentColor;
  stroke: none;
}

.mp4lp-solution-item strong {
  display: block;
  color: #000000E5;
  font-family: 'NunitoSans-SemiBold';
}

.mp4lp-solution-item p {
  margin-top: 3px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mp4lp-compare-wrap {
  overflow: hidden;
  border: 1px solid rgba(224, 81, 73, 0.12);
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: var(--mp4-shadow);
}

.mp4lp-compare {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.mp4lp-compare__capability {
  width: 52%;
}

.mp4lp-compare__option {
  width: 24%;
}

.mp4lp-compare thead {
  background: linear-gradient(95.46deg, var(--mp4-orange) 0%, var(--mp4-orange-light) 100%);
  color: #FFFFFF;
  font-family: 'NunitoSans-SemiBold';
}

.mp4lp-compare th,
.mp4lp-compare td {
  height: 56px;
  padding: 12px 20px;
  vertical-align: middle;
}

.mp4lp-compare thead th {
  height: 60px;
  font-weight: 800;
  text-align: left;
}

.mp4lp-compare thead th:not(:first-child),
.mp4lp-compare tbody td {
  text-align: center;
}

.mp4lp-compare tbody tr {
  border-bottom: 1px solid var(--mp4-line);
  color: #333333;
  font-size: 1rem;
  line-height: 1.25rem;
}

.mp4lp-compare tbody tr:last-child {
  border-bottom: 0;
}

.mp4lp-compare tbody th {
  font-family: 'NunitoSans-Regular';
  font-weight: 400;
  text-align: left;
}

.mp4lp-compare tbody td {
  font-family: 'NunitoSans-SemiBold';
}

.mp4lp-yes {
  color: var(--mp4-green);
}

.mp4lp-limited {
  color: #D4841D;
}

#formats {
  background: #FFFFFF;
}

.mp4lp-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mp4lp-format-card {
  display: flex;
  min-height: 84px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--mp4-line);
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0 6px 20px rgba(25, 34, 68, 0.04);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp4lp-format-card:hover {
  border-color: rgba(224, 81, 73, 0.36);
  box-shadow: 0 12px 28px rgba(25, 34, 68, 0.08);
  transform: translateY(-2px);
}

.mp4lp-format-card__from {
  display: grid;
  min-width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #FFF0EC;
  color: var(--mp4-orange);
  font-family: 'NunitoSans-ExtraBold';
  font-size: 0.875rem;
}

.mp4lp-format-card__arrow {
  color: var(--mp4-coral);
  font-family: 'NunitoSans-ExtraBold';
}

.mp4lp-format-card strong,
.mp4lp-format-card small {
  display: block;
}

.mp4lp-format-card strong {
  color: #000000E5;
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.125rem;
}

.mp4lp-format-card small {
  margin-top: 2px;
  color: var(--mp4-muted);
  font-size: 0.875rem;
  line-height: 1rem;
}

.mp4lp-section--use {
  background: linear-gradient(110deg, #F3F7FF 0%, #F6F3FF 100%);
}

.mp4lp-use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.mp4lp-use-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(87, 108, 183, 0.12);
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 10px 28px rgba(25, 34, 68, 0.06);
}

.mp4lp-use-card__visual {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(87, 108, 183, 0.08);
  background: #F4F6FF;
}

.mp4lp-use-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp4lp-use-card__body {
  padding: 22px 22px 24px;
}

.mp4lp-use-card h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.mp4lp-use-card p {
  font-size: 1rem;
  line-height: 1.25rem;
}

.mp4lp-section--steps {
  background: #FFFFFF;
}

.mp4lp-step-panel {
  padding: 24px;
  border: 1px solid rgba(104, 116, 172, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 123, 97, 0.12), transparent 25%),
    radial-gradient(circle at 88% 50%, rgba(120, 104, 242, 0.12), transparent 25%),
    linear-gradient(105deg, #FFF6F1 0%, #F4F5FF 100%);
}

.mp4lp-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mp4lp-step {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 26px 24px 28px;
  border: 1px solid rgba(104, 116, 172, 0.12);
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 12px 32px rgba(25, 34, 68, 0.07);
  text-align: center;
}

.mp4lp-step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -22px;
  z-index: 2;
  width: 24px;
  border-top: 3px dotted rgba(113, 127, 236, 0.55);
  content: "";
}

.mp4lp-step img {
  display: block;
  width: 144px;
  height: 108px;
  margin-bottom: 14px;
  object-fit: contain;
}

.mp4lp-step h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.mp4lp-step p {
  font-size: 1rem;
  line-height: 1.35rem;
}

.mp4lp-section--desktop {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.78), transparent 28%),
    linear-gradient(115deg, #F0F6FF 0%, #F7F8FF 52%, #EEF3FF 100%);
}

.mp4lp-desktop-showcase {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 10%, rgba(77, 115, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #102753 0%, #153D7E 100%);
  box-shadow: 0 24px 58px rgba(20, 48, 98, 0.2);
}

.mp4lp-desktop-showcase__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 14px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 19, 49, 0.28);
}

.mp4lp-desktop-showcase__bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #FF7161;
}

.mp4lp-desktop-showcase__bar span:nth-child(2) {
  background: #FFC75A;
}

.mp4lp-desktop-showcase__bar span:nth-child(3) {
  background: #44C783;
}

.mp4lp-desktop-showcase__bar strong {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-family: 'NunitoSans-SemiBold';
  font-size: 0.875rem;
}

.mp4lp-desktop-showcase__content {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 20px;
  padding: 22px;
}

.mp4lp-desktop-preview {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(5, 20, 51, 0.28);
}

.mp4lp-desktop-preview__media {
  position: relative;
  min-height: 0;
  flex: 1;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #102753;
}

.mp4lp-desktop-preview__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp4lp-desktop-preview__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 18px 0;
}

.mp4lp-desktop-preview__actions .mp4lp-btn {
  width: 100%;
  min-height: 48px;
}

.mp4lp-btn--desktop-online {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}

.mp4lp-btn--desktop-online:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
}

.mp4lp-desktop-preview__learn {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 7px;
  margin: 14px 18px 18px;
  color: rgba(255, 255, 255, 0.82);
  font-family: 'NunitoSans-SemiBold';
  font-size: 1rem;
  line-height: 1.125rem;
  text-decoration: none;
}

.mp4lp-desktop-preview__learn:hover {
  color: #FFFFFF;
}

.mp4lp-cap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  gap: 12px;
}

.mp4lp-cap {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.075);
}

.mp4lp-cap__icon {
  width: 42px;
  height: 42px;
  color: #C4D1FF;
}

.mp4lp-cap:last-child .mp4lp-cap__icon {
  width: 46px;
  height: 46px;
  overflow: visible;
}

.mp4lp-cap strong,
.mp4lp-cap span {
  display: block;
}

.mp4lp-cap strong {
  margin-bottom: 6px;
  color: #FFFFFF;
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.mp4lp-cap span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.125rem;
}

.mp4lp-section--related {
  background: #FFFFFF;
}

.mp4lp-related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mp4lp-related__main,
.mp4lp-related__side {
  position: relative;
  overflow: hidden;
  min-height: 396px;
  padding: 34px;
  border: 1px solid rgba(92, 110, 174, 0.12);
  border-radius: 22px;
}

.mp4lp-related__main {
  background: linear-gradient(135deg, #F2F5FF 0%, #F7F3FF 100%);
}

.mp4lp-related__side {
  background: linear-gradient(135deg, #FFF7EF 0%, #FFF0E9 100%);
}

.mp4lp-related__content {
  position: relative;
  z-index: 2;
  width: 58%;
}

.mp4lp-related__main h2 {
  font-size: clamp(1.25rem, 1.65vw, 1.625rem);
  line-height: 2.2rem;
  white-space: nowrap;
}

.mp4lp-related__illustration {
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 0;
  display: block;
  width: 36%;
  height: auto;
  opacity: 0.13;
  filter: saturate(0.55) contrast(0.92);
  mix-blend-mode: multiply;
  pointer-events: none;
  transform: translateY(-50%);
}

.mp4lp-related h2 {
  font-size: 1.875rem;
  line-height: 2.4rem;
}

.mp4lp-related p,
.mp4lp-link-list {
  position: relative;
  z-index: 1;
}

.mp4lp-related p {
  margin-top: 8px;
  line-height: 1.4rem;
}

.mp4lp-link-list {
  display: grid;
  gap: 0;
  margin-top: 20px;
}

.mp4lp-link-list a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  gap: 18px;
  width: max-content;
  max-width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(52, 64, 108, 0.1);
  font-family: 'NunitoSans-SemiBold';
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
}

.mp4lp-related__main .mp4lp-link-list a {
  color: #385BD7;
}

.mp4lp-related__side .mp4lp-link-list a {
  color: #D9544D;
}

.mp4lp-link-list a:last-child {
  border-bottom: 0;
}

.mp4lp-link-list a span:last-child {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.mp4lp-link-list a span:first-child {
  min-width: 0;
}

.mp4lp-related__main .mp4lp-link-list a:hover {
  color: #2443AD;
}

.mp4lp-related__side .mp4lp-link-list a:hover {
  color: #A93B36;
}

.mp4lp-link-list a:hover span:last-child {
  transform: translateX(4px);
}

.mp4lp-section--faq {
  background: #F8FAFE;
}

.mp4lp-faq {
  max-width: 56rem;
  margin: 0 auto;
}

.mp4lp-faq details {
  border: 0.0625rem solid var(--mp4-line);
  border-radius: 1rem;
  background: #FFFFFF;
  box-shadow: 0 0.6rem 1.6rem rgba(24, 24, 24, 0.04);
}

.mp4lp-faq details + details {
  margin-top: 0.85rem;
}

.mp4lp-faq summary {
  position: relative;
  padding: 1.15rem 3.5rem 1.15rem 1.25rem;
  color: #171717;
  cursor: pointer;
  list-style: none;
}

.mp4lp-faq summary h3 {
  margin: 0;
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.75rem;
}

.mp4lp-faq summary::-webkit-details-marker {
  display: none;
}

.mp4lp-faq summary::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  color: #FFFFFF;
  content: "+";
  line-height: 1.4rem;
  text-align: center;
  background: linear-gradient(135deg, #FF7A3D, #FF4EA3);
  transform: translateY(-50%);
}

.mp4lp-faq details[open] summary::after {
  content: "–";
}

.mp4lp-faq__body {
  margin: 0;
  padding: 0 1.25rem 1.2rem;
  color: #5E626C;
  font-size: 1rem;
  line-height: 1.4rem;
}

.mp4lp-final {
  padding: 80px 0;
  background: #FFFFFF;
}

.mp4lp-final__panel {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 84px 48px 104px;
  border-radius: 32px;
  background:
    radial-gradient(ellipse at 50% 94%, rgba(30, 128, 194, 0.26) 0%, rgba(17, 57, 103, 0.18) 25%, transparent 58%),
    radial-gradient(circle at 20% 10%, rgba(70, 78, 141, 0.12), transparent 30%),
    linear-gradient(180deg, #181825 0%, #171827 57%, #142038 100%);
  box-shadow: 0 24px 70px rgba(18, 24, 48, 0.12);
  text-align: center;
}

.mp4lp-final__panel::before {
  position: absolute;
  right: -12%;
  bottom: -62%;
  left: -12%;
  height: 75%;
  background:
    repeating-linear-gradient(90deg, transparent 0 74px, rgba(93, 200, 241, 0.14) 75px 76px),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(93, 200, 241, 0.12) 35px 36px);
  content: "";
  opacity: 0.48;
  transform: perspective(460px) rotateX(62deg) scale(1.25);
  transform-origin: center top;
}

.mp4lp-final__panel::after {
  position: absolute;
  right: 8%;
  bottom: -28px;
  left: 8%;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(66, 198, 233, 0.2) 0%, rgba(31, 99, 160, 0.08) 42%, transparent 72%);
  content: "";
  filter: blur(12px);
}

.mp4lp-final h2,
.mp4lp-final p,
.mp4lp-final__actions {
  position: relative;
  z-index: 1;
}

.mp4lp-final h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #FFFFFF;
  line-height: 3.25rem;
}

.mp4lp-final h2 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #FF9A3D 0%, #FF6D54 42%, #FF4ABC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mp4lp-final p {
  max-width: 760px;
  margin: 16px auto 40px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1.125rem;
  line-height: 1.7rem;
}

.mp4lp-final__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.mp4lp-final__actions .mp4lp-btn {
  min-width: 220px;
  min-height: 60px;
  padding: 0 28px;
  font-size: 1.125rem;
}

.mp4lp-final__download {
  border-color: #E67845;
  background: linear-gradient(95.46deg, #E05249 0%, #EA8447 100%);
  box-shadow: 0 14px 30px rgba(224, 81, 73, 0.22);
  color: #FFFFFF;
}

.mp4lp-final__download:hover {
  border-color: #E05249;
  background: #E05249;
  box-shadow: 0 16px 34px rgba(224, 81, 73, 0.3);
  color: #FFFFFF;
}

.mp4lp-final__download img {
  filter: brightness(0) invert(1);
}

.mp4lp-final__online {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.02);
  color: #FFFFFF;
}

.mp4lp-final__online:hover {
  border-color: #E67845;
  background: linear-gradient(95.46deg, #E05249 0%, #EA8447 100%);
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .mp4lp-page h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .mp4lp-page h2 {
    font-size: 2rem;
  }

  .mp4lp-gradient-text {
    line-height: 3.5rem;
  }

  .mp4lp-section {
    padding: 72px 0;
  }

  .mp4lp-hero .row {
    --bs-gutter-x: 1.5rem;
  }

  .mp4lp-hero__content,
  .mp4lp-hero #online-tool {
    width: 100%;
    flex: 0 0 auto;
  }

  .mp4lp-hero .mp4lp-actions {
    display: none;
  }

  .mp4lp-online-wrap {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }

  .mp4lp-card-grid,
  .mp4lp-format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp4lp-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp4lp-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .mp4lp-desktop-showcase__content {
    grid-template-columns: 1fr;
  }

  .mp4lp-related {
    grid-template-columns: 1fr;
  }

  .mp4lp-step-grid {
    gap: 14px;
  }
}

@media (max-width: 768px) {
  .mp4lp-gradient-text {
    font-size: 2rem;
    line-height: 3.15rem;
  }

  .mp4lp-section {
    padding: 60px 0;
  }

  .mp4lp-heading {
    margin-bottom: 32px;
  }

  .mp4lp-heading p {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .mp4lp-hero {
    padding-bottom: 88px;
  }

  .mp4lp-hero__content {
    padding: 0 20px;
  }

  .mp4lp-trustbar__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp4lp-card-grid,
  .mp4lp-format-grid,
  .mp4lp-use-grid,
  .mp4lp-step-grid,
  .mp4lp-cap-grid {
    grid-template-columns: 1fr;
  }

  .mp4lp-compare-wrap {
    overflow-x: auto;
  }

  .mp4lp-compare {
    min-width: 600px;
  }

  .mp4lp-format-card {
    border-radius: 16px;
  }

  .mp4lp-use-card {
    min-height: auto;
  }

  .mp4lp-step-panel {
    padding: 14px;
  }

  .mp4lp-section--workflow .mp4lp-workflow__intro h2,
  .mp4lp-section--workflow .mp4lp-gradient-text {
    line-height: 2.65rem;
  }

  .mp4lp-step:not(:last-child)::after {
    display: none;
  }

  .mp4lp-desktop-showcase__content {
    padding: 14px;
  }

  .mp4lp-desktop-showcase__bar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mp4lp-related__main,
  .mp4lp-related__side {
    padding: 24px;
  }

  .mp4lp-related h2 {
    font-size: 1.75rem;
  }

  .mp4lp-related__main h2 {
    white-space: normal;
  }

  .mp4lp-final {
    padding: 44px 0;
  }

  .mp4lp-final__panel {
    min-height: 360px;
    padding: 52px 20px 64px;
    border-radius: 20px;
  }

  .mp4lp-final h2 {
    line-height: 2.65rem;
  }

  .mp4lp-final p {
    margin: 14px auto 30px;
    font-size: 1rem;
    line-height: 1.55rem;
  }

  .mp4lp-final__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .mp4lp-final__actions .mp4lp-btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }

  .mp4lp-hero__stat {
    padding: 0 6px;
  }

  .mp4lp-hero__stats {
    max-width: none;
    padding: 18px 6px;
    border-radius: 16px;
  }

  .mp4lp-hero__stat strong {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .mp4lp-hero__stat span {
    margin-top: 2px;
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }

  .mp4lp-trustitem {
    gap: 10px;
    padding: 15px 12px;
  }

  .mp4lp-trustitem__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    padding: 8px;
  }

  .mp4lp-card__body {
    padding: 22px 20px 24px;
  }

  .mp4lp-use-card__body {
    padding: 20px;
  }

  .mp4lp-desktop-preview__actions {
    grid-template-columns: 1fr;
  }

  .mp4lp-workflow__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mp4lp-workflow__actions .mp4lp-btn {
    width: 100%;
  }

  .mp4lp-related__content {
    width: 100%;
  }

  .mp4lp-related__illustration {
    right: -54px;
    width: 62%;
    opacity: 0.1;
  }

}

@media (prefers-reduced-motion: reduce) {
  .mp4lp-page *,
  .mp4lp-page *::before,
  .mp4lp-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
