@media (max-width: 768px) {
  .reg-head {
    padding-top: 14px;
  }

  .reg-head__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .reg-head__stats {
    width: 100%;
  }

  .reg-head__stat {
    flex: 1;
    min-width: 0;
  }

  .reg-auth {
    padding: 20px 0 24px;
  }

  .reg-auth__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .reg-card {
    order: -1;
  }

  .reg-card-head {
    text-align: center;
    padding-top: 20px;
  }

  .reg-form {
    padding-top: 16px;
  }

  .reg-field input,
  .reg-field select {
    font-size: 16px;
  }

  .reg-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .reg-phone-row {
    grid-template-columns: 1fr;
  }

  .reg-terms {
    align-items: flex-start;
  }

  .reg-submit {
    min-height: 48px;
  }

  .reg-auth__copy {
    text-align: center;
  }

  .reg-auth__text {
    max-width: none;
  }

  .reg-auth__list {
    text-align: left;
  }

  .reg-quick-wrap {
    padding-bottom: 16px;
  }

  .reg-quick-panel {
    padding: 18px 16px;
  }

  .reg-quick-grid {
    grid-template-columns: 1fr;
  }

  .reg-pillars {
    padding-bottom: 16px;
  }

  .reg-pillar-bar {
    grid-template-columns: 1fr;
  }

  .reg-pillar {
    border-right: none !important;
    border-bottom: 1px solid var(--bf-line);
  }

  .reg-pillar:last-child {
    border-bottom: none;
  }

  .reg-features {
    padding-bottom: 24px;
  }

  .reg-feature {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 14px;
    padding: 18px 16px;
  }

  .reg-feature > i {
    margin: 0;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .reg-feature strong {
    margin-bottom: 2px;
  }

  .reg-cta__inner {
    padding: 24px 18px;
  }

  .reg-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .reg-cta__actions .rj-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .reg-head__trust {
    flex-direction: column;
    gap: 8px;
  }
}
