.mc-landing {
  --mc-red: #ff3b3b;
  --mc-orange: #ff7a00;
  --mc-bg: #f7f7f7;
  --mc-dark: #1e1e1e;
  --mc-muted: #646464;
  --mc-card-shadow: 0 14px 34px rgba(23, 23, 23, 0.06);
  --mc-soft-shadow: 0 12px 24px rgba(255, 89, 0, 0.1);
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.18), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--mc-bg) 56%, #fff 100%);
  color: var(--mc-dark);
}

.mc-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.mc-section {
  padding: 58px 0;
}

.mc-header {
  padding: 22px 0 10px;
  background: transparent;
}

.mc-header__inner,
.mc-footer__inner,
.mc-final-cta__card,
.mc-offer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mc-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 1.2rem;
}

.mc-brand img {
  display: block;
  width: auto;
  height: 42px;
  object-fit: contain;
}

.mc-brand--footer img {
  height: 34px;
}

.mc-nav {
  display: none;
  align-items: center;
  gap: 26px;
  color: #343434;
  font-size: 0.93rem;
  font-weight: 600;
}

.mc-mobile-menu {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--mc-dark);
  font-size: 1.45rem;
}

.mc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 14px;
  min-height: 54px;
  padding: 0 22px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.mc-btn--header {
  min-height: 46px;
  padding: 0 18px;
  font-size: 0.92rem;
}

.mc-btn:hover,
.mc-whatsapp-float:hover {
  transform: translateY(-2px);
}

.mc-btn--header,
.mc-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--mc-red), var(--mc-orange));
  box-shadow: 0 18px 28px rgba(255, 78, 33, 0.28);
}

.mc-btn--secondary-cta {
  color: #fff;
  background: linear-gradient(135deg, #ffb200, var(--mc-orange));
  box-shadow: 0 18px 28px rgba(255, 122, 0, 0.24);
}

.mc-hero {
  padding: 18px 0 28px;
}

.mc-hero__grid,
.mc-solution__grid,
.mc-steps__grid {
  display: grid;
  gap: 28px;
}

.mc-kicker {
  display: none;
}

.mc-hero h1,
.mc-title h2,
.mc-offer__copy h2,
.mc-final-cta__card h2 {
  margin: 10px 0 14px;
  font-family: var(--font-title);
  font-size: clamp(2.3rem, 7vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.mc-title h2,
.mc-offer__copy h2,
.mc-final-cta__card h2 {
  font-size: clamp(1.95rem, 5vw, 3.1rem);
  text-align: center;
}

.mc-hero h1 span,
.mc-title h2 span {
  color: var(--mc-red);
}

.mc-hero p,
.mc-title p,
.mc-final-cta__card p,
.mc-offer__copy p {
  margin: 0;
  color: var(--mc-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.mc-mini-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 22px;
}

.mc-mini-benefit,
.mc-card,
.mc-problem__highlight,
.mc-testimonial,
.mc-step,
.mc-offer__benefits article {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(30, 30, 30, 0.06);
  border-radius: 26px;
  box-shadow: var(--mc-card-shadow);
}

.mc-mini-benefit {
  min-height: 94px;
  padding: 14px 12px;
  display: grid;
  align-content: center;
  gap: 8px;
  text-align: center;
}

.mc-mini-benefit i,
.mc-card i,
.mc-icon-card i {
  color: var(--mc-red);
  font-size: 1.2rem;
}

.mc-mini-benefit strong {
  font-size: 0.97rem;
  line-height: 1.35;
}

.mc-hero__actions {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.mc-hero__actions p {
  font-size: 0.9rem;
  font-weight: 600;
}

.mc-hero__visual {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc-hero__orb {
  position: absolute;
  right: -70px;
  top: 12px;
  width: min(78vw, 410px);
  height: min(78vw, 410px);
  border-radius: 42% 58% 67% 33% / 40% 34% 66% 60%;
  background: linear-gradient(135deg, var(--mc-red), var(--mc-orange));
}

.mc-mockup,
.mc-phone {
  position: absolute;
}

.mc-mockup {
  margin: 0;
}

.mc-mockup img {
  display: block;
  width: 100%;
  height: auto;
}

.mc-mockup--main,
.mc-phone--main {
  width: min(94vw, 470px);
  z-index: 2;
  right: -12px;
  bottom: -8px;
}

.mc-mockup--secondary,
.mc-phone--secondary {
  width: min(52vw, 240px);
  right: 0;
  bottom: 80px;
  z-index: 1;
  transform: rotate(7deg);
}

.mc-mockup--solution,
.mc-phone--solution,
.mc-phone--check {
  position: relative;
  width: min(82vw, 300px);
}

.mc-mockup--steps {
  position: relative;
  width: min(55vw, 200px);
}

.mc-title {
  max-width: 650px;
  margin: 0 auto 24px;
}

.mc-title--light h2,
.mc-title--light p,
.mc-solution__benefits article {
  color: #fff;
}

.mc-problem__grid,
.mc-icon-grid,
.mc-testimonials__grid,
.mc-offer__benefits,
.mc-solution__benefits {
  display: grid;
  gap: 18px;
}

.mc-card,
.mc-icon-card,
.mc-testimonial,
.mc-step {
  padding: 24px 18px;
}

.mc-card,
.mc-icon-card {
  text-align: center;
}

.mc-card h3,
.mc-step h3 {
  margin: 14px 0 0;
  font-size: 1.05rem;
  line-height: 1.45;
}

.mc-problem__highlight {
  padding: 24px 22px;
  background: linear-gradient(180deg, #fff6ee, #fff1e2);
}

.mc-problem__highlight p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  font-weight: 700;
}

.mc-solution {
  position: relative;
  color: #fff;
  background: linear-gradient(135deg, #d71818 0%, #ff3b3b 36%, #ff7a00 100%);
  overflow: hidden;
  padding: 0;
}

.mc-solution::after {
  content: "";
  position: absolute;
  inset: auto -130px -150px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
}

.mc-product-copy,
.mc-step p,
.mc-icon-card p,
.mc-testimonial p {
  line-height: 1.55;
}

.mc-solution__benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.mc-solution__benefits article {
  display: grid;
  gap: 8px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.mc-solution__benefits i {
  font-size: 1.2rem;
}

.mc-icon-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mc-icon-card {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 10px 8px;
}

.mc-icon-card i {
  width: 62px;
  height: 62px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.mc-steps__list {
  display: grid;
  gap: 14px;
  align-items: center;
}

.mc-step {
  position: relative;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 10px 8px;
}

.mc-step__number {
  position: absolute;
  top: -12px;
  left: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--mc-red), var(--mc-orange));
  font-weight: 900;
}

.mc-step i {
  width: 92px;
  height: 92px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--mc-orange);
  background: #fff4ec;
  font-size: 1.9rem;
}

.mc-arrow {
  display: none;
  justify-content: center;
  color: rgba(255, 122, 0, 0.5);
  font-size: 1.4rem;
}

.mc-steps__visual {
  display: grid;
  justify-content: center;
  align-items: center;
}

.mc-offer {
  padding: 6px 0 28px;
}

.mc-offer__inner {
  flex-direction: column;
  align-items: stretch;
  padding: 28px 24px;
  border-radius: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--mc-red), var(--mc-orange));
  box-shadow: none;
}

.mc-offer__copy h2,
.mc-offer__copy p {
  text-align: left;
  color: #fff;
}

.mc-offer__copy h2 {
  margin-top: 0;
}

.mc-gift-image {
  display: block;
  width: min(170px, 42vw);
  height: auto;
}

.mc-offer__benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mc-offer__benefits article {
  padding: 14px 10px;
  text-align: center;
  color: var(--mc-dark);
}

.mc-offer__benefits i {
  display: block;
  margin-bottom: 10px;
  color: var(--mc-red);
}

.mc-testimonials__grid {
  grid-template-columns: 1fr;
}

.mc-testimonial__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mc-testimonial {
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.04);
}

.mc-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--mc-red), var(--mc-orange));
  font-weight: 900;
}

.mc-testimonial__head span {
  display: block;
  color: var(--mc-muted);
  font-size: 0.94rem;
  margin-top: 4px;
}

.mc-final-cta__card {
  flex-direction: column;
  align-items: stretch;
  padding: 28px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #f42525, #ff7a00);
}

.mc-final-cta__card h2,
.mc-final-cta__card p {
  color: #fff;
  text-align: left;
}

.mc-footer {
  padding: 18px 0 36px;
}

.mc-footer__inner {
  flex-direction: column;
  text-align: center;
}

.mc-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  color: var(--mc-muted);
}

.mc-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #16b85a);
  box-shadow: 0 16px 26px rgba(37, 211, 102, 0.32);
  font-size: 1.85rem;
}

.mc-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.mc-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mc-reveal--delay {
  transition-delay: 0.12s;
}

.mc-reveal--delay-2 {
  transition-delay: 0.22s;
}

.mc-reveal--delay-3 {
  transition-delay: 0.32s;
}

@media (max-width: 859px) {
  .mc-shell {
    width: min(100%, calc(100% - 22px));
  }

  .mc-header {
    padding: 12px 0 6px;
  }

  .mc-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
  }

  .mc-brand {
    font-size: 1.02rem;
  }

  .mc-brand img {
    height: 34px;
  }

  .mc-btn--header {
    display: none;
  }

  .mc-mobile-menu {
    display: inline-grid;
    place-items: center;
    justify-self: end;
  }

  .mc-hero {
    padding: 8px 0 18px;
  }

  .mc-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(150px, 1.1fr);
    gap: 8px;
    align-items: center;
  }

  .mc-hero__copy {
    order: 0;
    display: contents;
  }

  .mc-hero__copy > .mc-kicker {
    display: none;
  }

  .mc-hero h1 {
    grid-column: 1;
    grid-row: 1;
    max-width: 100%;
    margin: 0 0 12px;
    font-size: clamp(1.8rem, 5.3vw, 2.72rem);
    line-height: 1.02;
  }

  .mc-hero p {
    grid-column: 1;
    grid-row: 2;
    max-width: 100%;
    font-size: 0.86rem;
    line-height: 1.52;
  }

  .mc-hero__visual {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 272px;
    margin-top: 0;
    align-items: flex-start;
    justify-content: flex-end;
    overflow: hidden;
  }

  .mc-hero__orb {
    right: -62px;
    top: 10px;
    width: min(46vw, 210px);
    height: min(46vw, 210px);
  }

  .mc-mockup--main {
    width: min(50vw, 256px);
    right: -8px;
    bottom: auto;
    top: 6px;
  }

  .mc-mini-benefits {
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 14px 0 18px;
  }

  .mc-mini-benefit {
    min-height: 88px;
    padding: 12px 8px;
    border-radius: 14px;
  }

  .mc-mini-benefit strong {
    font-size: 0.72rem;
    line-height: 1.28;
  }

  .mc-hero__actions {
    grid-column: 1 / -1;
    grid-row: 4;
    justify-items: stretch;
    gap: 10px;
    margin-top: 2px;
  }

  .mc-btn--primary {
    width: 100%;
    min-height: 54px;
    border-radius: 12px;
    font-size: 0.9rem;
    padding: 0 14px;
  }

  .mc-hero__actions p {
    text-align: center;
    font-size: 0.84rem;
  }

  .mc-section {
    padding: 26px 0;
  }

  .mc-title {
    margin-bottom: 14px;
  }

  .mc-title h2 {
    font-size: clamp(1.7rem, 5.2vw, 2.35rem);
    line-height: 1.08;
  }

  .mc-problem__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .mc-card {
    min-height: 132px;
    padding: 18px 10px;
    border-radius: 14px;
  }

  .mc-card h3 {
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .mc-problem__highlight {
    grid-column: 1 / -1;
    padding: 16px 18px;
    border-radius: 14px;
  }

  .mc-problem__highlight p {
    font-size: 0.86rem;
    text-align: center;
  }

  .mc-solution {
    padding: 0;
  }

  .mc-solution__grid {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 310px;
  }

  .mc-solution__phone {
    display: flex;
    justify-content: flex-start;
    align-self: end;
  }

  .mc-mockup--solution {
    width: min(36vw, 150px);
    left: 0;
    bottom: -18px;
  }

  .mc-solution__copy {
    padding: 22px 0 18px;
  }

  .mc-title--light {
    max-width: none;
  }

  .mc-title--light h2,
  .mc-title--light p {
    text-align: left;
  }

  .mc-title--light h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 5.4vw, 2.7rem);
    margin-bottom: 10px;
  }

  .mc-title--light p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .mc-solution__benefits {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  .mc-solution__benefits article span {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .mc-solution__benefits i {
    font-size: 1rem;
  }

  .mc-icon-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
  }

  .mc-icon-card {
    padding: 6px 2px;
  }

  .mc-icon-card i {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
    font-size: 1.1rem;
  }

  .mc-icon-card p {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .mc-steps__grid {
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 8px;
    align-items: center;
  }

  .mc-steps__list {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 4px;
  }

  .mc-step {
    padding: 6px 2px;
  }

  .mc-step i {
    width: 62px;
    height: 62px;
    font-size: 1.35rem;
  }

  .mc-step__number {
    top: -2px;
    left: 10px;
    width: 24px;
    height: 24px;
    font-size: 0.74rem;
  }

  .mc-step h3 {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .mc-step p {
    font-size: 0.62rem;
    line-height: 1.45;
  }

  .mc-arrow {
    display: grid;
    font-size: 1rem;
  }

  .mc-steps__visual {
    justify-content: end;
  }

  .mc-mockup--steps {
    width: min(27vw, 120px);
  }

  .mc-offer {
    padding: 0;
  }

  .mc-offer__inner {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 12px;
  }

  .mc-gift-image {
    width: 94px;
  }

  .mc-offer__copy h2 {
    font-size: clamp(1.45rem, 4.6vw, 2rem);
    margin-bottom: 6px;
  }

  .mc-offer__copy p {
    font-size: 0.8rem;
  }

  .mc-offer__benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    grid-column: 1 / -1;
  }

  .mc-offer__benefits article {
    min-height: 74px;
    border-radius: 12px;
    padding: 10px 4px;
    font-size: 0.68rem;
  }

  .mc-testimonials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .mc-testimonial {
    padding: 12px 10px;
  }

  .mc-avatar {
    width: 36px;
    height: 36px;
    font-size: 0.78rem;
  }

  .mc-testimonial__head {
    gap: 8px;
  }

  .mc-testimonial__head strong {
    font-size: 0.78rem;
  }

  .mc-testimonial__head span {
    font-size: 0.68rem;
  }

  .mc-testimonial p {
    font-size: 0.7rem;
    line-height: 1.5;
  }

  .mc-final-cta__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 12px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .mc-final-cta__card h2 {
    margin-top: 0;
    font-size: clamp(1.5rem, 4.6vw, 2rem);
    text-align: left;
  }

  .mc-final-cta__card p {
    font-size: 0.8rem;
  }

  .mc-btn--secondary-cta {
    width: 100%;
    min-height: 84px;
    border-radius: 16px;
    font-size: 0.88rem;
  }

  .mc-footer {
    padding-bottom: 88px;
  }

  .mc-footer nav,
  .mc-footer small {
    font-size: 0.82rem;
  }
}

@media (max-width: 520px) {
  .mc-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(122px, 0.9fr);
    gap: 6px;
    align-items: start;
  }

  .mc-shell {
    width: calc(100% - 18px);
  }

  .mc-hero h1 {
    font-size: clamp(1.26rem, 7.6vw, 1.78rem);
    line-height: 1.01;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
  }

  .mc-hero p {
    font-size: 0.74rem;
    line-height: 1.48;
  }

  .mc-hero__visual {
    min-height: 186px;
    align-items: flex-start;
  }

  .mc-mockup--main {
    width: min(42vw, 166px);
    right: -2px;
    bottom: auto;
    top: 2px;
  }

  .mc-mini-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 12px 0 14px;
  }

  .mc-mini-benefit {
    min-height: 84px;
    padding: 8px 5px;
  }

  .mc-mini-benefit strong {
    font-size: 0.62rem;
    line-height: 1.24;
  }

  .mc-mini-benefit i {
    font-size: 1.05rem;
  }

  .mc-hero__actions {
    gap: 10px;
  }

  .mc-btn--primary {
    min-height: 54px;
    font-size: 0.86rem;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .mc-hero__actions p {
    font-size: 0.72rem;
  }

  .mc-card h3,
  .mc-problem__highlight p,
  .mc-icon-card p {
    font-size: 0.7rem;
  }

  .mc-solution__grid {
    grid-template-columns: 120px minmax(0, 1fr);
    min-height: 270px;
  }

  .mc-mockup--solution {
    width: 118px;
  }

  .mc-title--light h2 {
    font-size: clamp(1.5rem, 7.8vw, 2rem);
  }

  .mc-title--light p {
    font-size: 0.76rem;
  }

  .mc-solution__benefits {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mc-solution__benefits article span {
    font-size: 0.58rem;
  }

  .mc-icon-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mc-steps__grid {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .mc-step i {
    width: 52px;
    height: 52px;
    font-size: 1.12rem;
  }

  .mc-step h3 {
    font-size: 0.64rem;
  }

  .mc-step p {
    font-size: 0.55rem;
  }

  .mc-mockup--steps {
    width: 92px;
  }

  .mc-offer__inner {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .mc-gift-image {
    width: 80px;
  }

  .mc-offer__benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mc-offer__benefits article {
    font-size: 0.6rem;
  }

  .mc-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .mc-final-cta__card {
    grid-template-columns: 1fr;
  }

  .mc-btn--secondary-cta {
    min-height: 62px;
  }
}

@media (min-width: 860px) {
  .mc-nav {
    display: inline-flex;
  }

  .mc-section {
    padding: 72px 0;
  }

  .mc-hero__grid,
  .mc-solution__grid,
  .mc-steps__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
    align-items: center;
  }

  .mc-hero {
    padding: 16px 0 44px;
  }

  .mc-hero__copy {
    max-width: 520px;
    padding-top: 28px;
  }

  .mc-hero__copy .mc-btn--primary {
    min-width: 360px;
  }

  .mc-mini-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mc-hero__visual {
    min-height: 620px;
  }

  .mc-mockup--main {
    width: 540px;
    right: -24px;
    bottom: -12px;
  }

  .mc-hero__orb {
    right: -118px;
    top: 24px;
    width: 450px;
    height: 450px;
  }

  .mc-title h2,
  .mc-title p {
    text-align: center;
  }

  .mc-problem__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .mc-card,
  .mc-problem__highlight {
    min-height: 210px;
    display: grid;
    align-content: center;
  }

  .mc-icon-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mc-solution {
    min-height: 480px;
  }

  .mc-solution__grid {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    min-height: 480px;
  }

  .mc-solution__phone {
    align-self: end;
    margin-bottom: -52px;
  }

  .mc-mockup--solution {
    width: 300px;
    left: -18px;
  }

  .mc-solution__copy {
    padding: 34px 0 20px;
  }

  .mc-title--light {
    max-width: 660px;
    margin: 0;
  }

  .mc-title--light h2,
  .mc-title--light p {
    text-align: left;
  }

  .mc-solution__benefits {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
  }

  .mc-solution__benefits article {
    text-align: center;
  }

  .mc-steps__list {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 8px;
  }

  .mc-arrow {
    display: grid;
  }

  .mc-steps__grid {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 24px;
    align-items: center;
  }

  .mc-mockup--steps {
    width: 220px;
  }

  .mc-offer__inner,
  .mc-final-cta__card,
  .mc-footer__inner {
    flex-direction: row;
  }

  .mc-offer__inner {
    align-items: center;
    padding: 18px 26px;
  }

  .mc-offer__benefits {
    flex: 1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-self: stretch;
  }

  .mc-testimonials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mc-final-cta__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: center;
    padding: 30px 34px;
  }

  .mc-final-cta__card .mc-btn--secondary-cta {
    min-height: 106px;
    border-radius: 22px;
    font-size: 1rem;
    justify-content: center;
  }

  .mc-footer__inner {
    justify-content: space-between;
  }
}
