.header-area .main-nav .logo img {
        max-width: 115px;
        height: auto;
      }

      .free-quote .signup-card {
        background-color: #fff;
        display: inline-block;
        width: 100%;
        padding: 45px;
        border-radius: 40px;
        position: relative;
        z-index: 1;
      }

      .free-quote .signup-card p {
        color: #2a2a2a;
        margin-bottom: 15px;
      }

      .free-quote .signup-card .cta-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
      }

      .free-quote .signup-card .primary-button a {
        display: inline-block;
        padding: 12px 30px;
        border-radius: 23px;
        background-color: #726ae3;
        color: #fff !important;
        font-weight: 500;
        letter-spacing: 0.3px;
        transition: all 0.5s ease-in-out;
      }

      .free-quote .signup-card .primary-button a:hover {
        background-color: #fa65b1;
      }

      .free-quote .signup-card .border-first-button a,
      .border-first-button a {
        padding: 0px 40px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 100%;
      }

      @media (max-width: 767px) {
        .free-quote .signup-card {
          padding: 35px 25px;
        }
      }

      .exchange-widget {
        margin-top: 30px;
          display: flex;
          flex-direction: column;
          align-items: center;    /* 让整体块居中 */
          text-align: left;       /* 保持文字左对齐 */
      }

      .exchange-widget .exchange-grid {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        align-items: flex-start;
      }

      .exchange-widget .exchange-column {
        flex: 1;
        min-width: 220px;
      }

      .exchange-widget .exchange-column--network {
        max-width: 260px;
      }

      .exchange-widget label {
        display: inline-block;
        font-size: 20px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-weight: 600;
        color: #726ae3;
        margin-bottom: 12px;
      }

      .exchange-widget .input-row {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
      }

      .exchange-widget .exchange-input {
        border: none;
        border-bottom: 2px solid rgba(114, 106, 227, 0.25);
        padding: 10px 0;
        font-size: 28px;
        font-weight: 600;
        color: #2a2a2a;
        background: transparent;
        outline: none;
        min-width: 140px;
        width: 140px;
        flex: 0 0 auto;
      }

      .exchange-widget .exchange-input.exchange-input--compact {
        min-width: 0;
        width: 140px;
      }

      .exchange-widget .exchange-input:focus {
        border-color: #726ae3;
        color: #726ae3;
      }

      .exchange-widget .exchange-output {
        border: none;
        border-bottom: 2px solid transparent;
        padding: 10px 0;
        font-size: 28px;
        font-weight: 600;
        color: #475569;
        background: transparent;
        outline: none;
        min-width: 140px;
        width: 140px;
        flex: 0 0 auto;
      }

      .exchange-widget .exchange-output.exchange-output--compact {
        min-width: 0;
        width: 140px;
      }

      .exchange-widget .exchange-output:focus {
        border-bottom-color: rgba(148, 163, 184, 0.4);
      }

      .exchange-widget .currency-tag {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 20px;
        background: rgba(114, 106, 227, 0.12);
        color: #726ae3;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
      }

      .exchange-widget .min-max-controls {
        display: inline-flex;
        align-items: center;
        gap: 6px;
      }

      .payment-method {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 8px 0 14px;
        border: none;
        background: transparent;
        position: relative;
        pointer-events: none;
        font-family: 'Poppins', sans-serif;
        min-width: 140px;
      }

      .payment-method__content {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .payment-method__leaf {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .payment-method__leaf img {
        width: 32px;
        height: auto;
        display: block;
      }

      .payment-method__text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        text-align: center;
        line-height: 1.1;
      }

      .payment-method__code {
        font-size: 16px;
        font-weight: 600;
        color: #1f2937;
        letter-spacing: 0.4px;
      }

      .payment-method__network {
        font-size: 12px;
        font-weight: 500;
        color: #6b7280;
        letter-spacing: 0.3px;
      }

      .payment-method__image {
        display: none;
      }

      .token-switch {
        display: inline-flex;
        align-items: center;
        gap: 6px;
      }

      .token-switch__icon {
        border: none;
        background: transparent;
        padding: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
        cursor: pointer;
      }

      .token-switch__icon img {
        width: 32px;
        height: 32px;
        object-fit: contain;
        pointer-events: none;
      }

      .token-switch__icon--active {
        filter: none;
        opacity: 1;
        box-shadow: 0 12px 24px rgba(17, 24, 39, 0.12);
        background-color: #ffffff;
      }

      .token-switch__icon--inactive {
        filter: grayscale(100%);
        opacity: 0.45;
      }

      .token-switch__icon:focus-visible {
        outline: 2px solid #726ae3;
        outline-offset: 2px;
      }

      .token-switch__icon[aria-pressed="true"] {
        cursor: default;
      }

      .token-method {
        display: inline-flex;
        align-items: center;
        gap: 2px;
        padding: 8px 0 14px;
        border: none;
        background: transparent;
        font-family: 'Poppins', sans-serif;
        cursor: pointer;
      }

      .token-method:focus-visible {
        outline: 2px solid #726ae3;
        outline-offset: 2px;
      }

      .token-method__icons {
        display: inline-flex;
        align-items: center;
        position: relative;
      }

      .token-method__icon {
        width: 36px;
        height: 36px;
        border-radius: 999px;
        border: 2px solid #fff;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
        transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease, z-index 0.2s ease;
        background-color: #fff;
      }

      .token-method__icon + .token-method__icon {
        margin-left: -10px;
      }

      .token-method__icon--active {
        filter: none;
        opacity: 1;
        transform: translateX(0);
        z-index: 2;
      }

      .token-method__icon--inactive {
        filter: grayscale(100%);
        opacity: 0.45;
        transform: translateX(-6px);
        z-index: 1;
      }

      .token-method__text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        text-align: left;
        line-height: 1.1;
      }

      .token-method__code {
        font-size: 16px;
        font-weight: 600;
        color: #1f2937;
        letter-spacing: 0.4px;
      }

      .token-method__note {
        font-size: 12px;
        font-weight: 500;
        color: #6b7280;
        letter-spacing: 0.3px;
      }

      .token-method__arrow {
        font-size: 14px;
        color: #94a3b8;
        display: inline-flex;
        align-items: center;
        margin: 0 3px 0 6px;
        transition: color 0.2s ease, transform 0.2s ease;
      }

      .token-method:hover .token-method__arrow {
        color: #475569;
        transform: translateY(-1px);
      }

      .exchange-widget .min-max-controls button {
        border: 1px solid rgba(114, 106, 227, 0.4);
        background: transparent;
        color: #726ae3;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 6px 12px;
        border-radius: 16px;
        transition: all 0.3s;
      }

      .exchange-widget .min-max-controls button:hover {
        background: #726ae3;
        color: #fff;
      }

      .exchange-widget .helper-text {
        display: block;
        margin-top: 8px;
        font-size: 12px;
        color: #555555;
      }

      .exchange-widget .helper-text span {
        color: #726ae3;
        font-weight: 600;
      }

      .exchange-widget .exchange-summary {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        font-size: 14px;
        font-weight: 500;
        color: #7a7a7a;
      }

      .exchange-widget .exchange-summary span {
        color: #726ae3;
        font-weight: 600;
      }

      .exchange-select--inline {
        min-width: 140px;
        padding: 10px 44px 10px 16px;
        border-radius: 0.375rem;
        border: 1px solid #ea7024;
        background-color: #fff;
        color: #ea7024;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.2s ease-in-out;
        margin-right: 12px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5l5 4 5-4' stroke='%23ea7024' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 16px center;
        background-size: 12px 7px;
      }

      .exchange-select--network {
        margin-right: 0;
        width: 100%;
      }

      .exchange-select--inline:hover,
      .exchange-select--inline:focus {
        border-color: #6f42c1;
        color: #fff;
        background-color: #ea7024;
        box-shadow: 0 0.5rem 1.25rem rgba(234, 112, 36, 0.25);
        outline: none;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5l5 4 5-4' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
      }

      .exchange-select--inline:disabled {
        border-color: rgba(234, 112, 36, 0.4);
        background-color: rgba(234, 112, 36, 0.05);
        color: rgba(234, 112, 36, 0.6);
        cursor: not-allowed;
        box-shadow: none;
      }

      .exchange-select--inline option {
        color: #2a2a2a;
        font-weight: 500;
        background-color: #fff;
      }

      .exchange-select--inline option:checked,
      .exchange-select--inline option:hover {
        background-color: #ede8ff;
        color: #ea7024;
      }

      .exchange-select--inline::-ms-expand {
        display: none;
      }

      .currency-icon {
        display: flex;
        align-items: center;
        margin: 0 12px;
      }

      .currency-icon img {
        width: 28px;
        height: 28px;
        object-fit: contain;
      }

      .fee-note,
      .rate-note {
        font-size: 14px;
        font-weight: 500;
        color: #7a7a7a;
        margin-bottom: 0;
      }

      .fee-note span,
      .rate-note span {
        color: #726ae3;
        font-weight: 600;
      }

      @media (max-width: 767px) {
        .exchange-widget .exchange-grid {
          gap: 24px;
        }

        .exchange-widget .exchange-column {
          min-width: 100%;
        }

      .exchange-widget .exchange-input {
        width: 100%;
      }
    }

      .form-popup {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.65);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 1050;
      }

      .form-popup.is-visible {
        opacity: 1;
        pointer-events: auto;
      }

      .form-popup__content {
        width: min(90%, 420px);
        background: #ffffff;
        border-radius: 24px;
        padding: 32px;
        text-align: center;
        box-shadow: 0 30px 60px rgba(15, 23, 42, 0.25);
      }

      .form-popup__content p {
        margin-bottom: 24px;
        font-size: 18px;
        font-weight: 500;
        color: #2a2a2a;
      }

      .form-popup__close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 24px;
        border-radius: 20px;
        border: none;
        background: #ea7024;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.5px;
        cursor: pointer;
        transition: background 0.2s ease;
      }

      .form-popup__close:hover,
      .form-popup__close:focus-visible {
        background: #d55f1b;
      }

      .form-status {
        margin-top: 16px;
        font-size: 14px;
        font-weight: 500;
        color: #726ae3;
        min-height: 20px;
      }

.link-button {
        border: none;
        background: none;
        color: #ea7024;
        font-weight: 600;
        cursor: pointer;
        padding: 0;
        margin: 8px auto 0;
        text-decoration: underline;
        display: block;
      }

.link-button:focus-visible {
  outline: 2px solid #ea7024;
  outline-offset: 2px;
}

.honeypot {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-flash {
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-flash--success {
  background: rgba(67, 160, 71, 0.12);
  color: #2b7a2d;
}

.contact-flash--error {
  background: rgba(229, 57, 53, 0.12);
  color: #b71c1c;
}

.otc-heading {
  font-size: 48px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.language-switch a {
  color: #726ae3;
  text-transform: uppercase;
}

.language-switch a.active {
  color: #ea7024;
}

.language-switch--single {
  gap: 0;
}

.language-switch__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 16px;
  border: 1px solid rgba(114, 106, 227, 0.3);
  font-size: 14px;
}

.header-area .main-nav {
  display: flex;
  align-items: center;
  gap: 1px;
}

.header-area .main-nav .logo {
  flex: 0 0 auto;
}

.header-area .main-nav .nav_2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: static;
}

.header-area .main-nav .nav_2 .border-first-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-area .main-nav .nav_2 .border-first-button a {
  padding: 12px 26px !important;
}

.header-area .main-nav .menu-trigger {
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .header-area .main-nav {
    justify-content: flex-start;
  }

  .header-area .main-nav .nav_1 {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
  }

  .header-area .main-nav .nav_1 > li {
    margin: 0 0px;
  }

  .header-area .main-nav .nav_2 {
    margin-left: 24px;
  }
}

@media (max-width: 991px) {
  .header-area .main-nav {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header-area .main-nav .logo {
    order: 1;
  }

  .header-area .main-nav .nav_2 {
    order: 2;
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 8px;
  }

  .header-area .main-nav .menu-trigger {
    order: 3;
    margin-left: auto;
  }

  .header-area .main-nav .nav_1 {
    order: 4;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 16px;
  }

  .header-area .main-nav .nav_1 li {
    width: 100%;
    text-align: center;
  }

  .header-area .main-nav .nav_2 .border-first-button {
    margin: 0;
  }

  .header-area .main-nav .nav_2 .border-first-button a {
    background-color: #ea7024;
    color: #ffffff !important;
    border-radius: 999px;
    padding: 8px 16px !important;
    font-size: 13px;
  }

  .language-switch--single {
    justify-content: flex-start;
    margin: 0;
  }

  .language-switch__link {
    font-size: 12px;
    padding: 4px 8px;
  }
}
