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

        .welcome__title {
          margin-top: 1.5rem;
          z-index: 50;
          text-shadow: 2px 2px 5px #000000;
        }

        .welcome__form::before {

          filter: blur(2px);
          /* добавляем размытие */
        }

      }
    

        .footer__button.button {
          color: var(--color-emerald-12);
          background: #d0ee11;
        }
      

    .aio-sdk-form {
      --aio-sdk-input-border-radius: 8px;
      --aio-sdk-input-padding: 12px;
      --aio-sdk-form-padding: 40px;
      --aio-sdk-input-margin: 20px;
      --aio-sdk-submit-bg: #e3ff34;
      --aio-sdk-submit-border-radius: 50px;
      --aio-sdk-submit-color: #12393b;
      --aio-sdk-submit-font-size: 16px;
      --aio-sdk-input-label-margin: 8px;
    }

    .aio-sdk-form button[type='submit'] {
      font-weight: 500;
      height: 60px;
    }

    .aio-sdk-form button[type='submit']:hover {
      background: #d0ee11;
    }

    .aio-sdk-form .aio-sdk-input-container:last-child {
      padding-top: 4px;
      margin-bottom: 0;
    }

    .aio-sdk-input-container::before {
      color: #999999;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      display: block;
      content: '';
    }

    .itit-aio__flag-box,
    .itit-aio__country-name {
      color: #222222;
    }

    .itit-aio__search-input {
      border-radius: 8px;
    }

    .itit-aio--inline-dropdown .itit-aio__dropdown-content {
      box-shadow: none;
      border-radius: 8px;
      border: 1px solid #ccc;
    }

    .aio-sdk-input::placeholder {
      color: #bbbbbb;
    }

    .itit-aio__country-list::-webkit-scrollbar {
      width: 4px;
      height: 4px;
    }

    .itit-aio__country-list::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: #ddd;
    }

    .itit-aio__country-list::-webkit-scrollbar-track {
      background: transparent;
    }

    @media (max-width: 1024px) {
      .aio-sdk-form {
        --aio-sdk-submit-border-radius: 60px;
        --aio-sdk-submit-bg: #12393b;
        --aio-sdk-submit-color: #e3ff34;
      }

      .aio-sdk-form .aio-sdk-input-container:last-child {
        padding-top: 4px;
      }

      .aio-sdk-form button[type='submit']:hover {
        background: #e3ff34;
        color: #12393b;
      }
    }

    .join__title-accent {
      white-space: nowrap;
    }

    .join__block {
      flex-wrap: wrap;
    }

    @media (max-width: 500px) {
      .join__block {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
      }
    }
  

    .custom-dropdown-wrapper {
      position: relative;
      width: 100%;
    }

    .custom-dropdown-selected {
      padding-right: 32px !important;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      cursor: pointer;
      height: auto;
      box-sizing: border-box;
      font-size: 17px !important;
    }

    .custom-dropdown-arrow {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      font-size: 14px;
      color: #555;
      line-height: 1;
      height: 1em;
      display: flex;
      align-items: center;
    }

    .custom-dropdown-list {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      border-radius: 8px;
      border: 1px solid #ccc;
      margin-top: 4px;
      max-height: 160px;
      overflow-y: auto;
      display: none;
      z-index: 100;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
      padding: 0;
      list-style: none;
    }

    .custom-dropdown-list::-webkit-scrollbar {
      width: 4px;
    }

    .custom-dropdown-list::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: #ddd;
    }

    .custom-dropdown-option {
      padding: 12px;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    .custom-dropdown-option:hover {
      background: #f2f2f2;
    }

    .custom-dropdown-option {
      padding: 12px;
      cursor: pointer;
      transition: background 0.2s ease;
      /* Совпадает с .itit-aio__flag-box и .itit-aio__country-name */
      color: #222222;
      font-size: 16px;
      font-weight: 400;
      font-family: inherit;
    }

    input.custom-dropdown-selected::placeholder {
      font-size: 14px !important;
    }

    @media (max-width: 1200px) {
      input.custom-dropdown-selected::placeholder {
        font-size: 13px !important;
      }

      .custom-dropdown-selected {
        font-size: 13px !important;
      }
    }

    @media (max-width: 991px) {
      input.custom-dropdown-selected::placeholder {
        font-size: 12px !important;
      }

      .custom-dropdown-selected {
        font-size: 12px !important;
      }
    }
  

    /* Enhanced mobile styles for leaders slider */
    @media (max-width: 768px) {
      .leaders__slider {
        margin-block: 2rem 3rem;
        overflow: hidden;
        width: 100%;
      }

      .leaders__slider .swiper-wrapper {
        /* Let Swiper handle all positioning */
        display: flex;
        align-items: center;
      }

      .leaders__slider .swiper-slide {
        /* Ensure slides take full width and are centered */
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
      }

      .leaders__card {
        padding: 1rem;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
      }

      .leaders__text {
        margin-bottom: 2rem;
        width: 100%;
      }

      .leaders__description {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
      }

      .leaders__info {
        align-items: center;
        text-align: center;
      }

      .leaders__image {
        margin-bottom: 1rem;
      }

      .leaders__image>img {
        width: 15rem;
        height: 15rem;
        margin: 0 auto 2rem auto;
      }

      /* Hide navigation buttons on mobile and show pagination */
      .swiper-buttons {
        display: none !important;
      }

      .leaders__slider .swiper-pagination {
        display: block !important;
        position: static;
        margin-top: 1.5rem;
      }

      .leaders__slider .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: transparent;
        border: 2px solid var(--color-accent);
        opacity: 0.5;
        margin: 0 6px;
      }

      .leaders__slider .swiper-pagination-bullet-active {
        background: var(--color-accent);
        opacity: 1;
      }

      /* Make slides full width on mobile */
      .leaders__slider .swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
      }

      .leaders__slider .swiper-wrapper {
        display: flex;
      }

      /* Improve coin positioning on mobile */
      .leaders__image-coin {
        z-index: 1;
      }

      .leaders__image-coin:nth-child(1) {
        width: 2.5rem;
        height: 2.5rem;
        right: -1rem;
        top: 10%;
      }

      .leaders__image-coin:nth-child(2) {
        width: 4rem;
        height: 3rem;
        right: -0.5rem;
        bottom: 1rem;
      }

      .leaders__image-coin:nth-child(3) {
        width: 2rem;
        height: 1.5rem;
        top: -0.5rem;
        right: 1rem;
      }

      .leaders__image-coin:nth-child(4) {
        width: 2.5rem;
        height: 2.5rem;
        left: -1rem;
        top: 1rem;
      }
    }

    /* Enhanced styles for tablets */
    @media (min-width: 769px) and (max-width: 1024px) {
      .leaders__slider .swiper-buttons {
        display: flex;
      }

      .leaders__slider .swiper-pagination {
        display: none;
      }
    }

    /* Enhanced desktop styles */
    @media (min-width: 1025px) {
      .leaders__slider .swiper-buttons {
        display: flex;
      }

      .leaders__slider .swiper-pagination {
        display: none;
      }
    }

    /* Touch-friendly navigation */
    .leaders__slider .swiper-pagination-bullet {
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .leaders__slider .swiper-pagination-bullet:hover {
      transform: scale(1.2);
    }

    /* Smooth transitions */
    .leaders__slider .swiper-slide {
      transition: transform 0.3s ease;
    }

    .leaders__slider .swiper-slide-active .leaders__card {
      animation: slideInContent 0.6s ease-out;
    }

    @keyframes slideInContent {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Enhanced autoplay indicator */
    .leaders__slider .swiper-pagination-bullet {
      transition: all 0.3s ease;
      background: rgba(255, 255, 255, 0.5);
    }

    .leaders__slider .swiper-pagination-bullet-active {
      background: #E3FF34;
      transform: scale(1.2);
    }

    /* Ensure proper spacing and centering */
    .leaders__slider .swiper-container {
      padding-bottom: 2rem;
    }
  
