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

.webmfc-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: inherit;
  background: #ffffff;
}

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

.webmfc-editorial .webmfc-section {
  position: relative;
  width: 100%;
}

.webmfc-editorial .webmfc-section-white {
  background: #ffffff;
}

.webmfc-editorial .webmfc-section-soft {
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

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

.webmfc-editorial .webmfc-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.webmfc-editorial .webmfc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(10, 132, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(10, 132, 255, 0.1), rgba(0, 200, 167, 0.1));
  color: #0867c9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.webmfc-editorial .webmfc-section-head h2 {
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.webmfc-editorial .webmfc-section-head p {
  margin: 14px auto 0;
  color: #5b6678;
  line-height: 1.7;
}

.webmfc-editorial .webmfc-grid {
  display: grid;
  align-items: stretch;
}

.webmfc-editorial .webmfc-card,
.webmfc-editorial .webmfc-benefit {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(22, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.webmfc-editorial .webmfc-card::before,
.webmfc-editorial .webmfc-benefit::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0a84ff, #00c8a7);
  opacity: 0.9;
}

.webmfc-editorial .webmfc-card:hover,
.webmfc-editorial .webmfc-benefit:hover {
  transform: translateY(-6px);
  border-color: rgba(10, 132, 255, 0.25);
  box-shadow: 0 24px 58px rgba(10, 132, 255, 0.14);
}

.webmfc-editorial .webmfc-card h3,
.webmfc-editorial .webmfc-benefit h3,
.webmfc-editorial .webmfc-step h3 {
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.webmfc-editorial .webmfc-card p,
.webmfc-editorial .webmfc-benefit p,
.webmfc-editorial .webmfc-step p {
  margin: 10px 0 0;
  color: #657287;
  line-height: 1.68;
}

.webmfc-editorial .webmfc-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(10, 132, 255, 0.14), rgba(0, 200, 167, 0.16));
  box-shadow: inset 0 0 0 1px rgba(10, 132, 255, 0.12);
}

.webmfc-editorial .webmfc-icon::before,
.webmfc-editorial .webmfc-icon::after {
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}

.webmfc-editorial .webmfc-card:hover .webmfc-icon::before,
.webmfc-editorial .webmfc-card:hover .webmfc-icon::after {
  transform: translateX(2px);
}

.webmfc-editorial .webmfc-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 14px solid #0a84ff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.webmfc-editorial .webmfc-icon-speed::before {
  left: 12px;
  top: 15px;
  width: 22px;
  height: 14px;
  border: 3px solid #0a84ff;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.webmfc-editorial .webmfc-icon-speed::after {
  left: 23px;
  top: 22px;
  width: 12px;
  height: 3px;
  background: #00a98f;
  border-radius: 999px;
  transform-origin: left center;
  rotate: -28deg;
}

.webmfc-editorial .webmfc-icon-device::before {
  left: 13px;
  top: 10px;
  width: 20px;
  height: 26px;
  border: 3px solid #0a84ff;
  border-radius: 6px;
}

.webmfc-editorial .webmfc-icon-share::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid #0a84ff;
  border-radius: 7px;
}

.webmfc-editorial .webmfc-icon-share::after {
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #00a98f;
  border-right: 3px solid #00a98f;
  transform: rotate(45deg);
}

.webmfc-editorial .webmfc-icon-clean::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #0a84ff;
  border-radius: 50%;
}

.webmfc-editorial .webmfc-icon-clean::after {
  left: 20px;
  top: 20px;
  width: 14px;
  height: 7px;
  border-left: 3px solid #00a98f;
  border-bottom: 3px solid #00a98f;
  transform: rotate(-45deg);
}

.webmfc-editorial .webmfc-icon-edit::before {
  left: 13px;
  top: 14px;
  width: 22px;
  height: 16px;
  border: 3px solid #0a84ff;
  border-radius: 5px;
}

.webmfc-editorial .webmfc-icon-edit::after {
  right: 11px;
  bottom: 11px;
  width: 14px;
  height: 3px;
  background: #00a98f;
  border-radius: 999px;
  transform: rotate(-35deg);
}

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

.webmfc-editorial .webmfc-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(10, 132, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(22, 32, 51, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.webmfc-editorial .webmfc-step::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(10, 132, 255, 0.13), rgba(0, 200, 167, 0.11));
}

.webmfc-editorial .webmfc-step:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 200, 167, 0.28);
  box-shadow: 0 24px 56px rgba(10, 132, 255, 0.12);
}

.webmfc-editorial .webmfc-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #0a84ff, #00c8a7);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(10, 132, 255, 0.24);
}

.webmfc-editorial .webmfc-step-copy {
  position: relative;
  z-index: 1;
}

.webmfc-editorial .webmfc-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(10, 132, 255, 0.09);
  color: #0867c9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.webmfc-editorial .webmfc-benefit {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.webmfc-editorial .webmfc-benefit-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0a84ff, #00c8a7);
  box-shadow: 0 14px 30px rgba(10, 132, 255, 0.22);
}

.webmfc-editorial .webmfc-benefit-mark::before {
  content: "";
  width: 18px;
  height: 9px;
  margin: 13px auto 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

.webmfc-editorial .webmfc-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.webmfc-editorial .webmfc-reveal.webmfc-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .webmfc-editorial .webmfc-section {
    padding: 46px 0;
  }

  .webmfc-editorial .webmfc-container {
    padding: 0 14px;
  }

  .webmfc-editorial .webmfc-section-head h2 {
    font-size: 26px;
  }

  .webmfc-editorial .webmfc-section-head p {
    font-size: 15px;
  }

  .webmfc-editorial .webmfc-grid,
  .webmfc-editorial .webmfc-grid-six,
  .webmfc-editorial .webmfc-grid-three {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .webmfc-editorial .webmfc-card,
  .webmfc-editorial .webmfc-benefit {
    padding: 24px 20px;
  }

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

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

  .webmfc-editorial .webmfc-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .webmfc-editorial .webmfc-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }

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

@media (min-width: 375px) and (max-width: 429px) {
  .webmfc-editorial .webmfc-section {
    padding: 52px 0;
  }

  .webmfc-editorial .webmfc-container {
    padding: 0 18px;
  }

  .webmfc-editorial .webmfc-section-head h2 {
    font-size: 29px;
  }

  .webmfc-editorial .webmfc-section-head p {
    font-size: 15.5px;
  }

  .webmfc-editorial .webmfc-grid,
  .webmfc-editorial .webmfc-grid-six,
  .webmfc-editorial .webmfc-grid-three {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .webmfc-editorial .webmfc-card,
  .webmfc-editorial .webmfc-benefit {
    padding: 26px 22px;
  }

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

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

  .webmfc-editorial .webmfc-steps {
    gap: 18px;
    margin-top: 30px;
  }

  .webmfc-editorial .webmfc-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }

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

@media (min-width: 430px) and (max-width: 767px) {
  .webmfc-editorial .webmfc-section {
    padding: 58px 0;
  }

  .webmfc-editorial .webmfc-container {
    padding: 0 22px;
  }

  .webmfc-editorial .webmfc-section-head h2 {
    font-size: 32px;
  }

  .webmfc-editorial .webmfc-section-head p {
    font-size: 16px;
  }

  .webmfc-editorial .webmfc-grid,
  .webmfc-editorial .webmfc-grid-six,
  .webmfc-editorial .webmfc-grid-three {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .webmfc-editorial .webmfc-card,
  .webmfc-editorial .webmfc-benefit {
    padding: 28px 24px;
  }

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

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

  .webmfc-editorial .webmfc-steps {
    gap: 20px;
    margin-top: 34px;
  }

  .webmfc-editorial .webmfc-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .webmfc-editorial .webmfc-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .webmfc-editorial .webmfc-section {
    padding: 72px 0;
  }

  .webmfc-editorial .webmfc-container {
    padding: 0 28px;
  }

  .webmfc-editorial .webmfc-section-head h2 {
    font-size: 38px;
  }

  .webmfc-editorial .webmfc-section-head p {
    font-size: 17px;
  }

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

  .webmfc-editorial .webmfc-card,
  .webmfc-editorial .webmfc-benefit {
    padding: 30px 26px;
  }

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

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

  .webmfc-editorial .webmfc-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .webmfc-editorial .webmfc-step {
    gap: 24px;
    padding: 30px;
  }

  .webmfc-editorial .webmfc-step-number {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .webmfc-editorial .webmfc-section {
    padding: 86px 0;
  }

  .webmfc-editorial .webmfc-container {
    padding: 0 32px;
  }

  .webmfc-editorial .webmfc-section-head h2 {
    font-size: 44px;
  }

  .webmfc-editorial .webmfc-section-head p {
    font-size: 18px;
  }

  .webmfc-editorial .webmfc-grid-six,
  .webmfc-editorial .webmfc-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .webmfc-editorial .webmfc-card,
  .webmfc-editorial .webmfc-benefit {
    padding: 32px 28px;
  }

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

  .webmfc-editorial .webmfc-card p,
  .webmfc-editorial .webmfc-benefit p,
  .webmfc-editorial .webmfc-step p {
    font-size: 16px;
  }

  .webmfc-editorial .webmfc-steps {
    gap: 24px;
    margin-top: 48px;
  }

  .webmfc-editorial .webmfc-step {
    gap: 28px;
    padding: 34px 36px;
  }

  .webmfc-editorial .webmfc-step-number {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }
}