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

.mfgen-editorial-metal {
  width: 100%;
  overflow-x: hidden;
  color: #171717;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}

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

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

.mfgen-editorial-metal .mfgen-section-white {
  background:
    radial-gradient(circle at top left, rgba(213, 44, 44, 0.08), transparent 34%),
    #ffffff;
}

.mfgen-editorial-metal .mfgen-section-soft {
  background:
    linear-gradient(180deg, rgba(250, 247, 242, 0.92), rgba(246, 247, 249, 0.96)),
    radial-gradient(circle at top right, rgba(168, 118, 48, 0.12), transparent 32%);
}

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

.mfgen-editorial-metal .mfgen-section-header {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}

.mfgen-editorial-metal .mfgen-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(186, 124, 38, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 244, 226, 0.8));
  color: #8a4a12;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(107, 68, 15, 0.08);
}

.mfgen-editorial-metal h2 {
  margin: 0;
  color: #121212;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.mfgen-editorial-metal .mfgen-section-header p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #55565a;
  font-weight: 450;
}

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

.mfgen-editorial-metal .mfgen-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(28, 28, 28, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(23, 23, 23, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mfgen-editorial-metal .mfgen-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(223, 57, 57, 0.18), rgba(190, 134, 54, 0.16), rgba(49, 49, 49, 0));
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 220ms ease;
}

.mfgen-editorial-metal .mfgen-card:hover {
  transform: translateY(-5px);
  border-color: rgba(178, 105, 29, 0.24);
  box-shadow: 0 24px 60px rgba(23, 23, 23, 0.12);
}

.mfgen-editorial-metal .mfgen-card:hover::before {
  opacity: 1;
}

.mfgen-editorial-metal .mfgen-card h3 {
  position: relative;
  margin: 0;
  color: #171717;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.mfgen-editorial-metal .mfgen-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5a5b60;
  font-weight: 430;
}

.mfgen-editorial-metal .mfgen-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1d1d1f, #6e6e72 45%, #c78a36 74%, #ef473d);
  box-shadow: 0 14px 28px rgba(143, 74, 25, 0.18);
  transition: transform 220ms ease;
}

.mfgen-editorial-metal .mfgen-card:hover .mfgen-icon {
  transform: translateY(-2px) rotate(-2deg);
}

.mfgen-editorial-metal .mfgen-icon::before,
.mfgen-editorial-metal .mfgen-icon::after {
  position: absolute;
  content: "";
}

.mfgen-editorial-metal .mfgen-icon-preview::before {
  inset: 13px 9px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.mfgen-editorial-metal .mfgen-icon-preview::after {
  top: 20px;
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
}

.mfgen-editorial-metal .mfgen-icon-copy::before {
  top: 12px;
  left: 15px;
  width: 16px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}

.mfgen-editorial-metal .mfgen-icon-copy::after {
  top: 17px;
  left: 10px;
  width: 16px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 4px;
}

.mfgen-editorial-metal .mfgen-icon-spark::before {
  top: 9px;
  left: 21px;
  width: 4px;
  height: 28px;
  border-radius: 4px;
  background: #ffffff;
}

.mfgen-editorial-metal .mfgen-icon-spark::after {
  top: 21px;
  left: 9px;
  width: 28px;
  height: 4px;
  border-radius: 4px;
  background: #ffffff;
}

.mfgen-editorial-metal .mfgen-icon-brand::before {
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  transform: rotate(45deg);
}

.mfgen-editorial-metal .mfgen-icon-brand::after {
  top: 20px;
  left: 20px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffffff;
}

.mfgen-editorial-metal .mfgen-icon-fast::before {
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.mfgen-editorial-metal .mfgen-icon-fast::after {
  top: 16px;
  left: 23px;
  width: 3px;
  height: 12px;
  border-radius: 4px;
  background: #ffffff;
  transform: rotate(38deg);
  transform-origin: bottom center;
}

.mfgen-editorial-metal .mfgen-icon-polish::before {
  top: 13px;
  left: 12px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 2px solid #ffffff;
}

.mfgen-editorial-metal .mfgen-icon-polish::after {
  top: 10px;
  left: 28px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
}

.mfgen-editorial-metal .mfgen-icon-free::before {
  top: 12px;
  left: 11px;
  width: 24px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.mfgen-editorial-metal .mfgen-icon-free::after {
  top: 19px;
  left: 17px;
  width: 12px;
  height: 3px;
  border-radius: 4px;
  background: #ffffff;
}

.mfgen-editorial-metal .mfgen-icon-mobile::before {
  top: 8px;
  left: 15px;
  width: 16px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.mfgen-editorial-metal .mfgen-icon-mobile::after {
  bottom: 11px;
  left: 22px;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
}

.mfgen-editorial-metal .mfgen-icon-clean::before {
  top: 13px;
  left: 11px;
  width: 24px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.mfgen-editorial-metal .mfgen-icon-clean::after {
  top: 20px;
  left: 16px;
  width: 15px;
  height: 3px;
  border-radius: 4px;
  background: #ffffff;
}

.mfgen-editorial-metal .mfgen-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.mfgen-editorial-metal .mfgen-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(32, 32, 32, 0.08);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 242, 0.86));
  box-shadow: 0 18px 46px rgba(26, 26, 26, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mfgen-editorial-metal .mfgen-step-card::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #ef473d, #c98c36, #2a2a2d);
  content: "";
}

.mfgen-editorial-metal .mfgen-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(193, 125, 42, 0.25);
  box-shadow: 0 24px 58px rgba(26, 26, 26, 0.11);
}

.mfgen-editorial-metal .mfgen-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #1c1c1f, #68686c 48%, #d08b31);
  box-shadow: 0 14px 32px rgba(45, 45, 48, 0.16);
}

.mfgen-editorial-metal .mfgen-step-content h3 {
  margin: 0;
  color: #151515;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: 0;
}

.mfgen-editorial-metal .mfgen-step-content p {
  margin: 8px 0 0;
  color: #5b5c61;
  font-weight: 430;
}

.mfgen-editorial-metal .mfgen-use-card .mfgen-badge {
  position: relative;
  display: inline-flex;
  width: max-content;
  margin: 0 0 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(239, 71, 61, 0.12), rgba(201, 140, 54, 0.14));
  color: #8e4518;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}

.mfgen-editorial-metal .mfgen-benefit-card {
  background: linear-gradient(180deg, #ffffff, #fffaf3);
}

.mfgen-editorial-metal .mfgen-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.mfgen-editorial-metal .mfgen-reveal.mfgen-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .mfgen-editorial-metal h2 {
    font-size: 27px;
  }

  .mfgen-editorial-metal .mfgen-section-header p {
    font-size: 15px;
  }

  .mfgen-editorial-metal .mfgen-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .mfgen-editorial-metal .mfgen-card {
    padding: 22px;
    border-radius: 18px;
  }

  .mfgen-editorial-metal .mfgen-card h3,
  .mfgen-editorial-metal .mfgen-step-content h3 {
    font-size: 19px;
  }

  .mfgen-editorial-metal .mfgen-card p,
  .mfgen-editorial-metal .mfgen-step-content p {
    font-size: 14.5px;
  }

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

  .mfgen-editorial-metal .mfgen-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .mfgen-editorial-metal .mfgen-step-number {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 18px;
  }
}

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

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

  .mfgen-editorial-metal h2 {
    font-size: 30px;
  }

  .mfgen-editorial-metal .mfgen-section-header p {
    font-size: 15.5px;
  }

  .mfgen-editorial-metal .mfgen-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .mfgen-editorial-metal .mfgen-card {
    padding: 24px;
    border-radius: 19px;
  }

  .mfgen-editorial-metal .mfgen-card h3,
  .mfgen-editorial-metal .mfgen-step-content h3 {
    font-size: 20px;
  }

  .mfgen-editorial-metal .mfgen-card p,
  .mfgen-editorial-metal .mfgen-step-content p {
    font-size: 15px;
  }

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

  .mfgen-editorial-metal .mfgen-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .mfgen-editorial-metal .mfgen-step-number {
    width: 58px;
    height: 58px;
    border-radius: 17px;
    font-size: 18px;
  }
}

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

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

  .mfgen-editorial-metal h2 {
    font-size: 34px;
  }

  .mfgen-editorial-metal .mfgen-section-header p {
    font-size: 16px;
  }

  .mfgen-editorial-metal .mfgen-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .mfgen-editorial-metal .mfgen-card {
    padding: 26px;
  }

  .mfgen-editorial-metal .mfgen-card h3,
  .mfgen-editorial-metal .mfgen-step-content h3 {
    font-size: 21px;
  }

  .mfgen-editorial-metal .mfgen-card p,
  .mfgen-editorial-metal .mfgen-step-content p {
    font-size: 15.5px;
  }

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

  .mfgen-editorial-metal .mfgen-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .mfgen-editorial-metal .mfgen-step-number {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 19px;
  }
}

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

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

  .mfgen-editorial-metal h2 {
    font-size: 42px;
  }

  .mfgen-editorial-metal .mfgen-section-header p {
    font-size: 17px;
  }

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

  .mfgen-editorial-metal .mfgen-card {
    padding: 28px;
  }

  .mfgen-editorial-metal .mfgen-card h3,
  .mfgen-editorial-metal .mfgen-step-content h3 {
    font-size: 22px;
  }

  .mfgen-editorial-metal .mfgen-card p,
  .mfgen-editorial-metal .mfgen-step-content p {
    font-size: 16px;
  }

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

  .mfgen-editorial-metal .mfgen-step-card {
    gap: 24px;
    padding: 30px 32px;
  }

  .mfgen-editorial-metal .mfgen-step-number {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    font-size: 20px;
  }
}

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

  .mfgen-editorial-metal .mfgen-container {
    padding: 0 34px;
  }

  .mfgen-editorial-metal h2 {
    font-size: 48px;
  }

  .mfgen-editorial-metal .mfgen-section-header p {
    font-size: 18px;
  }

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

  .mfgen-editorial-metal .mfgen-card {
    padding: 30px;
  }

  .mfgen-editorial-metal .mfgen-card h3,
  .mfgen-editorial-metal .mfgen-step-content h3 {
    font-size: 23px;
  }

  .mfgen-editorial-metal .mfgen-card p,
  .mfgen-editorial-metal .mfgen-step-content p {
    font-size: 16px;
  }

  .mfgen-editorial-metal .mfgen-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .mfgen-editorial-metal .mfgen-step-card {
    gap: 28px;
    padding: 32px 36px;
  }

  .mfgen-editorial-metal .mfgen-step-number {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    font-size: 22px;
  }
}