.macturi-calculator--homepage {
  background: var(--macturi-calc-bg, #faf8f5);
  min-height: 0;
}

.macturi-calculator--homepage.page-content {
  padding-bottom: 0;
  padding-top: 0;
}

.macturi-calculator--homepage .macturi-calculator__hero {
  padding-bottom: 67px;
  padding-top: 67px;
}

.macturi-calculator--homepage .macturi-calculator__hero {
  gap: 48px;
}

.macturi-calculator--homepage .macturi-calculator__subtitle {
  margin-bottom: 22px;
}

.macturi-calculator--homepage .macturi-calculator__steps {
  gap: 14px;
  margin-bottom: 22px;
}

.macturi-calculator--homepage .macturi-calculator__step {
  gap: 14px;
}

.macturi-calculator--homepage .macturi-calculator__step-copy h3 {
  margin-bottom: 2px;
}

.macturi-calculator--homepage .macturi-calculator__step-copy p {
  line-height: 1.6;
}

.macturi-calculator--homepage .macturi-calculator__mockup-badge {
  top: 30px;
}

@media (max-width: 640px) {
  .macturi-calculator--homepage .macturi-calculator__hero {
    gap: 24px;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .macturi-calculator--homepage .macturi-calculator__subtitle {
    margin-bottom: 18px;
  }

  .macturi-calculator--homepage .macturi-calculator__steps {
    gap: 12px;
    margin-bottom: 18px;
  }

  .macturi-calculator--homepage .macturi-calculator__step {
    gap: 12px;
  }
}
