@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .cs-page {
    overflow-x: hidden;
  }

  .cs-hero {
    min-height: 100svh;
    padding: 34px 0 44px;
    overflow: hidden;
    background:
      radial-gradient(76% 42% at 50% 0%, rgba(121, 50, 236, .72) 0%, rgba(35, 0, 92, .34) 38%, #000 82%),
      #000;
  }

  .cs-grid {
    background-size: 51px 51px;
    -webkit-mask-image: linear-gradient(#000 0%, #000 92%, #0000 100%);
    mask-image: linear-gradient(#000 0%, #000 92%, #0000 100%);
  }

  .cs-noise {
    opacity: .26;
  }

  .cs-dot {
    display: none;
  }

  .cs-topbar {
    display: none;
  }

  .cs-mobile-topbar {
    display: flex;
    width: calc(100% - 32px);
    min-height: 56px;
    margin: 0 auto 30px;
    padding: 8px 10px 8px 14px;
    border-radius: 12px;
  }

  .cs-mobile-logo {
    height: 28px;
  }

  .cs-mobile-topbar .cs-button {
    width: auto;
    min-height: 36px;
    padding: 0 15px;
    font-size: 13px;
  }

  .cs-modal {
    padding: 14px;
  }

  .cs-modal-panel {
    max-height: calc(100svh - 28px);
    padding: 24px 18px;
    border-radius: 16px;
  }

  .cs-modal-close {
    top: 14px;
    right: 14px;
  }

  .cs-modal-panel h2 {
    margin-right: 42px;
    font-size: clamp(30px, 9vw, 38px);
  }

  .cs-modal-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cs-modal-submit {
    justify-self: stretch;
  }

  .cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: min(100%, 390px);
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
  }

  .cs-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .cs-left h1 {
    max-width: 310px;
    font-size: clamp(36px, 10.4vw, 43px);
    line-height: .92;
    text-align: center;
  }

  .cs-proof {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
  }

  .cs-proof-line {
    display: none;
  }

  .cs-avatars {
    justify-content: center;
  }

  .cs-stars {
    font-size: 18px;
    letter-spacing: 0;
  }

  .cs-proof p {
    margin-top: 5px;
    font-size: 15px;
    line-height: 19px;
  }

  .cs-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 292px;
    padding: 0;
  }

  .cs-right p {
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    font-family: Outfit, "Outfit Placeholder", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
  }

  .cs-right .cs-button {
    width: auto;
    min-height: 44px;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 600;
  }

  .cs-reels {
    width: 100vw;
    height: clamp(300px, 84vw, 352px);
    min-height: 0;
    margin: 42px 0 0;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .cs-reels::after {
    height: 100%;
    opacity: .75;
  }

  .cs-track-layer {
    gap: 16px;
  }

  .cs-card {
    width: clamp(188px, 52vw, 218px);
    border-radius: 28px;
  }

  .cs-card video,
  .cs-card img,
  .cs-card::after {
    border-radius: 24px;
  }

  .cs-label {
    top: 12px;
    left: 12px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .cs-logo-marquee {
    max-width: 100%;
    height: 36px;
    margin-top: 18px;
    padding-inline: 16px;
  }

  .cs-about {
    display: block;
    min-height: auto;
    padding: 48px 16px 56px;
    overflow: hidden;
    background:
      radial-gradient(78% 34% at 50% 0%, rgba(121, 50, 236, .76) 0%, rgba(35, 0, 92, .34) 45%, #000 86%),
      #000;
  }

  .cs-about-grid {
    background-size: 51px 51px;
    -webkit-mask-image: linear-gradient(#000 0%, #000 94%, #0000 100%);
    mask-image: linear-gradient(#000 0%, #000 94%, #0000 100%);
  }

  .cs-about-noise {
    opacity: .26;
  }

  .cs-about-content {
    width: min(100%, 390px);
  }

  .cs-about-top {
    max-width: 340px;
    margin: 0 auto;
  }

  .cs-tag {
    min-height: 26px;
    padding: 2px 13px;
    font-size: 15px;
    line-height: 20px;
  }

  .cs-about h2 {
    margin: 18px 0 18px;
    font-size: clamp(31px, 8.7vw, 36px);
    line-height: 1;
  }

  .cs-about-top p {
    max-width: 320px;
    font-size: 16px;
    line-height: 21px;
  }

  .cs-about-bottom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 38px;
  }

  .cs-stats {
    order: 1;
    gap: 0;
    width: 100%;
  }

  .cs-stats .cs-separator,
  .cs-benefits .cs-separator {
    margin: 24px 0;
  }

  .cs-stat strong {
    font-size: 34px;
    line-height: 1;
  }

  .cs-stat p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 21px;
  }

  .cs-about-phone {
    order: 2;
    justify-content: center;
    margin-top: 40px;
  }

  .cs-phone-frame {
    width: min(282px, calc(100vw - 78px));
    height: min(500px, calc((100vw - 78px) * 1.77));
    border-width: 6px;
    border-radius: 32px;
  }

  .cs-phone-reels {
    border-radius: 26px;
  }

  .cs-benefits {
    order: 3;
    gap: 0;
    width: 100%;
    margin-top: 44px;
  }

  .cs-benefit {
    max-width: none;
  }

  .cs-benefit h3 {
    gap: 12px;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1;
  }

  .cs-benefit h3 span {
    width: 12px;
    height: 16px;
  }

  .cs-benefit p {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
  }
}

@media (max-width: 390px) {
  .cs-content {
    padding-inline: 20px;
  }

  .cs-left h1 {
    max-width: 288px;
    font-size: 38px;
  }

  .cs-right {
    max-width: 282px;
  }

  .cs-card {
    width: 204px;
  }
}
