.round4-pricing {
  display: grid;
  gap: 28px;
  margin: 28px 0 80px;
}

.round4-pricing__primary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.round4-plan {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid #d7d8d5;
  border-radius: 12px;
  background: #fff;
}

.round4-plan--pro {
  color: #fff;
  border-color: #171717;
  background: #171717;
}

.round4-plan__tag,
.round4-offer-row__tag {
  width: fit-content;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.round4-plan__tag {
  padding: 6px 9px;
  border: 1px solid #d7d8d5;
  border-radius: 999px;
  color: #62676f;
}

.round4-plan--pro .round4-plan__tag {
  color: #fff;
  border-color: rgb(255 255 255 / 30%);
}

.round4-plan__price {
  margin-top: 24px;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}

.round4-plan__standard,
.round4-plan__offer,
.round4-plan__storage,
.round4-plan__description,
.round4-offer-row p {
  color: #62676f;
  line-height: 1.75;
}

.round4-plan--pro .round4-plan__standard,
.round4-plan--pro .round4-plan__offer,
.round4-plan--pro .round4-plan__storage {
  color: #b9bec5;
}

.round4-plan__standard {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: 700;
}

.round4-plan__offer {
  margin: 4px 0 0;
  font-size: 13px;
}

.round4-plan h2 {
  margin: 34px 0 0;
  font-size: clamp(23px, 2.4vw, 32px);
  line-height: 1.25;
  letter-spacing: -.02em;
}

.round4-plan__description {
  max-width: 38rem;
  margin: 24px 0 0;
  font-size: 16px;
}

.round4-plan__features {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d7d8d5;
}

.round4-plan__features li {
  min-height: 48px;
  padding: 13px 0;
  border-bottom: 1px solid #d7d8d5;
  font-size: 14px;
  font-weight: 650;
}

.round4-plan--pro .round4-plan__features,
.round4-plan--pro .round4-plan__features li {
  border-color: rgb(255 255 255 / 22%);
}

.round4-plan__action,
.round4-offer-row a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 11px 18px;
  color: #171717;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.round4-plan__action {
  margin-top: auto;
}

.round4-plan__action--secondary,
.round4-offer-row a {
  color: #171717;
  border-color: #171717;
}

.round4-plan__action:hover,
.round4-plan__action:focus-visible,
.round4-offer-row a:hover,
.round4-offer-row a:focus-visible {
  color: #fff;
  border-color: #2b6bff;
  background: #2b6bff;
  outline: none;
}

.round4-plan__storage {
  margin: 14px 0 0;
  font-size: 12px;
}

.round4-pricing__supporting {
  display: grid;
  gap: 12px;
}

.round4-offer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
  border: 1px solid #d7d8d5;
  border-radius: 12px;
  background: #fff;
}

.round4-offer-row h2 {
  margin: 10px 0 0;
  font-size: clamp(21px, 2.4vw, 29px);
  letter-spacing: -.02em;
}

.round4-offer-row p {
  max-width: 54rem;
  margin: 8px 0 0;
  font-size: 14px;
}

.round4-offer-row__note {
  font-weight: 700;
}

@media (max-width: 760px) {
  .catalog-brand,
  .site-footer-v3__links a,
  .site-footer-v3__legal a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .round4-pricing {
    margin-bottom: 56px;
  }

  .round4-pricing__primary {
    grid-template-columns: 1fr;
  }

  .round4-plan {
    min-height: auto;
    padding: 26px 22px;
  }

  .round4-plan__action {
    margin-top: 30px;
  }

  .round4-offer-row {
    grid-template-columns: 1fr;
    padding: 23px 22px;
  }

  .round4-offer-row a {
    width: 100%;
  }
}
