@media (max-width: 1199px) {
  .ps2-container {
    width: calc(100% - 32px);
  }

  .ps2-hero__image {
    left: 48%;
  }

  .ps2-simple__visual {
    left: 58%;
  }

  .ps2-simple__button {
    right: 4%;
    left: auto;
    width: 40%;
  }

  .ps2-platform__art {
    right: -15%;
  }

  .ps2-presentation > img {
    right: 0;
    left: auto;
  }
}

@media (max-width: 991px) {
  .ps2-hero__content {
    width: 48%;
  }

  .ps2-hero__copy h1 {
    width: 100%;
    font-size: 38px;
  }

  .ps2-hero__copy p {
    font-size: 19px;
  }

  .ps2-feature span {
    font-size: 13px;
  }

  .ps2-feature img {
    width: 50px;
    height: 50px;
  }

  .ps2-stat strong {
    font-size: 22px;
  }

  .ps2-stat:nth-child(2) strong,
  .ps2-stat:nth-child(4) strong {
    font-size: 19px;
  }

  .ps2-audience p {
    font-size: 14px;
  }

  .ps2-simple__copy {
    width: 48%;
  }

  .ps2-simple__copy h2 {
    font-size: 50px;
  }

  .ps2-simple__copy p {
    font-size: 20px;
  }

  .ps2-platform__features {
    width: 66%;
  }

  .ps2-presentation__copy {
    width: 66%;
  }

  .ps2-invite-card li {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .ps2-container {
    width: calc(100% - 30px);
    max-width: 390px;
    padding: 0;
  }

  .place-sale-v2--app .ps2-container {
    padding-bottom: 30px;
  }

  .ps2-card {
    border-radius: 10px;
  }

  .ps2-desktop-only {
    display: none;
  }

  .ps2-section-head {
    gap: 5px;
  }

  .ps2-section-head h2,
  .ps2-integrations > h2,
  .ps2-invitation > h2 {
    font-size: 24px;
    line-height: 1.02;
  }

  .ps2-section-head p {
    font-size: 10px;
    line-height: 1.12;
  }

  .ps2-button {
    width: 100%;
    min-height: 52px;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 14px;
  }

  /* Hero */
  .ps2-hero {
    height: 171px;
    min-height: 171px;
    padding: 10px 15px;
    border-radius: 6px;
  }

  .place-sale-v2--app .ps2-hero {
    height: auto;
    min-height: 0;
    padding-bottom: 16px;
  }

  .place-sale-v2--app .ps2-hero__copy p {
    width: 125px;
  }

  .place-sale-v2--app .ps2-hero__features {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ps2-hero__content {
    width: 210px;
    gap: 10px;
  }

  .ps2-hero__copy {
    height: auto;
    min-height: auto;
    gap: 5px;
    padding: 5px 0;
  }

  .place-sale-v2 .ps2-hero__copy h1 {
    width: 132px;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: -.28px;
  }

  .ps2-hero__copy p {
    width: 125px;
    font-size: 6px;
    line-height: 1.18;
  }

  .ps2-hero__features {
    display: grid;
    width: 210px;
    gap: 5px 10px;
  }

  .ps2-feature {
    min-height: 31px;
    gap: 5px;
    padding: 3px;
    border-radius: 6px;
  }

  .ps2-feature img {
    width: 20px;
    height: 20px;
    padding: 1px 2px;
  }

  .ps2-feature span {
    font-size: 5px;
    line-height: 1.18;
  }

  .ps2-hero__image {
    top: 3px;
    left: 146px;
    width: 234px;
    height: 172px;
  }

  /* Scale */
  .ps2-scale {
    gap: 10px;
    margin-top: 20px;
    padding: 15px;
  }

  .ps2-scale__map {
    top: -2px;
    right: 7px;
    width: 105px;
    height: 70px;
  }

  .ps2-scale .ps2-section-head {
    width: 330px;
    min-height: 49px;
  }

  .ps2-stats {
    gap: 10px;
  }

  .ps2-stat {
    height: 46px;
    min-height: 46px;
    gap: 5px;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
  }

  .ps2-stat__icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .ps2-stat > div {
    padding-top: 2px;
  }

  .ps2-stat strong,
  .ps2-stat:nth-child(2) strong,
  .ps2-stat:nth-child(4) strong {
    margin-bottom: 1px;
    font-size: 10px;
    line-height: 1.05;
  }

  .place-sale-v2--app .ps2-stat strong {
    white-space: normal;
  }

  .ps2-stat p {
    font-size: 6px;
    line-height: 1.12;
  }

  .ps2-audience {
    height: auto;
    min-height: 47px;
    align-items: flex-start;
    gap: 5px;
    padding: 7px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
  }

  .ps2-audience__icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .ps2-audience h3 {
    margin-bottom: 1px;
    font-size: 8px;
  }

  .ps2-audience p {
    max-width: 282px;
    font-size: 5px;
    line-height: 1.08;
  }

  .ps2-demographics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-top: 0;
  }

  .ps2-demographic {
    height: auto;
    gap: 4px;
    padding: 6px 5px 4px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
  }

  .ps2-demographic h3 {
    display: flex;
    height: 12px;
    min-height: 12px;
    align-items: flex-start;
    justify-content: center;
    font-size: 6px;
    line-height: 1;
  }

  .ps2-demographic__body {
    align-items: center;
    flex-direction: column;
    gap: 3px;
  }

  .ps2-demographic__legend {
    width: 100%;
    height: auto;
    min-height: 0;
    flex: none;
    gap: 3px;
    justify-content: flex-start;
  }

  .ps2-demographic__chart {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .ps2-demographic__legend--center {
    gap: 3px;
  }

  .ps2-legend-item {
    gap: 3px;
  }

  .ps2-legend-item i {
    width: 6px;
    height: 6px;
    margin-top: 1px;
    flex-basis: 6px;
  }

  .ps2-legend-item strong {
    font-size: 7px;
  }

  .ps2-legend-item b {
    font-size: 4.5px;
  }

  /* Simple */
  .ps2-simple {
    min-height: 179px;
    margin-top: 20px;
    padding: 15px 12px;
    border-radius: 10px;
  }

  .ps2-simple::before,
  .ps2-simple::after,
  .ps2-simple__visual,
  .ps2-simple__hint {
    display: none;
  }

  .ps2-simple__copy {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
  }

  .ps2-simple__copy > div {
    gap: 2px;
  }

  .ps2-simple__copy h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .ps2-simple__copy p {
    font-size: 12px;
    line-height: 1.16;
  }

  .ps2-simple__button {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    min-height: 52px;
    border-radius: 12px;
    box-shadow: none;
  }

  /* Platform */
  .ps2-platform {
    height: auto;
    min-height: 0;
    margin-top: 20px;
    padding: 15px;
  }

  .ps2-platform__art {
    display: none;
  }

  .ps2-platform__features {
    width: 100%;
    margin-top: 10px;
    gap: 15px 15px;
  }

  .ps2-platform-feature {
    height: 43px;
    gap: 10px;
    padding: 5px 10px;
    border-radius: 6px;
    box-shadow: none;
  }

  .ps2-platform-feature img {
    width: 30px;
    height: 30px;
    padding: 1px;
  }

  .ps2-platform-feature span {
    font-size: 8px;
    line-height: 1.15;
  }

  /* Integration options */
  .ps2-integrations {
    margin-top: 20px;
    padding-top: 0;
  }

  .ps2-integrations > h2 {
    display: none;
  }

  .ps2-integrations__track {
    display: grid;
    gap: 15px;
    overflow: visible;
    cursor: default;
    scroll-snap-type: none;
  }

  .ps2-integration-card,
  .ps2-integration-card:nth-child(n) {
    width: 100%;
    height: auto;
    aspect-ratio: 386 / 281;
    border-radius: 10px;
  }

  .ps2-integration-card__number {
    top: -21px;
    left: 16px;
    font-size: 118px;
  }

  .ps2-integration-card__copy,
  .ps2-integration-card--referral .ps2-integration-card__copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 44%;
    margin: 28px 0 0 16px;
    gap: 5px;
  }

  .ps2-integration-card:not(.ps2-integration-card--referral) .ps2-integration-card__copy {
    height: auto;
    min-height: 0;
    flex: none;
  }

  .ps2-integration-card__copy h3,
  .ps2-integration-card--referral .ps2-integration-card__copy h3 {
    width: 100%;
    font-size: 18px;
  }

  .ps2-integration-card__copy p,
  .ps2-integration-card--referral .ps2-integration-card__copy p {
    width: 100%;
    font-size: 10px;
    line-height: 1.15;
  }

  .ps2-integration-card__visual {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 49%;
    height: auto;
    margin: 0;
    flex: none;
    max-width: none;
  }

  .ps2-integration-card--referral .ps2-integration-card__copy {
    width: 44%;
  }

  .ps2-integration-card--referral .ps2-integration-card__copy h3,
  .ps2-integration-card--referral .ps2-integration-card__copy p {
    width: 100%;
  }

  .ps2-integration-card__visual--referral {
    right: -2%;
    bottom: 0;
    width: 58%;
  }

  .ps2-integration-card__visual--referral-desktop {
    display: none;
  }

  .ps2-integration-card__visual--referral-mobile {
    display: block;
  }

  .place-sale-v2--app .ps2-integrations__track {
    overflow-x: hidden;
  }

  /* Presentation */
  .ps2-presentation {
    min-height: 263px;
    margin-top: 20px;
    padding: 16px;
  }

  .ps2-presentation__copy {
    width: 100%;
    gap: 16px;
  }

  .ps2-presentation h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .ps2-presentation p {
    font-size: 12px;
    line-height: 1.15;
  }

  .ps2-presentation > img {
    display: none;
  }

  .ps2-presentation .ps2-button {
    margin-top: 2px;
  }

  /* Invitation */
  .ps2-invitation {
    margin-top: 20px;
  }

  .ps2-invitation > h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
  }

  .ps2-invitation__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ps2-invite-card {
    min-height: auto;
    border-radius: 10px;
  }

  .ps2-invite-card--steps {
    min-height: 201px;
    padding: 16px;
  }

  .ps2-invite-title--desktop {
    display: none;
  }

  .ps2-invite-title--mobile,
  .ps2-invite-subtitle {
    display: block;
  }

  .ps2-invite-card h3 {
    font-size: 16px;
    line-height: 1.2;
  }

  .ps2-invite-subtitle {
    width: 265px;
    margin-top: 4px !important;
    font-size: 11px;
    line-height: 1.2;
  }

  .ps2-invite-card ul {
    margin-top: 8px;
    gap: 4px;
  }

  .ps2-invite-card li {
    min-height: 24px;
    padding: 2px 0 0 28px;
    font-size: 10px;
    line-height: 1.15;
  }

  .ps2-invite-card li::before {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: transparent url("/assets/site/pz_img/place-sale-v2/check-step-mobile.svg") center/24px 24px no-repeat;
  }

  .ps2-invite-card--free {
    min-height: 177px;
    gap: 12px;
    padding: 24px;
  }

  .ps2-invite-card--free h3 {
    gap: 10px;
    font-size: 20px;
  }

  .ps2-invite-card--free h3 img {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .ps2-invite-card--free p {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (max-width: 390px) {
  .ps2-container {
    width: calc(100% - 24px);
  }

  .ps2-hero {
    padding: 12px;
  }

  .place-sale-v2--app .ps2-hero {
    padding-bottom: 16px;
  }

  .ps2-hero__image {
    left: 41%;
  }

  .ps2-scale {
    padding: 12px;
  }

  .ps2-scale .ps2-section-head {
    width: 100%;
  }
}
