@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.mov-converter-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

.mov-converter-editorial,
.mov-converter-editorial div,
.mov-converter-editorial section,
.mov-converter-editorial article {
  box-sizing: border-box;
}

.mov-converter-editorial .mov-ce-section {
  position: relative;
  width: 100%;
}

.mov-converter-editorial .mov-ce-section-white {
  background: #ffffff;
}

.mov-converter-editorial .mov-ce-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(54, 119, 255, 0.08), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(16, 185, 129, 0.08), transparent 30%),
    #f7f9fc;
}

.mov-converter-editorial .mov-ce-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mov-converter-editorial .mov-ce-heading {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}

.mov-converter-editorial .mov-ce-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 12px;
  margin-bottom: 14px;
  border: 1px solid rgba(54, 119, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(54, 119, 255, 0.1), rgba(16, 185, 129, 0.1));
  color: #2458d8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.mov-converter-editorial .mov-ce-heading h2 {
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.mov-converter-editorial .mov-ce-heading p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b667a;
  line-height: 1.7;
}

.mov-converter-editorial .mov-ce-grid {
  display: grid;
  align-items: stretch;
}

.mov-converter-editorial .mov-ce-card,
.mov-converter-editorial .mov-ce-benefit {
  position: relative;
  height: 100%;
  border: 1px solid rgba(25, 36, 58, 0.09);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 18px 42px rgba(22, 34, 58, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mov-converter-editorial .mov-ce-card::before,
.mov-converter-editorial .mov-ce-benefit::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(54, 119, 255, 0.16), rgba(16, 185, 129, 0.14));
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
}

.mov-converter-editorial .mov-ce-card:hover,
.mov-converter-editorial .mov-ce-benefit:hover {
  transform: translateY(-5px);
  border-color: rgba(54, 119, 255, 0.22);
  box-shadow: 0 24px 58px rgba(22, 34, 58, 0.13);
}

.mov-converter-editorial .mov-ce-card:hover::before,
.mov-converter-editorial .mov-ce-benefit:hover::before {
  opacity: 1;
}

.mov-converter-editorial .mov-ce-card h3,
.mov-converter-editorial .mov-ce-step h3,
.mov-converter-editorial .mov-ce-benefit h3 {
  margin: 0;
  color: #121b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.mov-converter-editorial .mov-ce-card p,
.mov-converter-editorial .mov-ce-step p,
.mov-converter-editorial .mov-ce-benefit p {
  margin: 10px 0 0;
  color: #5d687b;
  line-height: 1.68;
}

.mov-converter-editorial .mov-ce-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #3677ff, #10b981);
  box-shadow: 0 12px 26px rgba(54, 119, 255, 0.22);
}

.mov-converter-editorial .mov-ce-icon::before,
.mov-converter-editorial .mov-ce-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.mov-converter-editorial .mov-ce-icon-play::before {
  width: 0;
  height: 0;
  left: 18px;
  top: 14px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}

.mov-converter-editorial .mov-ce-icon-size::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 4px;
}

.mov-converter-editorial .mov-ce-icon-size::after {
  width: 10px;
  height: 2px;
  left: 18px;
  top: 22px;
}

.mov-converter-editorial .mov-ce-icon-share::before {
  width: 22px;
  height: 2px;
  left: 12px;
  top: 22px;
  transform: rotate(-26deg);
}

.mov-converter-editorial .mov-ce-icon-share::after {
  width: 9px;
  height: 9px;
  right: 11px;
  top: 12px;
  border-radius: 50%;
}

.mov-converter-editorial .mov-ce-icon-edit::before {
  width: 22px;
  height: 6px;
  left: 12px;
  top: 20px;
  border-radius: 999px;
  transform: rotate(-35deg);
}

.mov-converter-editorial .mov-ce-icon-device::before {
  width: 18px;
  height: 24px;
  left: 14px;
  top: 11px;
  border-radius: 5px;
}

.mov-converter-editorial .mov-ce-icon-device::after {
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 14px;
  border-radius: 999px;
  background: #3677ff;
}

.mov-converter-editorial .mov-ce-icon-clean::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
}

.mov-converter-editorial .mov-ce-icon-clean::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #10b981;
}

.mov-converter-editorial .mov-ce-steps {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}

.mov-converter-editorial .mov-ce-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(54, 119, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(28, 41, 68, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mov-converter-editorial .mov-ce-step::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #3677ff, #10b981);
}

.mov-converter-editorial .mov-ce-step:hover {
  transform: translateY(-4px);
  border-color: rgba(54, 119, 255, 0.25);
  box-shadow: 0 24px 58px rgba(28, 41, 68, 0.12);
}

.mov-converter-editorial .mov-ce-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #3677ff, #10b981);
  box-shadow: 0 14px 30px rgba(54, 119, 255, 0.25);
}

.mov-converter-editorial .mov-ce-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(54, 119, 255, 0.09);
  color: #275bd7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.mov-converter-editorial .mov-ce-benefit {
  background: #ffffff;
}

.mov-converter-editorial .mov-ce-benefit-mark {
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(54, 119, 255, 0.14), rgba(16, 185, 129, 0.16));
}

.mov-converter-editorial .mov-ce-benefit-mark::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #10a574;
  border-bottom: 3px solid #10a574;
  transform: rotate(-45deg);
}

.mov-converter-editorial .mov-ce-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.mov-converter-editorial .mov-ce-reveal.mov-ce-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .mov-converter-editorial .mov-ce-section {
    padding: 48px 0;
  }

  .mov-converter-editorial .mov-ce-container {
    padding: 0 14px;
  }

  .mov-converter-editorial .mov-ce-heading h2 {
    font-size: 25px;
  }

  .mov-converter-editorial .mov-ce-heading p {
    font-size: 14px;
  }

  .mov-converter-editorial .mov-ce-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .mov-converter-editorial .mov-ce-card,
  .mov-converter-editorial .mov-ce-benefit {
    padding: 20px;
  }

  .mov-converter-editorial .mov-ce-card h3,
  .mov-converter-editorial .mov-ce-step h3,
  .mov-converter-editorial .mov-ce-benefit h3 {
    font-size: 18px;
  }

  .mov-converter-editorial .mov-ce-card p,
  .mov-converter-editorial .mov-ce-step p,
  .mov-converter-editorial .mov-ce-benefit p {
    font-size: 14px;
  }

  .mov-converter-editorial .mov-ce-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .mov-converter-editorial .mov-ce-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .mov-converter-editorial .mov-ce-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .mov-converter-editorial .mov-ce-section {
    padding: 54px 0;
  }

  .mov-converter-editorial .mov-ce-container {
    padding: 0 18px;
  }

  .mov-converter-editorial .mov-ce-heading h2 {
    font-size: 28px;
  }

  .mov-converter-editorial .mov-ce-heading p {
    font-size: 15px;
  }

  .mov-converter-editorial .mov-ce-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .mov-converter-editorial .mov-ce-card,
  .mov-converter-editorial .mov-ce-benefit {
    padding: 22px;
  }

  .mov-converter-editorial .mov-ce-card h3,
  .mov-converter-editorial .mov-ce-step h3,
  .mov-converter-editorial .mov-ce-benefit h3 {
    font-size: 19px;
  }

  .mov-converter-editorial .mov-ce-card p,
  .mov-converter-editorial .mov-ce-step p,
  .mov-converter-editorial .mov-ce-benefit p {
    font-size: 14.5px;
  }

  .mov-converter-editorial .mov-ce-steps {
    gap: 18px;
    margin-top: 30px;
  }

  .mov-converter-editorial .mov-ce-step {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }

  .mov-converter-editorial .mov-ce-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .mov-converter-editorial .mov-ce-section {
    padding: 62px 0;
  }

  .mov-converter-editorial .mov-ce-container {
    padding: 0 22px;
  }

  .mov-converter-editorial .mov-ce-heading h2 {
    font-size: 31px;
  }

  .mov-converter-editorial .mov-ce-heading p {
    font-size: 15.5px;
  }

  .mov-converter-editorial .mov-ce-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .mov-converter-editorial .mov-ce-card,
  .mov-converter-editorial .mov-ce-benefit {
    padding: 24px;
  }

  .mov-converter-editorial .mov-ce-card h3,
  .mov-converter-editorial .mov-ce-step h3,
  .mov-converter-editorial .mov-ce-benefit h3 {
    font-size: 20px;
  }

  .mov-converter-editorial .mov-ce-card p,
  .mov-converter-editorial .mov-ce-step p,
  .mov-converter-editorial .mov-ce-benefit p {
    font-size: 15px;
  }

  .mov-converter-editorial .mov-ce-steps {
    gap: 20px;
    margin-top: 34px;
  }

  .mov-converter-editorial .mov-ce-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .mov-converter-editorial .mov-ce-step-number {
    width: 60px;
    height: 60px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mov-converter-editorial .mov-ce-section {
    padding: 76px 0;
  }

  .mov-converter-editorial .mov-ce-container {
    padding: 0 28px;
  }

  .mov-converter-editorial .mov-ce-heading h2 {
    font-size: 38px;
  }

  .mov-converter-editorial .mov-ce-heading p {
    font-size: 16.5px;
  }

  .mov-converter-editorial .mov-ce-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .mov-converter-editorial .mov-ce-card,
  .mov-converter-editorial .mov-ce-benefit {
    padding: 26px;
  }

  .mov-converter-editorial .mov-ce-card h3,
  .mov-converter-editorial .mov-ce-step h3,
  .mov-converter-editorial .mov-ce-benefit h3 {
    font-size: 21px;
  }

  .mov-converter-editorial .mov-ce-card p,
  .mov-converter-editorial .mov-ce-step p,
  .mov-converter-editorial .mov-ce-benefit p {
    font-size: 15.5px;
  }

  .mov-converter-editorial .mov-ce-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .mov-converter-editorial .mov-ce-step {
    gap: 24px;
    padding: 28px;
  }

  .mov-converter-editorial .mov-ce-step-number {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .mov-converter-editorial .mov-ce-section {
    padding: 92px 0;
  }

  .mov-converter-editorial .mov-ce-container {
    padding: 0 32px;
  }

  .mov-converter-editorial .mov-ce-heading h2 {
    font-size: 44px;
  }

  .mov-converter-editorial .mov-ce-heading p {
    font-size: 17px;
  }

  .mov-converter-editorial .mov-ce-grid {
    gap: 24px;
    margin-top: 46px;
  }

  .mov-converter-editorial .mov-ce-grid-three,
  .mov-converter-editorial .mov-ce-grid-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mov-converter-editorial .mov-ce-card,
  .mov-converter-editorial .mov-ce-benefit {
    padding: 28px;
  }

  .mov-converter-editorial .mov-ce-card h3,
  .mov-converter-editorial .mov-ce-step h3,
  .mov-converter-editorial .mov-ce-benefit h3 {
    font-size: 22px;
  }

  .mov-converter-editorial .mov-ce-card p,
  .mov-converter-editorial .mov-ce-step p,
  .mov-converter-editorial .mov-ce-benefit p {
    font-size: 15.8px;
  }

  .mov-converter-editorial .mov-ce-steps {
    gap: 24px;
    margin-top: 46px;
  }

  .mov-converter-editorial .mov-ce-step {
    gap: 28px;
    padding: 30px 34px;
  }

  .mov-converter-editorial .mov-ce-step-number {
    width: 70px;
    height: 70px;
    font-size: 21px;
  }
}