
/* ==== Typography isolation vs legacy theme (Bootstrap html=10px, Noto/Playfair) ==== */
.mz-home {
  font-family: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-size: 1.6rem !important; /* 16px when html=10px */
  line-height: 1.5 !important;
  -webkit-font-smoothing: antialiased;
  color: var(--ink);
  background: var(--paper);
}

.mz-home,
.mz-home *:not(i):not(.fa):not([class*="fa-"]) {
  font-family: inherit;
}

.mz-home p,
.mz-home a,
.mz-home li,
.mz-home td,
.mz-home span,
.mz-home label,
.mz-home small,
.mz-home strong,
.mz-home em,
.mz-home button,
.mz-home input,
.mz-home select {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.mz-home h1,
.mz-home h2,
.mz-home h3,
.mz-home .trust-strip strong,
.mz-home .category-copy strong,
.mz-home .phone-countdown strong,
.mz-home .dashboard-greeting strong,
.mz-home .steps-grid h3,
.mz-home .article-copy h3,
.mz-home .quote-section blockquote,
.mz-home .quote-mark,
.mz-home .step-number,
.mz-home .phone-logo,
.mz-home .mini-logo,
.mz-home .store-symbol {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.04em;
}

.mz-home .hero h1,
.mz-home .section-heading h2,
.mz-home .tools-intro h2,
.mz-home .final-cta h2,
.mz-home .app-copy h2,
.mz-home .inspiration-copy h2 {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
  font-weight: 400 !important;
}

/* Neutralize legacy style.css div::after clearfix inside the new home */
.mz-home div::after {
  content: none;
  display: none;
}
.mz-home .hero-visual::after,
.mz-home .search-field:first-child::after,
.mz-home .article-visual::after,
.mz-home .phone-countdown::after {
  content: "" !important;
  display: block !important;
}
.mz-home .hero-leaf::before {
  content: "" !important;
  display: block !important;
}
.mz-home .search-field:first-child::after {
  position: absolute !important;
}

/* Key sizes — beat Bootstrap h1/h2 (36px/30px) and theme body 14px */
.mz-home .hero h1 {
  font-size: clamp(6.96rem, 6.3vw, 10.16rem) !important;
  line-height: 0.94 !important;
  font-weight: 400 !important;
}
.mz-home .section-heading h2,
.mz-home .tools-intro h2,
.mz-home .final-cta h2 {
  font-size: clamp(4.16rem, 4.3vw, 7.04rem) !important;
  line-height: 1.04 !important;
  font-weight: 400 !important;
}
.mz-home .app-copy h2 {
  font-size: clamp(4.8rem, 5vw, 8rem) !important;
  line-height: 1.02 !important;
  font-weight: 400 !important;
}
.mz-home .inspiration-copy h2 {
  font-size: clamp(4.8rem, 5.1vw, 8.16rem) !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}
.mz-home .hero-lead {
  font-size: clamp(1.68rem, 1.6vw, 2.048rem) !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}
.mz-home .eyebrow {
  font-family: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-size: 1.216rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
}

:root {
  --ivory: #fbf8f3;
  --paper: #fffefa;
  --ink: #18201e;
  --muted: #66706b;
  --sage: #718a72;
  --sage-deep: #526c57;
  --sage-soft: #e8eee7;
  --coral: #ed705a;
  --coral-dark: #dc5e49;
  --peach: #f8e7dd;
  --sand: #eee3d3;
  --blue: #e5ecea;
  --line: #dce2da;
  --shadow: 0 24px 70px rgba(49, 57, 50, 0.12);
  --shadow-soft: 0 12px 35px rgba(49, 57, 50, 0.09);
}.mz-home, .mz-home * {
  box-sizing: border-box;
}.mz-home {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}.mz-home button, .mz-home input, .mz-home select {
  font: inherit;
}.mz-home button, .mz-home a {
  -webkit-tap-highlight-color: transparent;
}.mz-home a {
  color: inherit;
  text-decoration: none;
}.mz-home img {
  display: block;
  max-width: 100%;
}.mz-home .sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}.mz-home .button {
  align-items: center;
  background: var(--coral);
  border: 0;
  border-radius: 11px;
  box-shadow: 0 10px 24px rgba(237, 112, 90, 0.2);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-weight: 720;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}.mz-home .button:hover {
  background: var(--coral-dark);
  box-shadow: 0 13px 30px rgba(237, 112, 90, 0.28);
  transform: translateY(-2px);
}.mz-home .button-small {
  min-height: 50px;
  padding: 0 22px;
  white-space: nowrap;
}.mz-home .hero {
  background:
    radial-gradient(circle at 38% 12%, rgba(248, 231, 221, 0.48), transparent 24%),
    var(--ivory);
  min-height: 742px;
  overflow: hidden;
  position: relative;
}.mz-home .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1.03fr);
  margin: 0 auto;
  max-width: 1480px;
  min-height: 742px;
  padding: 34px 42px 0;
}.mz-home .hero-copy {
  align-self: center;
  max-width: 700px;
  padding: 26px 22px 62px 5px;
  position: relative;
  z-index: 6;
}.mz-home .eyebrow {
  align-items: center;
  color: var(--sage-deep);
  display: flex;
  font-size: 1.216rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.16em;
  margin: 0 0 22px;
  text-transform: uppercase;
}.mz-home h1, .mz-home h2, .mz-home h3, .mz-home p {
  margin-top: 0;
}.mz-home h1, .mz-home h2 {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  letter-spacing: -0.05em;
}.mz-home .hero h1 {
  font-size: clamp(6.96rem, 6.3vw, 10.16rem);
  line-height: 0.94;
  margin: 0;
}.mz-home .hero h1 em {
  color: var(--sage-deep);
  font-weight: 400;
}.mz-home .hero-lead {
  color: #46504c;
  font-size: clamp(1.68rem, 1.6vw, 2.048rem);
  line-height: 1.65;
  margin: 28px 0;
  max-width: 590px;
}.mz-home .search-card {
  align-items: stretch;
  background: white;
  border: 1px solid rgba(113, 138, 114, 0.43);
  border-radius: 15px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(180px, 0.82fr) minmax(220px, 1fr) auto;
  margin-right: -82px;
  min-height: 110px;
  overflow: hidden;
  padding: 13px;
  position: relative;
  z-index: 10;
}.mz-home .search-field {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 13px;
  grid-template-columns: auto minmax(0, 1fr);
  min-width: 0;
  padding: 13px 18px;
  position: relative;
}.mz-home .search-field:first-child::after {
  background: var(--line);
  content: "";
  height: 55%;
  position: absolute;
  right: 0;
  top: 22.5%;
  width: 1px;
}.mz-home .field-icon {
  color: var(--sage);
}.mz-home .field-label {
  display: block;
  font-size: 1.568rem;
  font-weight: 720;
  margin-bottom: 7px;
}.mz-home .search-field select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--sage) 50%) calc(100% - 9px)
      calc(50% - 1px) / 5px 5px no-repeat,
    linear-gradient(135deg, var(--sage) 50%, transparent 50%) calc(100% - 5px)
      calc(50% - 1px) / 5px 5px no-repeat;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 1.264rem;
  max-width: 100%;
  outline: none;
  padding: 0 20px 0 0;
  width: 100%;
}.mz-home .search-button {
  align-self: center;
  margin-left: 8px;
  min-height: 66px;
  padding: 0 27px;
}.mz-home .search-feedback {
  color: var(--sage-deep);
  font-size: 1.248rem;
  font-weight: 700;
  margin: 10px 0 -7px 8px;
}.mz-home .hero-proofs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin: 24px 0 0 9px;
}.mz-home .free-proof, .mz-home .app-proof {
  align-items: center;
  color: var(--sage-deep);
  display: flex;
  font-size: 1.488rem;
  gap: 13px;
}.mz-home .free-proof > span:last-child, .mz-home .app-proof > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}.mz-home .app-proof {
  color: var(--ink);
  transition:
    color 180ms ease,
    transform 180ms ease;
}.mz-home .app-proof:hover {
  color: var(--coral-dark);
  transform: translateY(-2px);
}.mz-home .app-proof .proof-icon {
  background: var(--peach);
  border-color: rgba(237, 112, 90, 0.45);
  color: var(--coral-dark);
}.mz-home .app-proof span:last-child {
  color: var(--muted);
  font-size: 1.216rem;
}.mz-home .app-proof strong {
  color: var(--ink);
  font-size: 1.44rem;
}.mz-home .proof-icon {
  align-items: center;
  border: 1px solid var(--sage);
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}.mz-home .hero-visual {
  align-self: stretch;
  border-radius: 17px 17px 0 0;
  margin-left: 0;
  min-height: 690px;
  overflow: visible;
  position: relative;
}.mz-home .hero-visual::after {
  background: linear-gradient(90deg, rgba(24, 32, 30, 0.08), transparent 25%);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}.mz-home .hero-visual > img {
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
  width: 100%;
}.mz-home .floating-tools {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  overflow: hidden;
}
.mz-home .tool-bubble {
  --tool-color: var(--sage);
  --tool-bg: var(--sage-soft);
  --drift-x: 0px;
  --drift-y: -140px;
  --spin: 0deg;
  --life: 9s;
  position: absolute;
  left: 50%;
  bottom: 8%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: min(260px, 72%);
  padding: 11px 16px 11px 11px;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 254, 250, 0.38)),
    var(--tool-bg);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 10px 28px rgba(49, 57, 50, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--ink);
  text-decoration: none;
  pointer-events: auto;
  opacity: 0;
  transform: translate(-50%, 36px) scale(0.28);
  will-change: transform, opacity;
  z-index: 5;
}
.mz-home .tool-bubble::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  width: 28%;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9), transparent 70%);
  pointer-events: none;
}
.mz-home .tool-bubble.is-in {
  animation: soap-bubble-life var(--life) cubic-bezier(0.22, 0.7, 0.25, 1) forwards;
}
.mz-home .tool-bubble.is-finale {
  max-width: min(320px, 86%);
  padding: 14px 20px 14px 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(248, 231, 221, 0.55)),
    #f8e7dd;
  border-color: rgba(237, 112, 90, 0.28);
  z-index: 9;
}
.mz-home .tool-bubble.is-finale .tool-icon {
  background: var(--coral);
  color: #fff;
  width: 42px;
  height: 42px;
}
.mz-home .tool-bubble.is-finale .tool-title {
  font-size: 0.98rem;
  white-space: normal;
  line-height: 1.25;
}
.mz-home .tool-bubble.is-finale .tool-desc {
  display: block;
  white-space: normal;
  max-width: none;
  font-size: 0.78rem;
}
.mz-home .tool-bubble .tool-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--tool-color);
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
  font-size: 15px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(49, 57, 50, 0.08);
}
.mz-home .tool-bubble .tool-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  padding-right: 4px;
}
.mz-home .tool-bubble .tool-title {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mz-home .tool-bubble .tool-desc {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}
@keyframes soap-bubble-life {
  0% {
    opacity: 0;
    transform: translate(-50%, 42px) scale(0.25);
  }
  6% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.04);
  }
  10% {
    transform: translate(-50%, -4px) scale(1);
  }
  88% {
    opacity: 1;
    transform: translate(calc(-50% + var(--drift-x)), var(--drift-y)) scale(1.03) rotate(var(--spin));
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--drift-x) * 1.1), calc(var(--drift-y) - 40px)) scale(1.15) rotate(var(--spin));
  }
}
@media (max-width: 900px) {
  .mz-home .tool-bubble {
    max-width: min(220px, 78%);
    padding: 9px 13px 9px 9px;
  }
  .mz-home .tool-bubble .tool-desc {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mz-home .tool-bubble.is-in {
    animation: none !important;
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
.mz-home .floating-tool {
  display: none;
}.mz-home .progress {
  background: #e4e6e1;
  border-radius: 20px;
  display: block;
  height: 6px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}.mz-home .progress > span {
  background: var(--sage);
  border-radius: inherit;
  display: block;
  height: 100%;
}.mz-home .hero-leaf {
  bottom: -20px;
  height: 130px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 170px;
  z-index: 2;
}.mz-home .hero-leaf::before {
  background: var(--sage);
  bottom: 5px;
  content: "";
  height: 165px;
  left: 55px;
  position: absolute;
  transform: rotate(55deg);
  transform-origin: bottom;
  width: 1px;
}.mz-home .hero-leaf span {
  border: 1px solid var(--sage);
  border-radius: 100% 0 100% 0;
  height: 38px;
  position: absolute;
  width: 18px;
}.mz-home .hero-leaf span:nth-child(1) {
  bottom: 30px;
  left: 43px;
  transform: rotate(-35deg);
}.mz-home .hero-leaf span:nth-child(2) {
  bottom: 57px;
  left: 71px;
  transform: rotate(105deg);
}.mz-home .hero-leaf span:nth-child(3) {
  bottom: 74px;
  left: 82px;
  transform: rotate(120deg);
}.mz-home .hero-leaf span:nth-child(4) {
  bottom: 90px;
  left: 103px;
  transform: rotate(125deg);
}.mz-home .trust-strip {
  align-items: center;
  background: white;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  min-height: 130px;
  padding: 26px max(42px, calc((100vw - 1320px) / 2));
}.mz-home .trust-strip > div {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
}.mz-home .trust-strip > div + div {
  border-left: 1px solid var(--line);
}.mz-home .trust-icon {
  align-items: center;
  background: var(--sage-soft);
  border-radius: 50%;
  color: var(--sage-deep);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}.mz-home .trust-strip p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}.mz-home .trust-strip strong {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 1.76rem;
  font-weight: 500;
}.mz-home .trust-strip p span {
  color: var(--muted);
  font-size: 1.248rem;
}.mz-home .section {
  margin: 0 auto;
  max-width: 1380px;
  padding: 112px 42px;
}.mz-home .section-heading {
  margin-bottom: 54px;
}.mz-home .section-heading h2, .mz-home .tools-intro h2, .mz-home .final-cta h2 {
  font-size: clamp(4.16rem, 4.3vw, 7.04rem);
  line-height: 1.04;
  margin: 0;
}.mz-home .split-heading {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr minmax(280px, 0.45fr);
}.mz-home .split-heading > p {
  color: var(--muted);
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 8px;
}.mz-home .category-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}.mz-home .category-card {
  align-content: start;
  border: 1px solid rgba(24, 32, 30, 0.08);
  border-radius: 18px;
  color: white;
  display: grid;
  min-height: 350px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}.mz-home .category-card:hover {
  border-color: rgba(113, 138, 114, 0.55);
  box-shadow: var(--shadow-soft);
  transform: translateY(-5px);
}.mz-home .category-card > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 500ms ease;
  width: 100%;
}.mz-home .category-card:hover > img {
  transform: scale(1.045);
}.mz-home .category-shade {
  background:
    linear-gradient(180deg, rgba(14, 21, 18, 0.08) 20%, rgba(14, 21, 18, 0.82) 100%);
  inset: 0;
  position: absolute;
}.mz-home .category-icon {
  backdrop-filter: blur(12px);
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  color: var(--sage-deep);
  display: inline-flex;
  height: 58px;
  justify-content: center;
  width: 58px;
  z-index: 2;
}.mz-home .category-copy {
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 115px;
  position: relative;
  z-index: 2;
}.mz-home .category-copy strong {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 2.4rem;
  font-weight: 500;
}.mz-home .category-copy > span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.28rem;
}.mz-home .category-arrow {
  bottom: 25px;
  color: white;
  position: absolute;
  right: 24px;
  z-index: 2;
}.mz-home .text-link {
  align-items: center;
  color: var(--sage-deep);
  display: inline-flex;
  font-size: 1.36rem;
  font-weight: 800;
  gap: 8px;
}.mz-home .centered-link {
  display: flex;
  margin: 38px auto 0;
  width: max-content;
}.mz-home .text-link:hover svg, .mz-home .article-copy a:hover svg {
  transform: translateX(4px);
}.mz-home .text-link svg, .mz-home .article-copy a svg {
  transition: transform 180ms ease;
}.mz-home .app-section {
  align-items: center;
  background:
    radial-gradient(circle at 20% 18%, rgba(248, 231, 221, 0.82), transparent 24%),
    radial-gradient(circle at 73% 72%, rgba(232, 238, 231, 0.82), transparent 28%),
    var(--ivory);
  display: grid;
  gap: clamp(64px, 9vw, 140px);
  grid-template-columns: minmax(470px, 0.92fr) minmax(390px, 0.72fr);
  min-height: 760px;
  overflow: hidden;
  padding: 100px max(42px, calc((100vw - 1296px) / 2));
}.mz-home .app-visual {
  min-height: 580px;
  position: relative;
}.mz-home .app-orbit {
  border: 1px solid rgba(113, 138, 114, 0.22);
  border-radius: 50%;
  position: absolute;
}.mz-home .app-orbit-one {
  height: 490px;
  left: 42px;
  top: 38px;
  width: 490px;
}.mz-home .app-orbit-two {
  height: 370px;
  left: 104px;
  top: 99px;
  width: 370px;
}.mz-home .phone-mockup {
  background: #1b211f;
  border: 8px solid #1b211f;
  border-radius: 48px;
  box-shadow: 0 35px 90px rgba(38, 48, 42, 0.24);
  height: 590px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  width: 300px;
  z-index: 2;
}.mz-home .phone-notch {
  background: #1b211f;
  border-radius: 0 0 15px 15px;
  height: 23px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translateX(-50%);
  width: 92px;
  z-index: 3;
}.mz-home .phone-screen {
  background: #f8f6f1;
  border-radius: 39px;
  height: 100%;
  padding: 39px 17px 20px;
}.mz-home .phone-header {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: auto 1fr auto;
}.mz-home .phone-header > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2px;
}.mz-home .phone-header small {
  color: var(--muted);
  font-size: 0.912rem;
}.mz-home .phone-header strong {
  font-size: 1.12rem;
}.mz-home .phone-logo, .mz-home .phone-heart {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 33px;
  justify-content: center;
  width: 33px;
}.mz-home .phone-logo {
  background: var(--sage);
  color: white;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}.mz-home .phone-heart {
  background: white;
  color: var(--coral);
}.mz-home .phone-countdown {
  background:
    linear-gradient(135deg, rgba(82, 108, 87, 0.92), rgba(113, 138, 114, 0.86)),
    var(--sage-deep);
  border-radius: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  min-height: 142px;
  padding: 22px;
  position: relative;
}.mz-home .phone-countdown::after {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  height: 95px;
  position: absolute;
  right: -23px;
  top: 24px;
  width: 95px;
}.mz-home .phone-countdown small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}.mz-home .phone-countdown strong {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 3.76rem;
  font-weight: 400;
  margin: 10px 0 5px;
}.mz-home .phone-countdown span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.024rem;
}.mz-home .phone-tool-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: 1fr 1fr;
  margin-top: 13px;
}.mz-home .phone-tool-grid > span {
  align-items: center;
  background: white;
  border: 1px solid #e5e7e2;
  border-radius: 13px;
  color: #424b47;
  display: flex;
  flex-direction: column;
  font-size: 0.976rem;
  font-style: normal;
  font-weight: 700;
  gap: 7px;
  min-height: 89px;
  padding: 12px 7px 10px;
}.mz-home .phone-tool-grid i {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  font-style: normal;
  height: 37px;
  justify-content: center;
  width: 37px;
}.mz-home .phone-tool-grid i.coral {
  background: #fee6e1;
  color: var(--coral-dark);
}.mz-home .phone-tool-grid i.sage {
  background: var(--sage-soft);
  color: var(--sage-deep);
}.mz-home .phone-tool-grid i.sand {
  background: var(--sand);
  color: #82694e;
}.mz-home .phone-tool-grid i.blue {
  background: var(--blue);
  color: #50716d;
}.mz-home .phone-next {
  background: white;
  border: 1px solid #e5e7e2;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  padding: 13px;
}.mz-home .phone-next > span:first-child {
  color: var(--muted);
  font-size: 0.896rem;
}.mz-home .phone-next strong {
  font-size: 1.088rem;
  margin-top: 4px;
}.mz-home .phone-progress {
  background: #e6e9e4;
  border-radius: 20px;
  display: block;
  height: 5px;
  margin-top: 10px;
  overflow: hidden;
}.mz-home .phone-progress > span {
  background: var(--coral);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 68%;
}.mz-home .app-floating-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(113, 138, 114, 0.14);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  display: flex;
  gap: 12px;
  min-width: 205px;
  padding: 13px 16px;
  position: absolute;
  z-index: 4;
}.mz-home .app-floating-card .dashboard-icon {
  flex: 0 0 auto;
  margin: 0;
}.mz-home .app-floating-card > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}.mz-home .app-floating-card strong {
  font-size: 1.232rem;
}.mz-home .app-floating-card small {
  color: var(--muted);
  font-size: 0.992rem;
}.mz-home .app-floating-top {
  right: 2%;
  top: 22%;
}.mz-home .app-floating-bottom {
  bottom: 16%;
  left: 0;
}.mz-home .app-copy {
  max-width: 570px;
}.mz-home .app-copy h2 {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: clamp(4.8rem, 5vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.02;
  margin: 0;
}.mz-home .app-copy > p:not(.eyebrow):not(.app-availability) {
  color: var(--muted);
  line-height: 1.75;
  margin: 27px 0;
}.mz-home .app-features {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}.mz-home .app-features li {
  align-items: center;
  color: #46504c;
  display: flex;
  font-size: 1.392rem;
  font-weight: 650;
  gap: 11px;
}.mz-home .app-features svg {
  color: var(--sage-deep);
}.mz-home .store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}.mz-home .store-button {
  align-items: center;
  background: #17201d;
  border: 1px solid #17201d;
  border-radius: 11px;
  color: white;
  display: flex;
  gap: 11px;
  min-height: 62px;
  min-width: 190px;
  padding: 9px 16px;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}.mz-home .store-button:hover {
  background: #26302c;
  box-shadow: 0 10px 28px rgba(23, 32, 29, 0.18);
  transform: translateY(-2px);
}.mz-home .store-button > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 1px;
}.mz-home .store-button small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.912rem;
}.mz-home .store-button strong {
  font-size: 1.6rem;
}.mz-home .store-symbol {
  align-items: center;
  display: inline-flex;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 2.48rem;
  height: 34px;
  justify-content: center;
  width: 30px;
}.mz-home .android-symbol {
  color: #79c891;
  font-size: 1.952rem;
}.mz-home .apple-symbol {
  color: white;
  font-family:
    Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.152rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}.mz-home .app-availability {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 1.12rem;
  gap: 8px;
  margin: 16px 0 0;
}.mz-home .app-availability > span {
  background: #60a76f;
  border: 3px solid #d9eadc;
  border-radius: 50%;
  height: 11px;
  width: 11px;
}.mz-home .tools-section {
  align-items: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.12), transparent 25%),
    var(--sage-deep);
  color: white;
  display: grid;
  gap: clamp(55px, 8vw, 120px);
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1fr);
  overflow: hidden;
  padding: 112px max(42px, calc((100vw - 1296px) / 2));
  position: relative;
}.mz-home .tools-intro {
  max-width: 500px;
}.mz-home .tools-intro .eyebrow {
  color: #dce8dc;
}.mz-home .tools-intro h2 {
  letter-spacing: -0.045em;
}.mz-home .tools-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
  margin: 27px 0 35px;
}.mz-home .tools-intro .button {
  background: white;
  box-shadow: none;
  color: var(--sage-deep);
}.mz-home .tools-intro .button:hover {
  background: var(--ivory);
}.mz-home .dashboard-card {
  background: var(--ivory);
  border-radius: 19px;
  box-shadow: 0 35px 90px rgba(18, 29, 23, 0.3);
  color: var(--ink);
  min-height: 500px;
  padding: 25px;
  position: relative;
  transform: rotate(0.7deg);
}.mz-home .dashboard-top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 1.248rem;
  font-weight: 760;
  justify-content: space-between;
  padding-bottom: 17px;
}.mz-home .dashboard-top > span {
  align-items: center;
  display: flex;
  gap: 9px;
}.mz-home .mini-logo {
  align-items: center;
  background: var(--sage);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  height: 28px;
  justify-content: center;
  width: 28px;
}.mz-home .dashboard-date {
  color: var(--muted);
  font-weight: 600;
}.mz-home .dashboard-greeting {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 29px 4px 23px;
}.mz-home .dashboard-greeting span {
  color: var(--muted);
  font-size: 1.28rem;
}.mz-home .dashboard-greeting strong {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 2.72rem;
  font-weight: 500;
}.mz-home .dashboard-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}.mz-home .dashboard-grid article {
  background: white;
  border: 1px solid #e6e8e3;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  min-height: 160px;
  padding: 17px;
}.mz-home .dashboard-icon {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 18px;
  width: 40px;
}.mz-home .dashboard-icon.coral {
  background: #fee6e1;
  color: var(--coral-dark);
}.mz-home .dashboard-icon.sage {
  background: var(--sage-soft);
  color: var(--sage-deep);
}.mz-home .dashboard-icon.sand {
  background: var(--sand);
  color: #82694e;
}.mz-home .dashboard-grid article > span:nth-child(2) {
  color: var(--muted);
  font-size: 1.12rem;
}.mz-home .dashboard-grid article strong {
  font-size: 1.68rem;
  margin-top: 4px;
}.mz-home .dashboard-grid article small {
  color: var(--muted);
  font-size: 1.04rem;
  margin-top: 8px;
}.mz-home .dashboard-next {
  align-items: center;
  background: var(--sage-soft);
  border-radius: 13px;
  display: grid;
  gap: 13px;
  grid-template-columns: auto 1fr auto;
  margin-top: 16px;
  min-height: 77px;
  padding: 18px;
}.mz-home .dashboard-next > span, .mz-home .dashboard-next > a {
  align-items: center;
  color: var(--sage-deep);
  display: flex;
  font-size: 1.104rem;
  font-weight: 750;
  gap: 7px;
}.mz-home .dashboard-next > strong {
  font-size: 1.328rem;
}.mz-home .inspiration-section {
  border-radius: 24px;
  color: white;
  margin: 112px auto 0;
  max-width: 1380px;
  min-height: 610px;
  overflow: hidden;
  position: relative;
}.mz-home .inspiration-section > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 800ms ease;
  width: 100%;
}.mz-home .inspiration-section:hover > img {
  transform: scale(1.018);
}.mz-home .inspiration-overlay {
  background:
    linear-gradient(90deg, rgba(19, 28, 23, 0.82) 0%, rgba(19, 28, 23, 0.54) 43%, rgba(19, 28, 23, 0.08) 78%),
    linear-gradient(180deg, transparent 62%, rgba(19, 28, 23, 0.3));
  inset: 0;
  position: absolute;
}.mz-home .inspiration-copy {
  padding: 110px 7vw;
  position: relative;
  width: min(690px, 62%);
  z-index: 2;
}.mz-home .inspiration-copy .eyebrow {
  color: #e7efe7;
}.mz-home .inspiration-copy h2 {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: clamp(4.8rem, 5.1vw, 8.16rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 27px;
}.mz-home .inspiration-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 510px;
}.mz-home .centered-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  text-align: center;
}.mz-home .centered-heading .eyebrow {
  justify-content: center;
}.mz-home .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}.mz-home .steps-grid article {
  min-height: 280px;
  padding: 40px clamp(28px, 4vw, 60px);
  position: relative;
  text-align: center;
}.mz-home .steps-grid article + article {
  border-left: 1px solid var(--line);
}.mz-home .step-number {
  color: #d9dfd7;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 5.92rem;
  left: 30px;
  line-height: 1;
  position: absolute;
  top: 20px;
}.mz-home .step-icon {
  align-items: center;
  background: var(--sage-soft);
  border-radius: 50%;
  color: var(--sage-deep);
  display: inline-flex;
  height: 66px;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  width: 66px;
}.mz-home .steps-grid h3 {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 2.368rem;
  font-weight: 500;
  margin-bottom: 13px;
}.mz-home .steps-grid p {
  color: var(--muted);
  font-size: 1.408rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 270px;
}.mz-home .quote-section {
  align-items: center;
  background: var(--peach);
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 80px 42px;
  position: relative;
  text-align: center;
}.mz-home .quote-mark {
  color: var(--coral);
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 8rem;
  height: 58px;
}.mz-home .quote-section blockquote {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: clamp(2.8rem, 3vw, 4.48rem);
  line-height: 1.25;
  margin: 18px auto 28px;
  max-width: 990px;
}.mz-home .quote-section p {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}.mz-home .quote-section strong {
  font-size: 1.328rem;
}.mz-home .quote-section span {
  color: var(--muted);
  font-size: 1.152rem;
}.mz-home .mag-section .split-heading {
  grid-template-columns: 1fr auto;
}.mz-home .article-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}.mz-home .article-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}.mz-home .article-card:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-5px);
}.mz-home .article-visual {
  display: block;
  height: 245px;
  overflow: hidden;
  position: relative;
}.mz-home .article-visual::after {
  background: linear-gradient(180deg, transparent 52%, rgba(19, 28, 23, 0.38));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}.mz-home .article-visual img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}.mz-home .article-card:hover .article-visual img {
  transform: scale(1.04);
}.mz-home .article-category {
  background: rgba(255, 254, 250, 0.92);
  border-radius: 999px;
  bottom: 17px;
  color: var(--coral-dark);
  font-size: 1.024rem;
  font-weight: 800;
  left: 17px;
  letter-spacing: 0.12em;
  padding: 9px 13px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}.mz-home .article-copy {
  padding: 26px;
}.mz-home .article-copy h3 {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 2.24rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 13px;
}.mz-home .article-copy > span {
  color: var(--muted);
  display: block;
  font-size: 1.28rem;
  line-height: 1.65;
  margin-bottom: 22px;
}.mz-home .article-copy a {
  align-items: center;
  color: var(--sage-deep);
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 800;
  gap: 7px;
}.mz-home .final-cta {
  align-items: center;
  background: var(--sage-deep);
  color: white;
  display: grid;
  min-height: 490px;
  overflow: hidden;
  padding: 90px max(42px, calc((100vw - 1296px) / 2));
  position: relative;
}.mz-home .final-cta > div:first-child {
  max-width: 790px;
  position: relative;
  z-index: 2;
}.mz-home .final-cta .eyebrow {
  color: #dce8dc;
}.mz-home .final-cta h2 {
  font-size: clamp(4.32rem, 5vw, 8.32rem);
}.mz-home .final-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin: 25px 0 32px;
}.mz-home .cta-actions {
  align-items: center;
  display: flex;
  gap: 25px;
}.mz-home .button-light {
  background: white;
  box-shadow: none;
  color: var(--sage-deep);
}.mz-home .button-light:hover {
  background: var(--ivory);
}.mz-home .outline-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.312rem;
  font-weight: 750;
  padding: 9px 0;
}.mz-home .cta-rings {
  height: 390px;
  position: absolute;
  right: 6vw;
  top: 60px;
  width: 390px;
}.mz-home .cta-rings span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  height: 270px;
  position: absolute;
  width: 270px;
}.mz-home .cta-rings span:first-child {
  left: 0;
  top: 20px;
}.mz-home .cta-rings span:last-child {
  right: 0;
  top: 100px;
}@keyframes float-in {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}@media (max-width: 1180px) {.mz-home .hero-inner {
    grid-template-columns: minmax(0, 0.94fr) minmax(450px, 1fr);
    padding-left: 26px;
    padding-right: 26px;
  }.mz-home .hero h1 {
    font-size: clamp(5.92rem, 6.4vw, 8.48rem);
  }.mz-home .search-card {
    grid-template-columns: 1fr 1fr;
    margin-right: -50px;
  }.mz-home .search-button {
    grid-column: 1 / -1;
    margin: 2px 0 0;
    min-height: 54px;
  }.mz-home .hero, .mz-home .hero-inner {
    min-height: 790px;
  }.mz-home .hero-visual {
    min-height: 756px;
  }.mz-home .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }.mz-home .category-card {
    min-height: 300px;
  }.mz-home .tools-section {
    gap: 50px;
    grid-template-columns: minmax(280px, 0.6fr) minmax(470px, 1fr);
  }.mz-home .app-section {
    gap: 48px;
    grid-template-columns: minmax(430px, 1fr) minmax(350px, 0.72fr);
  }.mz-home .app-floating-top {
    right: -1%;
  }}@media (max-width: 900px) {.mz-home .hero-inner {
    display: flex;
    flex-direction: column;
    padding: 58px 26px 0;
  }.mz-home .hero-copy {
    max-width: 720px;
    padding: 0 0 42px;
  }.mz-home .hero h1 {
    font-size: clamp(5.6rem, 10vw, 8.32rem);
  }.mz-home .search-card {
    margin-right: 0;
  }.mz-home .hero-visual {
    min-height: 650px;
  }.mz-home .floating-tool {
    right: 16px;
  }.mz-home .trust-strip {
    padding-left: 20px;
    padding-right: 20px;
  }.mz-home .trust-strip > div {
    padding: 0 15px;
  }.mz-home .section {
    padding: 85px 26px;
  }.mz-home .split-heading {
    align-items: start;
    gap: 25px;
    grid-template-columns: 1fr;
  }.mz-home .tools-section {
    grid-template-columns: 1fr;
    padding: 85px 26px;
  }.mz-home .app-section {
    grid-template-columns: 1fr;
    padding: 85px 26px;
  }.mz-home .app-visual {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
  }.mz-home .app-copy {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
  }.mz-home .tools-intro {
    max-width: 680px;
  }.mz-home .dashboard-card {
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
  }.mz-home .inspiration-section {
    margin: 85px 26px 0;
    min-height: 570px;
  }.mz-home .inspiration-copy {
    padding: 85px 55px;
    width: 72%;
  }.mz-home .article-grid {
    grid-template-columns: 1fr;
  }.mz-home .article-card {
    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) 1fr;
  }.mz-home .article-visual {
    height: auto;
    min-height: 240px;
  }}@media (max-width: 680px) {.mz-home .hero-inner {
    padding: 45px 18px 0;
  }.mz-home .eyebrow {
    font-size: 1.056rem;
    letter-spacing: 0.12em;
  }.mz-home .hero h1 {
    font-size: clamp(5.2rem, 15vw, 7.36rem);
  }.mz-home .hero-lead {
    font-size: 1.6rem;
  }.mz-home .search-card {
    display: block;
    padding: 8px;
  }.mz-home .search-field {
    min-height: 82px;
    padding: 12px 14px;
  }.mz-home .search-field:first-child::after {
    bottom: 0;
    height: 1px;
    left: 14px;
    right: 14px;
    top: auto;
    width: auto;
  }.mz-home .search-button {
    margin-top: 7px;
    width: 100%;
  }.mz-home .hero-proofs {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0;
  }.mz-home .hero-visual {
    min-height: 580px;
  }.mz-home .hero-visual > img {
    object-position: 48% center;
  }.mz-home .floating-tool {
    min-width: 220px;
    padding: 13px;
    right: 10px;
    transform: scale(0.9);
    transform-origin: right;
  }.mz-home .floating-checklist {
    top: 43%;
  }.mz-home .floating-date {
    top: 62%;
  }.mz-home .floating-budget {
    top: 79%;
  }.mz-home .trust-strip {
    grid-template-columns: 1fr;
  }.mz-home .trust-strip > div {
    justify-content: flex-start;
    padding: 18px 15px;
  }.mz-home .trust-strip > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }.mz-home .section {
    padding: 75px 18px;
  }.mz-home .section-heading h2, .mz-home .tools-intro h2, .mz-home .final-cta h2 {
    font-size: clamp(4.08rem, 12vw, 5.52rem);
  }.mz-home .category-grid {
    grid-template-columns: 1fr;
  }.mz-home .category-card {
    min-height: 280px;
  }.mz-home .tools-section {
    padding: 75px 18px;
  }.mz-home .app-section {
    gap: 28px;
    padding: 75px 18px;
  }.mz-home .app-visual {
    min-height: 540px;
    transform: scale(0.92);
    transform-origin: center top;
  }.mz-home .app-orbit-one {
    height: 430px;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    width: 430px;
  }.mz-home .app-orbit-two {
    height: 320px;
    left: 50%;
    top: 105px;
    transform: translateX(-50%);
    width: 320px;
  }.mz-home .app-floating-top {
    right: 0;
    top: 19%;
  }.mz-home .app-floating-bottom {
    bottom: 15%;
    left: 0;
  }.mz-home .app-copy h2 {
    font-size: clamp(4.48rem, 13vw, 5.92rem);
  }.mz-home .store-buttons {
    align-items: stretch;
    flex-direction: column;
  }.mz-home .store-button {
    width: 100%;
  }.mz-home .dashboard-card {
    padding: 15px;
    transform: none;
  }.mz-home .dashboard-date {
    display: none !important;
  }.mz-home .dashboard-grid {
    grid-template-columns: 1fr;
  }.mz-home .dashboard-grid article {
    display: grid;
    gap: 4px 12px;
    grid-template-columns: auto 1fr;
    min-height: 100px;
  }.mz-home .dashboard-icon {
    grid-row: 1 / 4;
    margin: 0;
  }.mz-home .dashboard-next {
    align-items: start;
    grid-template-columns: 1fr auto;
  }.mz-home .dashboard-next > strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }.mz-home .steps-grid {
    grid-template-columns: 1fr;
  }.mz-home .inspiration-section {
    border-radius: 18px;
    margin: 75px 18px 0;
    min-height: 620px;
  }.mz-home .inspiration-overlay {
    background:
      linear-gradient(90deg, rgba(19, 28, 23, 0.82), rgba(19, 28, 23, 0.38)),
      linear-gradient(180deg, transparent 45%, rgba(19, 28, 23, 0.64));
  }.mz-home .inspiration-copy {
    padding: 70px 25px;
    width: 100%;
  }.mz-home .inspiration-copy h2 {
    font-size: clamp(4.24rem, 12vw, 5.84rem);
  }.mz-home .steps-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }.mz-home .quote-section {
    min-height: 400px;
    padding: 70px 24px;
  }.mz-home .mag-section .split-heading {
    grid-template-columns: 1fr;
  }.mz-home .article-card {
    display: block;
  }.mz-home .article-visual {
    min-height: 190px;
  }.mz-home .final-cta {
    padding: 75px 18px;
  }.mz-home .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }.mz-home .outline-link {
    align-self: center;
  }.mz-home .cta-rings {
    opacity: 0.5;
    right: -190px;
  }}@media (prefers-reduced-motion: reduce) {.mz-home, .mz-home *, .mz-home *::before, .mz-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }}