@media (max-width: 767px) {
  .cta-inner {
    width: min(100% - 32px, 520px);
    padding: 60px 0 64px;
  }

  .cta-header {
    margin-bottom: 30px;
  }

  .cta-kicker {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 12px;
  }

  .cta-kicker i {
    width: 34px;
  }

  .cta-title {
    font-size: 34px;
    line-height: 1.08;
    white-space: normal;
  }

  .cta-description {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.58;
  }

  .cta-showcase {
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
    border-radius: 13px;
  }

  .cta-order-card {
    min-height: 0;
    padding: 26px 20px 24px;
  }

  .cta-order-copy h3 {
    font-size: 27px;
    line-height: 1.14;
  }

  .cta-order-copy > p {
    margin-top: 14px;
    font-size: 14px;
  }

  .cta-actions {
    margin-top: 24px;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .cta-button {
    min-height: 54px;
    height: auto;
    padding: 12px 14px;
    gap: 10px;
    font-size: 13.5px;
    white-space: normal;
    text-align: center;
  }

  .cta-button img {
    width: 24px;
    height: 24px;
  }

  .cta-benefit-grid {
    margin-top: 26px;
  }

  .cta-benefit {
    min-height: 0;
    padding: 14px 0;
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 14px;
  }

  .cta-benefit-icon {
    width: 52px;
    height: 52px;
  }

  .cta-benefit-icon img {
    width: 42px;
    height: 42px;
  }

  .cta-benefit h4 {
    font-size: 16px;
  }

  .cta-benefit p {
    font-size: 12.8px;
  }

  .cta-image-card {
    min-height: 0;
    border-radius: 0 0 13px 13px;
  }

  .cta-image-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center center;
  }

  .cta-proof-strip {
    min-height: 0;
    margin-top: 24px;
    padding: 20px;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    border-radius: 12px;
  }

  .cta-proof-item {
    min-height: 0;
    padding: 0;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 14px;
  }

  .cta-proof-item + .cta-proof-item {
    padding-top: 14px;
    border-left: 0;
    border-top: 1px solid rgba(58, 62, 87, 0.14);
  }

  .cta-proof-item img {
    width: 46px;
    height: 46px;
  }

  .cta-proof-item h3 {
    font-size: 15px;
  }

  .cta-proof-item p {
    font-size: 12.5px;
  }
}
