.mss-hero {
  background:
    radial-gradient(1200px 500px at 12% -10%, #eaf7f0 0%, rgba(234, 247, 240, 0) 60%),
    radial-gradient(900px 500px at 100% 0%, #fff3ea 0%, rgba(255, 243, 234, 0) 55%),
    #fbfdfc;
  color: #10241c;
  overflow: hidden;
  padding: 40px 0 64px;
}

.mss-hero__wrap {
  max-width: 1240px;
}

.mss-hero__bento {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.32fr 1fr;
  grid-template-rows: auto auto auto;
}

.mss-hero__main {
  align-items: stretch;
  background:
    radial-gradient(700px 360px at 92% 12%, rgba(127, 211, 172, .45) 0%, rgba(127, 211, 172, 0) 60%),
    linear-gradient(152deg, #0f7a50 0%, #13935f 48%, #0b5c3e 100%);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(11, 92, 62, .28);
  color: #ffffff;
  display: flex;
  gap: 26px;
  grid-column: 1;
  grid-row: 1 / span 3;
  overflow: hidden;
  padding: 46px 48px 44px;
  position: relative;
}

.mss-hero__main::before {
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  content: "";
  height: 180px;
  left: -40px;
  pointer-events: none;
  position: absolute;
  top: -40px;
  width: 180px;
}

.mss-hero__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.mss-hero__art {
  align-self: center;
  flex: 0 0 220px;
  position: relative;
  z-index: 1;
}

.mss-hero__art svg {
  display: block;
  height: auto;
  width: 100%;
}

.mss-hero__badge {
  align-items: center;
  align-self: flex-start;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #eafbf2;
  display: inline-flex;
  font-size: 13.5px;
  font-weight: 600;
  gap: 9px;
  line-height: 1.2;
  padding: 9px 16px 9px 14px;
}

.mss-hero__badge-dot {
  background: #ffc785;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 199, 133, .28);
  height: 8px;
  width: 8px;
}

.mss-hero__title {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 26px 0 0;
  max-width: 13ch;
}

.mss-hero__title span {
  display: inline;
}

.mss-hero__title em {
  color: #ffc785;
  font-style: italic;
}

.mss-hero__text {
  color: rgba(238, 250, 244, .86);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 20px 0 0;
  max-width: 42ch;
}

.mss-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.mss-hero-feature {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  color: #eafbf2;
  display: inline-flex;
  font-size: 13.5px;
  font-weight: 600;
  gap: 8px;
  line-height: 1.25;
  padding: 9px 15px 9px 12px;
}

.mss-hero-feature__icon {
  color: #ffc785;
  display: inline-flex;
  flex: 0 0 auto;
}

.mss-hero-feature__icon svg {
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 17px;
}

.mss-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: auto;
  padding-top: 32px;
}

.mss-hero__button {
  align-items: center;
  background: linear-gradient(180deg, #ff8a3d, #f37021);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(243, 112, 33, .38);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  text-decoration: none;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mss-hero__button:hover {
  background: linear-gradient(180deg, #f37021, #e55f12);
  box-shadow: 0 16px 30px rgba(243, 112, 33, .46);
  transform: translateY(-2px);
}

.mss-hero__button svg,
.mss-hero-offer__link svg {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  transition: transform .18s ease;
}

.mss-hero__button:hover svg,
.mss-hero-offer__link:hover svg {
  transform: translateX(3px);
}

.mss-hero__license {
  align-items: center;
  color: #eafbf2;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
}

.mss-hero__license-icon {
  align-items: center;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 9px;
  display: inline-flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.mss-hero__license svg {
  height: 16px;
  stroke: #eafbf2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 16px;
}

.mss-hero__license small {
  color: rgba(234, 251, 242, .6);
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.mss-hero-promo,
.mss-hero-offer {
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(16, 36, 28, .04), 0 6px 18px rgba(16, 36, 28, .06);
}

.mss-hero-promo {
  align-items: center;
  background: linear-gradient(160deg, #f3f8ff 0%, #e7f0fe 100%);
  border: 1px solid #d8e6fb;
  display: flex;
  gap: 18px;
  grid-column: 2;
  grid-row: 1;
  padding: 24px 26px;
}

.mss-hero-promo__text {
  flex: 1 1 auto;
  min-width: 0;
}

.mss-hero-promo__label {
  color: #2c6fd6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mss-hero-promo h2 {
  color: #10241c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.18;
  margin: 9px 0 7px;
}

.mss-hero-promo p,
.mss-hero-offer p {
  color: #5a6e64;
  font-size: 13px;
  line-height: 1.52;
  margin: 0;
}

.mss-hero-promo__art {
  flex: 0 0 76px;
}

.mss-hero-promo__art svg,
.mss-hero-offer__art svg {
  display: block;
  height: auto;
  width: 100%;
}

.mss-hero-offer {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 150px;
  padding: 24px 24px 24px 26px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.mss-hero-offer:hover {
  box-shadow: 0 6px 14px rgba(16, 36, 28, .07), 0 22px 46px rgba(16, 36, 28, .12);
  transform: translateY(-3px);
}

.mss-hero-offer--rose {
  background: linear-gradient(160deg, #ffffff 0%, #fdebf1 100%);
  border: 1px solid #f6d3df;
  grid-column: 2;
  grid-row: 2;
}

.mss-hero-offer--amber {
  background: linear-gradient(160deg, #ffffff 0%, #fff5dc 100%);
  border: 1px solid #f4e3b4;
  grid-column: 2;
  grid-row: 3;
}

.mss-hero-offer__body {
  min-width: 0;
}

.mss-hero-offer__tag {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 6px 12px;
  text-transform: uppercase;
}

.mss-hero-offer--rose .mss-hero-offer__tag {
  background: #fbd8e2;
  color: #c53560;
}

.mss-hero-offer--amber .mss-hero-offer__tag {
  background: #fbe7b4;
  color: #b5740c;
}

.mss-hero-offer h3 {
  color: #10241c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  margin: 14px 0 0;
}

.mss-hero-offer__date {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(197, 53, 96, .12);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(197, 53, 96, .1);
  color: #c53560;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  margin-top: 10px;
  padding: 7px 12px;
}

.mss-hero-offer p {
  margin-top: 9px;
}

.mss-hero-offer__link {
  align-items: center;
  align-self: flex-start;
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(197, 53, 96, .18);
  color: #c53560;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  gap: 8px;
  margin-top: 16px;
  padding: 11px 20px;
  text-decoration: none;
  transition: box-shadow .16s ease, transform .16s ease;
}

.mss-hero-offer__link:hover {
  box-shadow: 0 9px 18px rgba(197, 53, 96, .26);
  transform: translateY(-2px);
}

.mss-hero-offer__link svg {
  height: 16px;
  width: 16px;
}

.reveal {
  animation: mss-hero-rise .6s cubic-bezier(.22, .61, .36, 1) forwards;
  opacity: 0;
  transform: translateY(14px);
}

.mss-hero__main {
  animation-delay: .02s;
}

.mss-hero-promo {
  animation-delay: .12s;
}

.mss-hero-offer--rose {
  animation-delay: .2s;
}

.mss-hero-offer--amber {
  animation-delay: .28s;
}

@keyframes mss-hero-rise {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .mss-hero {
    padding: 28px 0 48px;
  }

  .mss-hero__bento {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .mss-hero__main,
  .mss-hero-promo,
  .mss-hero-offer {
    grid-column: 1;
    grid-row: auto;
  }

  .mss-hero__main {
    padding: 40px 32px;
  }
}

@media (max-width: 720px) {
  .mss-hero__art {
    display: none;
  }
}

@media (max-width: 520px) {
  .mss-hero {
    padding: 26px 0 44px;
  }

  .mss-hero__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mss-hero__main {
    padding: 32px 24px;
  }

  .mss-hero__button {
    width: 100%;
  }

  .mss-hero-offer {
    grid-template-columns: 1fr 104px;
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .mss-hero *,
  .mss-hero *::before,
  .mss-hero *::after {
    transition: none !important;
  }
}
