
  #signInToApply,
  #signInToApply .modal-dialog,
  #signInToApply .modal-content,
  #signInToApply .ts-apply-gate-content,
  #signInToApply .ts-apply-gate-shell,
  #signInToApply .ts-apply-gate-left,
  #signInToApply .ts-apply-gate-right,
  #signInToApply .ts-apply-content,
  #signInToApply .ts-apply-intro,
  #signInToApply .ts-apply-features,
  #signInToApply .ts-feature-item,
  #signInToApply .ts-apply-actions,
  #signInToApply .ts-apply-mobile-top-image,
  #signInToApply .ts-apply-left-panel-image,
  #signInToApply p,
  #signInToApply h2,
  #signInToApply h4,
  #signInToApply span,
  #signInToApply div,
  #signInToApply img {
    cursor: default;
  }

  #signInToApply a,
  #signInToApply a *,
  #signInToApply button,
  #signInToApply button *,
  #signInToApply .ts-apply-cta,
  #signInToApply .ts-apply-cta *,
  #signInToApply .ts-apply-title-link,
  #signInToApply .ts-apply-title-link *,
  #signInToApply .ts-apply-links a,
  #signInToApply .ts-apply-links a *,
  #signInToApply .ts-apply-gate-close,
  #signInToApply .ts-apply-gate-close * {
    cursor: pointer;
  }

  #signInToApply .modal-content,
  #signInToApply .ts-apply-gate-content {
    border-radius: 28px !important;
    overflow: hidden;
    border: 0;
  }

  .ts-apply-gate-modal {
    padding: 54px !important;
  }

  .ts-apply-gate-modal .modal-dialog {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    min-height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ts-apply-gate-content {
    position: relative;
    width: 100%;
    max-height: calc(100vh - 48px);
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #f7f5f2;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  }

  .ts-apply-gate-shell {
    display: grid;
    grid-template-columns: minmax(0, 54%) minmax(0, 46%);
    min-height: 0;
    max-height: calc(100vh - 48px);
    width: 100%;
  }

  .ts-apply-left-panel-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-width: 100%;
    object-fit: cover;
    object-position: left top;
  }

  .ts-apply-gate-right {
    background: #f7f5f2;
    padding: 34px 28px 24px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 0;
    position: relative;
    z-index: 2;
  }

  .ts-apply-gate-close {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #1d225f;
    font-size: 38px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ts-apply-gate-shell > * {
    min-width: 0;
    min-height: 0;
  }

  .ts-apply-gate-left {
    background: #07123c;
    overflow: hidden;
    min-width: 0;
    position: relative;
    z-index: 1;
  }

  .ts-apply-mobile-top-image {
    display: none;
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
    margin-bottom: 18px;
  }

  .ts-apply-content {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    min-width: 0;
  }

  .ts-apply-title-link,
  .ts-apply-title-link:visited,
  .ts-apply-title-link:hover,
  .ts-apply-title-link:focus,
  .ts-apply-title-link:active {
    display: inline-block;
    color: #1b2061 !important;
    text-decoration: underline !important;
  }

  .ts-apply-title-link h2 {
    margin: 0 0 8px;
    color: inherit;
    text-decoration: inherit;
  }

  .ts-apply-content h2 {
    color: #1b2061;
    font-size: 28px;
    line-height: 1.16;
    font-weight: 800;
  }

  .ts-apply-script-main {
    margin: 0 0 18px;
    color: #ff5a1f;
    font-size: 54px;
    line-height: 0.95;
    font-weight: 700;
    font-family: "Permanent Marker", sans-serif;
  }

  .ts-apply-script-main .ts-script-line-1 {
    display: block;
    text-align: left;
  }

  .ts-apply-script-main .ts-script-line-2 {
    display: block;
    text-align: center;
  }

  .ts-apply-intro {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd7d2;
  }

  .ts-apply-intro p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: #3f4367;
  }

  .ts-apply-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eee9fb;
    color: #2a2e73;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
  }

  .ts-apply-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd7d2;
  }

  .ts-feature-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    min-width: 0;
  }

  .ts-feature-item h4 {
    margin: 0 0 4px;
    color: #1d225f;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
  }

  .ts-feature-item p {
    margin: 0;
    color: #565a7c;
    font-size: 13px;
    line-height: 1.35;
  }

  .ts-apply-actions {
    padding-top: 16px;
    text-align: center;
  }

  .ts-apply-cta {
    width: 100%;
    min-height: 58px;
    border-radius: 10px;
    background: #ff5a1f;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 18px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none !important;
  }

  .ts-apply-cta:hover,
  .ts-apply-cta:focus {
    color: #fff !important;
    text-decoration: none !important;
  }

  .ts-apply-links {
    margin: 10px 0 0;
    font-size: 14px;
    color: #41456b;
  }

  .ts-apply-links a {
    color: #2435a1;
    font-weight: 700;
    text-decoration: underline;
  }

  @media (max-width: 1024px) {
    .ts-apply-gate-modal {
      padding: 10px !important;
    }

    .ts-apply-gate-modal .modal-dialog {
      max-width: 640px;
      min-height: calc(100vh - 20px);
    }

    .ts-apply-gate-shell {
      display: block;
      min-height: auto;
    }

    .ts-apply-gate-left {
      display: none;
    }

    .ts-apply-gate-right {
      padding: 16px 14px 20px;
      max-height: calc(100vh - 20px);
      overflow-x: hidden;
    }

    .ts-apply-mobile-top-image {
      display: block;
    }

    .ts-apply-content {
      max-width: none;
    }

    .ts-apply-title-link {
      display: block;
      width: 100%;
      text-align: center;
    }

    .ts-apply-title-link h2,
    .ts-apply-content h2,
    .ts-apply-script-main {
      text-align: center;
    }

    .ts-apply-content h2 {
      font-size: 26px;
      padding-right: 0;
    }

    .ts-apply-script-main {
      font-size: 40px;
    }

    .ts-apply-script-main .ts-script-line-1,
    .ts-apply-script-main .ts-script-line-2 {
      text-align: center;
    }

    .ts-apply-intro {
      grid-template-columns: 48px minmax(0, 1fr);
    }

    .ts-apply-features {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .ts-feature-item {
      grid-template-columns: 40px minmax(0, 1fr);
      gap: 10px;
    }

    .ts-feature-item h4 {
      font-size: 16px;
    }

    .ts-feature-item p {
      font-size: 13px;
    }

    .ts-apply-cta {
      font-size: 16px;
      min-height: 56px;
    }

    .ts-apply-links {
      font-size: 14px;
    }
  }

  @media (max-width: 767px) {
    .ts-apply-gate-modal {
      padding: 10px !important;
    }

    .ts-apply-gate-modal .modal-dialog {
      min-height: calc(100vh - 20px);
      max-width: 640px;
    }

    .ts-apply-gate-shell {
      display: block;
      min-height: auto;
    }

    .ts-apply-gate-left {
      display: none;
    }

    .ts-apply-gate-right {
      padding: 16px 14px 20px;
      max-height: calc(100vh - 20px);
    }

    .ts-apply-mobile-top-image {
      display: block;
    }

    .ts-apply-title-link {
      display: block;
      width: 100%;
      text-align: center;
    }

    .ts-apply-content h2,
    .ts-apply-title-link h2,
    .ts-apply-script-main {
      text-align: center;
    }

    .ts-apply-content h2 {
      font-size: 26px;
      padding-right: 0;
    }

    .ts-apply-script-main {
      font-size: 40px;
    }

    .ts-apply-script-main .ts-script-line-1,
    .ts-apply-script-main .ts-script-line-2 {
      text-align: center;
    }

    .ts-apply-intro {
      grid-template-columns: 48px minmax(0, 1fr);
    }

    .ts-apply-intro p {
      font-size: 16px;
    }

    .ts-apply-icon-circle {
      width: 40px;
      height: 40px;
      flex: 0 0 40px;
      font-size: 16px;
    }

    .ts-apply-features {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .ts-feature-item {
      grid-template-columns: 40px minmax(0, 1fr);
      gap: 10px;
    }

    .ts-feature-item h4 {
      font-size: 16px;
    }

    .ts-feature-item p {
      font-size: 13px;
    }

    .ts-apply-cta {
      font-size: 16px;
      min-height: 56px;
    }

    .ts-apply-links {
      font-size: 14px;
    }
  }