:root {
  --mhb-blue: #4f80e7;
  --mhb-cream: #fbf8ee;
  --mhb-yellow: #ffe8a2;
  --mhb-text: #171717;
  --mhb-muted: #716f6a;
}

.milksy-how-it-works{padding:clamp(70px,7vw,105px) 28px;background:#fff;color:#fff}.mhw-shell{position:relative;width:min(100%,1280px);margin:0 auto;padding:70px 58px 55px;border-radius:32px;background:#4f80e7;overflow:hidden}.mhw-shell:after{position:absolute;right:-130px;top:-170px;width:430px;height:360px;border:68px solid rgba(140,188,227,.28);border-radius:47% 53% 62% 38%;content:"";transform:rotate(20deg)}.mhw-intro{position:relative;z-index:2;display:grid;margin-bottom:58px;grid-template-columns:.7fr 1fr 1fr;gap:40px;align-items:start}.mhw-intro>p{margin:12px 0 0;color:#fff;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.mhw-intro h2{margin:0;color:#fff;font-family:Lora,Georgia,serif;font-size:clamp(48px,4.5vw,66px);line-height:1}.mhw-intro>span{margin-top:9px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.65}.mhw-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.32)}.mhw-step{min-height:330px;padding:38px 30px;border-left:1px solid rgba(255,255,255,.25)}.mhw-step:first-child{padding-left:0;border-left:0}.mhw-step__top{display:flex;margin-bottom:45px;align-items:center;justify-content:space-between}.mhw-step__top>span{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:#ffe7a1;color:#1b2637;font-size:12px;font-weight:800}.mhw-step__top svg{width:38px;height:38px;stroke:#9dccf5;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.mhw-step h3{margin:0 0 17px;color:#fff;font-family:Lora,Georgia,serif;font-size:25px;line-height:1.18}.mhw-step p{margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.65}.mhw-action{position:relative;z-index:2;display:flex;justify-content:flex-end}.mhw-action a{display:inline-flex;min-height:52px;padding:13px 25px;align-items:center;gap:18px;border-radius:999px;background:#fff;color:#172235;font-weight:700}

@media(max-width:1000px){.mhw-intro{grid-template-columns:1fr 1.5fr}.mhw-intro>span{grid-column:2}.mhw-grid{grid-template-columns:1fr 1fr}.mhw-step:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.25)}.mhw-step:nth-child(4){border-top:1px solid rgba(255,255,255,.25)}}

@media(max-width:680px){.milksy-how-it-works{padding:58px 16px}.mhw-shell{padding:50px 24px 35px;border-radius:25px}.mhw-intro{display:block;margin-bottom:42px}.mhw-intro>p{margin:0 0 22px}.mhw-intro h2{font-size:43px}.mhw-intro>span{display:block;margin-top:22px}.mhw-grid{grid-template-columns:1fr}.mhw-step,.mhw-step:first-child{min-height:0;padding:32px 0;border-left:0;border-top:1px solid rgba(255,255,255,.25)}.mhw-step__top{margin-bottom:25px}.mhw-action a{width:100%;justify-content:center}}

.milksy-home-benefits {
  width: 100%;
  padding: clamp(72px, 7vw, 112px) 28px clamp(80px, 8vw, 128px);
  background: #fff;
  color: var(--mhb-text);
}

.mhb-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.mhb-intro {
  max-width: 700px;
  margin: 0 auto clamp(38px, 4vw, 54px);
  text-align: center;
}

.mhb-intro h2 {
  max-width: 620px;
  margin: 0 auto 25px;
  color: var(--mhb-text);
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-size: clamp(37px, 3.25vw, 49px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.mhb-intro p {
  margin: 0;
  color: var(--mhb-muted);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.55;
}

.mhb-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr) minmax(0, 1fr);
  gap: clamp(28px, 3vw, 45px);
  align-items: stretch;
}

.mhb-column {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mhb-card {
  min-height: 245px;
  padding: clamp(25px, 2.2vw, 33px);
  border-radius: 24px;
  background: var(--mhb-cream);
}

.mhb-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: clamp(27px, 2.6vw, 38px);
  place-items: center;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: var(--mhb-yellow);
  color: #1f2427;
  box-shadow: 0 10px 24px rgba(161, 135, 63, .14);
}

.mhb-card__icon svg {
  width: 25px;
  height: 25px;
}

.mhb-card h3 {
  margin: 0 0 18px;
  color: var(--mhb-text);
  font-size: clamp(22px, 1.7vw, 26px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.mhb-card p {
  margin: 0;
  color: var(--mhb-muted);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.55;
}

.mhb-product {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.mhb-product img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: min(545px, 42vw);
  min-height: 480px;
  border: 4px solid #a9cdf8;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 13px 29px rgba(56, 104, 179, .22);
}

.mhb-product a {
  display: inline-flex;
  min-width: 245px;
  min-height: 54px;
  margin-top: 27px;
  padding: 13px 25px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 999px;
  background: var(--mhb-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.mhb-product a:hover {
  background: #3d6fd5;
  color: #fff;
}

@media (max-width: 1050px) {
  .mhb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhb-product {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .mhb-product img {
    width: min(100%, 520px);
    height: auto;
    min-height: 0;
  }

  .mhb-card {
    min-height: 280px;
  }
}

@media (max-width: 680px) {
  .milksy-home-benefits {
    padding: 58px 16px 78px;
  }

  .mhb-intro {
    margin-bottom: 36px;
  }

  .mhb-intro h2 {
    font-size: 37px;
  }

  .mhb-grid {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }

  .mhb-product {
    order: -1;
  }

  .mhb-product img {
    width: min(100%, 430px);
    border-width: 4px;
    border-radius: 27px;
  }

  .mhb-product a {
    width: 100%;
    min-width: 0;
    margin-top: 24px;
  }

  .mhb-column {
    display: contents;
  }

  .mhb-card {
    min-height: 0;
    padding: 28px;
    border-radius: 23px;
  }

  .mhb-card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 30px;
  }

  .mhb-card h3 {
    font-size: 25px;
  }

  .mhb-card p {
    font-size: 16px;
  }
}
