@media (max-width: 768px) {
  .section {
    padding: 64px 0;
  }

  .hero .container {
    flex-direction: column;
    align-items: center;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

  .hero__content {
    width: 100%;
    padding: 0;
  }

  .hero__title {
    max-width: 680px;
    text-align: center;
  }

  .hero__media {
    margin: 34px auto 28px;
  }

  .hero__product {
    display: grid;
    gap: 12px;
    justify-items: center;
  }

  .hero__product-item {
    width: 100%;
    max-width: 420px;
    gap: 8px;
    text-align: center;
  }

  .hero__product-item strong,
  .hero__product-item em {
    font-size: clamp(1.55rem, 5vw, 2.2rem);
  }

  .hero__product-item p {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .hero__product-plus {
    display: block;
    width: 100%;
    text-align: center;
    justify-self: center;
    align-self: center;
    font-size: 2rem;
  }

  .hero__cta {
    min-width: 0;
    width: min(100%, 340px);
  }

  .descriptions {
    padding-top: 12px;
    padding-bottom: 64px;
  }

  .descriptions__header {
    margin-bottom: 22px;
  }

  .descriptions__list {
    gap: 24px;
  }

  .descriptions__list li,
  .exclusives__list li {
    width: 100%;
    margin-inline: 0;
    padding-left: 26px;
  }

  .descriptions__item-copy,
  .exclusives__item-copy {
    margin-inline: 0;
    max-width: none;
  }

  .descriptions__media,
  .exclusives__media {
    width: calc(100% + 26px);
    margin-top: 16px;
    margin-left: -26px;
    margin-right: 0;
  }

  .descriptions__list li::before,
  .exclusives__list li::before {
    top: 0.2rem;
  }

  .descriptions__media--marquee {
    overflow: hidden;
    width: calc(100% + 26px);
    max-width: 100%;
    margin-left: -26px;
    margin-right: 0;
  }

  .descriptions__asset,
  .exclusives__asset {
    border-radius: 16px;
  }

  .exclusives__video {
    max-height: 360px;
  }

  .descriptions__marquee {
    --marquee-gap: 16px;
  }

  .descriptions__arrow,
  .exclusives__arrow {
    width: 44px;
    height: 44px;
    font-size: 1.7rem;
  }

  .descriptions__arrow--prev,
  .exclusives__arrow--prev {
    left: 10px;
  }

  .descriptions__arrow--next,
  .exclusives__arrow--next {
    right: 10px;
  }

  .exclusives {
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .exclusives__header {
    margin-bottom: 22px;
  }

  .exclusives__list {
    gap: 24px;
  }

  .strategy {
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .before-after {
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .performance-gallery {
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .opinions {
    padding-top: 8px;
    padding-bottom: 64px;
  }

  .cta {
    padding-top: 28px;
    padding-bottom: 72px;
  }

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

  .cta__button {
    width: 100%;
    max-width: none;
  }

  .cta__plan--trial {
    order: 2;
  }

  .telegram {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .faq {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .performance-gallery__item,
  .performance-gallery__item--reverse {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .performance-gallery__item--reverse .performance-gallery__note,
  .performance-gallery__item--reverse .performance-gallery__media {
    order: initial;
  }

  .performance-gallery__note {
    min-height: 0;
    padding: 20px 18px;
  }

  .performance-gallery__media {
    padding: 12px;
  }

  .opinions__track {
    gap: 18px;
    padding: 8px 8px 12px;
  }

  .opinions__card {
    flex-basis: 240px;
    padding: 10px;
    border-radius: 24px;
  }

  .opinions__image {
    min-height: 360px;
    border-radius: 18px;
  }

  .before-after__subtitle {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  .before-after__card {
    padding: 16px;
    border-radius: 24px;
  }

  .before-after__handle {
    width: 52px;
    height: 52px;
  }

  .site-header .container {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
  }

  .site-header__cta {
    width: auto;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 12px 18px;
    font-size: 0.92rem;
  }

  .site-logo {
    height: 56px;
    min-height: 0;
  }

  .site-logo__image {
    height: 100%;
    max-height: none;
  }

  .section .container {
    padding: 28px 22px;
  }
}

@media (max-width: 480px) {
  .site-header {
    padding: 0;
  }

  .site-logo {
    height: 48px;
  }

  .site-header .container {
    gap: 12px;
    min-height: 48px;
  }

  .hero .container {
    align-items: center;
  }

  .hero {
    padding-top: 40px;
  }

  .hero__title {
    text-align: center;
    font-size: clamp(1.55rem, 7vw, 2.15rem);
    text-wrap: unset;
  }

  .hero__media {
    margin: 28px auto 24px;
    padding: 10px;
  }

  .hero__image {
    min-height: 190px;
  }

  .hero__product {
    justify-items: center;
    text-align: center;
    font-size: 1.35rem;
  }

  .hero__product-plus {
    margin: 2px auto;
    text-align: center;
  }

  .hero__cta {
    width: 100%;
    max-width: 320px;
    padding: 14px 20px;
    font-size: 0.9rem;
    white-space: normal;
  }

  .section.descriptions .container {
    padding: 20px 0 0;
  }

  .descriptions__list {
    gap: 18px;
  }

  .descriptions__list li,
  .exclusives__list li {
    width: 100%;
    margin-inline: 0;
    padding-left: 24px;
  }

  .descriptions__item-copy,
  .exclusives__item-copy {
    margin-inline: 0;
    max-width: none;
  }

  .descriptions__list li::before,
  .exclusives__list li::before {
    top: 0.16rem;
  }

  .descriptions__list li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .descriptions__details span {
    display: block;
    margin-right: 0;
  }

  .descriptions__asset,
  .exclusives__asset {
    border-radius: 14px;
  }

  .exclusives__video {
    max-height: 300px;
  }

  .descriptions__marquee {
    --marquee-gap: 14px;
  }

  .descriptions__arrow,
  .exclusives__arrow {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .exclusives__title {
    font-size: clamp(1.35rem, 6vw, 1.9rem);
    line-height: 1.02;
  }

  .exclusives__list {
    gap: 16px;
  }

  .exclusives__list li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .exclusives__details span {
    display: block;
  }

  .strategy__title {
    margin-bottom: 32px;
    font-size: clamp(1.7rem, 8vw, 2.45rem);
    line-height: 1;
  }

  .before-after__eyebrow {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
  }

  .before-after__title {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
    line-height: 1;
  }

  .before-after__subtitle {
    font-size: 0.92rem;
  }

  .before-after__card {
    padding: 12px;
    border-radius: 20px;
  }

  .before-after__frame {
    border-radius: 18px;
    aspect-ratio: 1600 / 1010;
  }

  .before-after__handle {
    width: 46px;
    height: 46px;
  }

  .before-after__labels {
    inset: auto 12px 12px;
  }

  .before-after__labels span {
    padding: 7px 10px;
    font-size: 0.78rem;
  }

  .performance-gallery__title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    line-height: 1;
  }

  .performance-gallery__note {
    border-radius: 22px;
  }

  .performance-gallery__note p {
    font-size: 1rem;
  }

  .performance-gallery__media {
    padding: 10px;
    border-radius: 20px;
  }

  .performance-gallery__arrow {
    width: 38px;
    height: 38px;
  }

  .performance-gallery__arrow--prev {
    left: 16px;
  }

  .performance-gallery__arrow--next {
    right: 16px;
  }

  .performance-gallery__image {
    min-height: 180px;
    border-radius: 14px;
  }

  .opinions__title {
    font-size: clamp(1.65rem, 8vw, 2.4rem);
    line-height: 1;
  }

  .opinions__track {
    gap: 14px;
    padding-right: 0;
    padding-left: 0;
  }

  .opinions__card {
    flex-basis: 200px;
    border-radius: 20px;
  }

  .opinions__image {
    min-height: 310px;
    border-radius: 16px;
  }

  .cta__title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    line-height: 1;
  }

  .cta__toggle {
    gap: 10px;
    padding: 10px 14px;
  }

  .cta__toggle-label {
    font-size: 0.88rem;
  }

  .cta__plan {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .cta__plan-name {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .cta__price-main {
    font-size: clamp(2rem, 10vw, 3.3rem);
  }

  .cta__price-period {
    font-size: 1rem;
  }

  .cta__price-meta {
    gap: 8px;
  }

  .cta__price-chip,
  .cta__price-sale {
    font-size: 0.88rem;
  }

  .cta__trial-title {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .cta__trial-price {
    font-size: clamp(2.8rem, 14vw, 4.1rem);
  }

  .cta__features li {
    font-size: 0.95rem;
  }

  .telegram__title {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
    line-height: 1.08;
  }

  .telegram__button {
    width: 100%;
    max-width: 320px;
  }

  .faq__question {
    padding: 18px 0;
    gap: 16px;
    font-size: 1rem;
  }

  .faq__answer-inner {
    padding: 0 0 18px;
  }

  .strategy__list {
    gap: 16px;
    padding-left: 18px;
  }

  .strategy__list li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .strategy__list li span {
    margin-left: 12px;
  }

  .site-header__cta {
    width: auto;
    min-height: 42px;
    padding: 11px 14px;
    font-size: 0.82rem;
    white-space: nowrap;
  }
}
  .descriptions__media,
  .exclusives__media {
    width: calc(100% + 24px);
    margin-left: -24px;
    margin-right: 0;
  }

  .descriptions__media--marquee {
    width: calc(100% + 24px);
    margin-left: -24px;
    margin-right: 0;
  }
