/* Copy Animation */

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: hsl(var(--base));
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}


.input-group-text.copytext.copyBoard {
  cursor: pointer;
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #dddddd;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  border-radius: 5px;
  border: 1px solid hsl(var(--base)/ 0.5);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background-color: hsl(var(--section-bg));
  box-shadow: 0 0 15px hsl(var(--base)/ 0.25);
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}


@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}




.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 70%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}



.show-filter {
  display: none;
}

@media(max-width:767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}


/* ////////////////// select 2 css //////////////// */


.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 20px;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}






.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  border-radius: 12px !important;
}



.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: rgb(var(--main));
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: rgb(var(--main));
  background-color: var(--second_color);
  border-radius: 5px;
  height: 100%;

}


.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: hsl(var(--white)/.1);
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  transition: all 0.3s;
  border-left: 3px solid transparent;
  margin-bottom: 0;
}

label.payment-item {
  border-bottom: 1px solid #ffffff42;
}

label.payment-item:last-child {
  border-bottom: 0 !important;
}

.gateway-card {
  padding: 0;
  margin-top: 30px;
  border: 1px solid #373742 !important;
  border-radius: 10px;
  overflow: hidden;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:last-child {
  border-bottom: 0 !important;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid hsl(var(--base));
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid hsl(var(--base));
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid hsl(var(--base));
  display: inline-block;
  border-radius: 100%;

}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}


.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }

}

.deposit-info__input-group .form--control {
  border: 0;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;

}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: hsl(var(--base));
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
  color: hsl(var(--white));
}

.payment-item:hover+.payment-item__btn {
  border-top-color: #fff;
}

.payment-item__btn-text {
  color: hsl(var(--white));
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

.modal-content {
  background-color: #242431;
  border: 1px solid rgba(0, 0, 0, .2);
}

.modal-content .close {
  background: transparent;
  color: #fff;
}

.modal-header {
  border-bottom: 1px solid #373742;
}

.modal-footer {
  border-top: 1px solid #373742;
}


.table-search {
  width: 33%;
  margin-left: auto;
}

@media (max-width:991px) {
  .table-search {
    width: 50%;
  }
}

@media (max-width:575px) {
  .table-search {
    width: 100%;
  }
}

.verification-code-wrapper {
  border: 1px solid hsl(var(--white)/0.1);
  background: hsl(var(--section-bg));
  border-radius: 12px;
}

.verification-code::after {
  background: hsl(var(--section-bg)) !important;
}

.verification-code span {
  border-radius: 6px;
  background-color: transparent !important;
}

.verification-code input:focus {
  background-color: inherit !important;
}

.verification-area form>.form-group:last-child,
.verification-area form>.mb-3:last-child {
  margin-bottom: 0px !important;
}

.border-bottom {
  border-color: rgba(255, 255, 255, 0.24) !important;
}

label.required:after {
  content: '*';
  color: #DC3545 !important;
  margin-left: 2px;
}

.verification-code span {
  background: #22222e;
  border: solid 1px #f1f1f11f;
  color: #ffffff;
}

.verification-code input {
  color: #ffff !important;
}

.disabled {
  opacity: 0.7;
}

.input-group-text {
  background-color: hsl(var(--base)) !important;
}

.file-upload .remove-btn {
  background: #dc3545 !important;
  border-color: #dc3545 !important;
}

/* ==================== Mobile App View ==================== */
.app-bottom-nav {
  display: none;
}

.dashboard {
  --dash-cyan: #00f5d4;
  --dash-purple: #9d4edd;
  --dash-blue: #4f8cff;
  background:
    radial-gradient(900px 420px at 8% -8%, rgba(157, 78, 221, 0.28), transparent 56%),
    radial-gradient(720px 360px at 108% 6%, rgba(0, 245, 212, 0.16), transparent 52%),
    #050816 !important;
}

.dashboard .text--primary {
  color: #00f5d4 !important;
}

.dashboard .btn--base {
  background: linear-gradient(145deg, #00f5d4, #22d3ee) !important;
  color: #050816 !important;
  font-weight: 700;
}

.dashboard .btn--base:hover,
.dashboard .btn--base:focus,
.dashboard .btn--base:focus-visible {
  background: linear-gradient(145deg, #22d3ee, #9d4edd) !important;
  color: #fff !important;
}

.dashboard .btn--dark {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.dashboard .custom--card {
  background: rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), 0 0 24px rgba(157, 78, 221, 0.08);
}

.dashboard .custom--card .card-header,
.dashboard .custom--card .card-body {
  background-color: transparent;
}

.dashboard input,
.dashboard textarea,
.dashboard select {
  color-scheme: dark;
}

.dashboard input:-webkit-autofill,
.dashboard input:-webkit-autofill:hover,
.dashboard input:-webkit-autofill:focus,
.dashboard input:-webkit-autofill:active,
.dashboard textarea:-webkit-autofill,
.dashboard select:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  color: #fff !important;
  background-color: #07091a !important;
  -webkit-box-shadow: 0 0 0 1000px #07091a inset !important;
  box-shadow: 0 0 0 1000px #07091a inset !important;
  transition: background-color 99999s ease-out 0s;
}

.dashboard .gateway-card {
  margin-top: 16px;
  background: rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), 0 0 24px rgba(157, 78, 221, 0.08);
}

.dashboard .payment-system-list {
  --thumb-width: 44px;
  --thumb-height: 44px;
  --radio-size: 16px;
  background: transparent;
  border-radius: 14px;
}

.dashboard .payment-system-list.is-scrollable {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0;
  max-height: none;
  overflow: visible;
}

.dashboard .payment-item,
.dashboard label.payment-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 12px;
  margin: 0;
  gap: 12px;
  flex-wrap: nowrap;
}

.dashboard .payment-item:has(.payment-item__radio:checked) {
  border-color: rgba(0, 245, 212, 0.45);
  background: rgba(0, 245, 212, 0.08);
  box-shadow: 0 0 0 1px rgba(0, 245, 212, 0.18);
}

.dashboard .payment-item__thumb {
  width: 44px;
  height: 44px;
  padding: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.dashboard .payment-item__thumb img {
  width: 44px;
  height: 44px;
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
  padding: 4px;
}

.dashboard .payment-item__info {
  flex: 1;
  max-width: none;
  min-width: 0;
}

.dashboard .payment-item__name {
  padding-left: 0;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.dashboard .payment-item__check {
  margin-left: auto;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.28);
  background: transparent;
}

.dashboard .payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border-color: #00f5d4;
  background: #00f5d4;
  box-shadow: inset 0 0 0 3px #050816;
}

.dashboard .payment-item__btn {
  background: linear-gradient(145deg, #00f5d4, #9d4edd);
  color: #050816;
  border-radius: 12px;
  border: 0;
}

.dashboard .payment-item__btn-text {
  color: #050816;
}

.dashboard .deposit-info--amount,
.dashboard .deposit-info:has(.amount) {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.dashboard .deposit-info:has(.amount) .deposit-info__title,
.dashboard .deposit-info:has(.amount) .deposit-info__input {
  max-width: 100%;
  text-align: left;
}

.dashboard .deposit-info__input-group {
  border-radius: 12px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.dashboard .deposit-info__input-group .form--control {
  text-align: left;
  min-height: 48px;
}

.dashboard .form--control:focus,
.dashboard .deposit-info__input-group:focus-within {
  border-color: rgba(0, 245, 212, 0.55) !important;
}

.dashboard .form--control[type=file]::file-selector-button,
.dashboard .form--control[type=file]::-webkit-file-upload-button {
  background-color: #00f5d4 !important;
  color: #050816 !important;
}

.dashboard .alert--base {
  --alert-color: 174 96% 48%;
  background: rgba(0, 245, 212, 0.08);
  border-color: rgba(0, 245, 212, 0.22);
}

.dashboard .total-amount .deposit-info__input .text {
  color: #00f5d4;
  font-weight: 700;
}

.dashboard .dashboard-table-wrapper {
  background: rgba(10, 12, 28, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
}

.dashboard .table thead th {
  color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(0, 245, 212, 0.12);
}

.invest-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .invest-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.invest-card {
  background: rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), 0 0 18px rgba(157, 78, 221, 0.08);
}

.invest-card--empty {
  grid-column: 1 / -1;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  padding: 28px 16px;
}

.invest-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.invest-card__head h6 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.invest-card__head strong {
  color: #00f5d4;
  font-size: 18px;
  font-weight: 800;
}

.invest-card__status {
  flex-shrink: 0;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.invest-card__status.is-run {
  background: rgba(0, 245, 212, 0.14);
  color: #00f5d4;
}

.invest-card__status.is-done {
  background: rgba(59, 130, 246, 0.16);
  color: #93c5fd;
}

.invest-card__status.is-cancel {
  background: rgba(244, 63, 94, 0.16);
  color: #fb7185;
}

.invest-card__next {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 245, 212, 0.1), rgba(157, 78, 221, 0.12));
  border: 1px solid rgba(0, 245, 212, 0.18);
}

.invest-card__next > span {
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.invest-card__next > b {
  color: #fff;
  font-size: 13px;
}

.invest-card__next > em,
.invest-card__next-date {
  font-style: normal;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.invest-card__progress {
  position: relative;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.invest-card__progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00f5d4 0%, #22d3ee 55%, #34d399 100%);
  box-shadow: 0 0 16px rgba(0, 245, 212, 0.45);
  transition: width 0.4s linear;
}

.invest-card__progress-meta {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  pointer-events: none;
}

.invest-card__progress-meta em {
  font-style: normal;
}

.invest-card__meta {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.invest-card__meta li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
}

.invest-card__meta span {
  color: rgba(255, 255, 255, 0.55);
}

.invest-card__meta strong {
  color: #fff;
  text-align: right;
}

.invest-card__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.pagination-wrapper {
  width: 100%;
  margin-top: 16px;
}

.hist-search {
  margin-bottom: 14px;
}

.hist-search .input-group {
  max-width: 420px;
  margin-left: auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 12, 28, 0.72);
}

.hist-search .form--control {
  border: 0;
}

.hist-search .input-style {
  background: transparent;
  border: 0;
  color: #00f5d4;
}

.hist-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media screen and (min-width: 992px) {
  .hist-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.hist-card {
  background: rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), 0 0 18px rgba(157, 78, 221, 0.08);
}

.hist-card--empty {
  grid-column: 1 / -1;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  padding: 28px 16px;
}

.hist-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.hist-card__head h6 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.hist-card__head small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.hist-card__head .badge {
  flex-shrink: 0;
}

.dashboard .hist-card .badge--success {
  background: rgba(0, 245, 212, 0.14);
  color: #00f5d4;
}

.dashboard .hist-card .badge--warning {
  background: rgba(251, 191, 36, 0.16);
  color: #fbbf24;
}

.dashboard .hist-card .badge--danger {
  background: rgba(251, 113, 133, 0.16);
  color: #fb7185;
}

.hist-card__meta {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hist-card__meta li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
}

.hist-card__meta span {
  color: rgba(255, 255, 255, 0.55);
}

.hist-card__meta strong {
  color: #fff;
  text-align: right;
}

.hist-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hist-card__foot em {
  font-style: normal;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

.hist-slip {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.hist-slip span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.hist-slip .slip-preview {
  display: block;
  margin: 0;
}

.hist-slip .slip-preview img {
  max-height: 320px;
}

@media screen and (max-width: 1199px) {
  .dashboard {
    padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  }

  .dashboard-header {
    margin-inline: 0;
    border-radius: 0;
    padding-block: 10px;
    padding-inline: 12px;
    padding-top: calc(10px + env(safe-area-inset-top, 0px));
    background: rgba(8, 10, 24, 0.78);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(0, 245, 212, 0.12);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  }

  .dashboard-header-left {
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 10px;
  }

  .navigation-bar {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: hsl(var(--white) / 0.06);
    border: 1px solid hsl(var(--white) / 0.08);
    color: var(--dash-cyan);
  }

  .app-header-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: hsl(var(--white));
    min-width: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .app-header-brand span {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.15;
  }

  .app-header-brand strong {
    font-size: 20px;
    letter-spacing: 1.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    background: linear-gradient(135deg, #00f5d4, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .app-header-brand small {
    font-size: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
  }

  .dashboard-header-wrapper {
    position: relative;
  }

  .dashboard-body {
    padding-bottom: 12px;
  }

  .app-dash {
    padding-top: 4px;
  }

  .app-dash-hello span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
  }

  .app-dash-hello h5 {
    color: hsl(var(--white));
    font-size: 1.15rem;
    font-weight: 800;
    margin: 2px 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
  }

  .app-balance-card {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(135deg, rgba(79, 140, 255, 0.95) 0%, rgba(157, 78, 221, 0.92) 48%, rgba(0, 245, 212, 0.88) 100%);
    border: 1px solid rgba(0, 245, 212, 0.28);
    border-radius: 16px;
    padding: 12px 14px 10px;
    margin-bottom: 14px;
    box-shadow:
      0 10px 28px rgba(157, 78, 221, 0.28),
      0 0 24px rgba(0, 245, 212, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .app-balance-card__glow,
  .app-balance-card::after,
  .app-balance-card::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }

  .app-balance-card::before {
    width: 110px;
    height: 110px;
    right: -36px;
    top: -48px;
    background: radial-gradient(circle, hsl(var(--white) / 0.28), transparent 68%);
  }

  .app-balance-card::after {
    width: 90px;
    height: 90px;
    right: -16px;
    bottom: -36px;
    background: radial-gradient(circle, rgba(0, 245, 212, 0.35), transparent 70%);
  }

  .app-balance-card__glow {
    inset: 0;
    background: linear-gradient(120deg, transparent 35%, hsl(var(--white) / 0.12) 50%, transparent 65%);
    animation: appShine 7s ease-in-out infinite;
  }

  @keyframes appShine {
    0%, 100% { transform: translateX(-30%); opacity: 0.35; }
    50% { transform: translateX(30%); opacity: 0.7; }
  }

  .app-balance-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }

  .app-balance-card__label {
    margin: 0;
    font-size: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: hsl(var(--white) / 0.82);
  }

  .app-balance-card__eye {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: hsl(0 0% 0% / 0.18);
    border: 1px solid hsl(var(--white) / 0.16);
    color: hsl(var(--white));
    font-size: 12px;
  }

  .app-balance-card__amount {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 800;
    margin: 4px 0 8px;
    letter-spacing: -0.3px;
    text-shadow: 0 8px 24px hsl(0 0% 0% / 0.28);
  }

  .app-balance-card__wallets {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
  }

  .app-balance-card__wallets > div {
    background: hsl(0 0% 0% / 0.18);
    border: 1px solid hsl(var(--white) / 0.12);
    border-radius: 14px;
    padding: 8px 10px;
  }

  .app-balance-card__wallets span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: hsl(var(--white) / 0.72);
  }

  .app-balance-card__wallets strong {
    display: block;
    color: #fff;
    font-size: 13px;
    margin-top: 2px;
  }

  .app-balance-card__ref {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: hsl(var(--white) / 0.82);
  }

  .app-balance-card__ref strong {
    color: hsl(var(--white));
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: hsl(0 0% 0% / 0.16);
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
  }

  .app-action-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 8px;
    margin-bottom: 18px;
  }

  .app-action-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    text-decoration: none;
    color: hsl(var(--white) / 0.92);
    font-size: 11px;
    font-weight: 600;
  }

  .app-action-grid__item .icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border: 1px solid hsl(var(--white) / 0.12);
    box-shadow: 0 10px 22px hsl(0 0% 0% / 0.28);
  }

  .app-action-grid__item:nth-child(1) .icon { background: linear-gradient(145deg, #00f5d4, #0ea5a4); box-shadow: 0 8px 18px rgba(0, 245, 212, 0.28); }
  .app-action-grid__item:nth-child(2) .icon { background: linear-gradient(145deg, #9d4edd, #5b21b6); box-shadow: 0 8px 18px rgba(157, 78, 221, 0.32); }
  .app-action-grid__item:nth-child(3) .icon { background: linear-gradient(145deg, #4f8cff, #1d4ed8); box-shadow: 0 8px 18px rgba(79, 140, 255, 0.28); }
  .app-action-grid__item:nth-child(4) .icon { background: linear-gradient(145deg, #f472b6, #a21caf); box-shadow: 0 8px 18px rgba(244, 114, 182, 0.28); }
  .app-action-grid__item:nth-child(5) .icon { background: linear-gradient(145deg, #fb923c, #ea580c); box-shadow: 0 8px 18px rgba(251, 146, 60, 0.28); }
  .app-action-grid__item:nth-child(6) .icon { background: linear-gradient(145deg, #22d3ee, #0369a1); box-shadow: 0 8px 18px rgba(34, 211, 238, 0.28); }
  .app-action-grid__item:nth-child(7) .icon { background: linear-gradient(145deg, #f43f5e, #9f1239); box-shadow: 0 8px 18px rgba(244, 63, 94, 0.28); }
  .app-action-grid__item:nth-child(8) .icon { background: linear-gradient(145deg, #818cf8, #4338ca); box-shadow: 0 8px 18px rgba(129, 140, 248, 0.28); }

  .app-promo {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(0, 245, 212, 0.28);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(0, 245, 212, 0.16), rgba(157, 78, 221, 0.18));
    text-decoration: none;
    text-align: left;
    margin-bottom: 16px;
    color: hsl(var(--white));
    box-shadow: inset 0 1px 0 hsl(var(--white) / 0.08);
    cursor: pointer;
    font: inherit;
  }

  .app-promo__icon,
  .app-promo__btn {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #00f5d4, #9d4edd);
    color: #050816;
    flex-shrink: 0;
  }

  .app-promo__btn {
    border-radius: 50%;
    margin-left: auto;
  }

  .app-promo__text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }

  .app-promo__text small {
    color: hsl(var(--white) / 0.7);
    font-size: 12px;
  }

  .app-invite {
    margin-bottom: 16px;
  }

  .app-invite h6,
  .app-section-title {
    color: hsl(var(--white));
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .app-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .app-section-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 245, 212, 0.55), transparent);
  }

  .app-invite__box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: hsl(var(--white) / 0.04);
    border: 1px solid hsl(var(--white) / 0.08);
    border-radius: 16px;
    padding: 6px 6px 6px 12px;
    backdrop-filter: blur(12px);
  }

  .app-invite__box input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: 0;
    color: hsl(var(--white));
    font-size: 12px;
    outline: none;
  }

  .app-invite__box button {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(145deg, #00f5d4, #0ea5a4);
    color: #050816;
  }

  .app-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .app-contact-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.08), rgba(37, 211, 102, 0.03));
    border: 1px solid rgba(37, 211, 102, 0.2);
    color: hsl(var(--white));
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
  }

  .app-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.12), transparent);
    opacity: 0;
    transition: opacity 0.25s;
  }

  .app-contact-card:hover {
    border-color: rgba(37, 211, 102, 0.4);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.15);
    color: #fff;
    text-decoration: none;
  }

  .app-contact-card:hover::before {
    opacity: 1;
  }

  .app-contact-card i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #25d366, #128c3e);
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  .app-contact-card img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid rgba(37, 211, 102, 0.3);
    position: relative;
    z-index: 1;
  }

  .app-contact-card span {
    position: relative;
    z-index: 1;
  }

  .app-contact-card--full {
    grid-column: 1 / -1;
  }

  .app-overview {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .app-overview__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border-radius: 18px;
    background: linear-gradient(180deg, hsl(var(--white) / 0.055), hsl(var(--white) / 0.025));
    border: 1px solid hsl(var(--white) / 0.07);
    text-decoration: none;
    color: hsl(var(--white));
    box-shadow: 0 8px 18px hsl(0 0% 0% / 0.14);
  }

  .app-overview__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 8px 16px hsl(0 0% 0% / 0.25);
  }

  .app-overview__icon.bg-cyan { background: linear-gradient(135deg, #67e8f9, #0891b2); }
  .app-overview__icon.bg-red { background: linear-gradient(135deg, #fda4af, #e11d48); }
  .app-overview__icon.bg-blue { background: linear-gradient(135deg, #93c5fd, #2563eb); }
  .app-overview__icon.bg-pink { background: linear-gradient(135deg, #f9a8d4, #db2777); }
  .app-overview__icon.bg-green { background: linear-gradient(135deg, #86efac, #16a34a); }
  .app-overview__icon.bg-purple { background: linear-gradient(135deg, #ddd6fe, #7c3aed); }
  .app-overview__icon.bg-navy { background: linear-gradient(135deg, #94a3b8, #1e3a8a); }

  .app-overview__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .app-overview__info strong {
    font-size: 13px;
  }

  .app-overview__info small {
    color: hsl(var(--white) / 0.55);
    font-size: 11px;
  }

  .app-overview__value {
    font-weight: 800;
    color: #00f5d4;
    font-size: 13px;
    white-space: nowrap;
  }

  .app-bottom-nav {
    display: flex;
    align-items: flex-end;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    z-index: 9990;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(24px) saturate(1.4);
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 8px 8px 10px;
    justify-content: space-between;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .app-bottom-nav__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    text-decoration: none;
    min-width: 0;
  }

  .app-bottom-nav__icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }

  .app-bottom-nav__item.active,
  .app-bottom-nav__item:hover {
    color: #00f5d4;
  }

  .app-bottom-nav__home {
    flex: 1;
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin-top: -28px;
  }

  .app-bottom-nav__home-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(145deg, #00f5d4, #22d3ee, #0ea5a4);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 245, 212, 0.45), 0 0 20px rgba(157, 78, 221, 0.25);
    border: 4px solid #050816;
    overflow: hidden;
  }

  .app-bottom-nav__home-btn i {
    font-size: 22px;
    color: #050816;
  }

  .scroll-top {
    bottom: calc(100px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .cookies-card {
    bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.sidebar-open {
    overflow: hidden;
  }

  .sidebar-overlay,
  .sidebar-overlay.show {
    z-index: 10020;
    background-color: hsl(0 0% 0% / 0.72);
  }

  .dashboard .sidebar-menu {
    width: min(82vw, 300px);
    max-width: 300px;
    padding: 14px 12px calc(108px + env(safe-area-inset-bottom, 0px));
    background: #07091a;
    border-right: 1px solid hsl(var(--white) / 0.08);
    box-shadow: 18px 0 40px hsl(0 0% 0% / 0.5);
    z-index: 10030;
  }

  .dashboard .sidebar-logo {
    margin-bottom: 28px;
    padding-right: 36px;
  }

  .dashboard .sidebar-logo img {
    max-width: 128px;
  }

  .dashboard .sidebar-menu__close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: hsl(var(--white) / 0.08);
    color: hsl(var(--white));
    font-size: 14px;
  }

  .sidebar-user-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: hsl(var(--white) / 0.05);
    border: 1px solid hsl(var(--white) / 0.08);
  }

  .sidebar-user-card__avatar {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #00f5d4, #9d4edd);
    color: #050816;
    font-size: 14px;
  }

  .sidebar-user-card__meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }

  .sidebar-user-card__meta strong {
    color: hsl(var(--white));
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sidebar-user-card__meta small {
    color: hsl(var(--white) / 0.55);
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dashboard .account-balance {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: hsl(var(--white) / 0.04);
    border: 1px solid hsl(var(--white) / 0.06);
  }

  .dashboard .account-balance__title {
    font-size: 11px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: hsl(var(--white) / 0.5);
    margin-bottom: 6px;
  }

  .dashboard .account-balance-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    gap: 8px;
    border-radius: 10px;
  }

  .dashboard .account-balance-item .title,
  .dashboard .account-balance-item .amount {
    margin: 0;
    font-size: 13px;
  }

  .sidebar-cta-btns {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .dashboard-header {
    background: linear-gradient(180deg, rgba(8, 10, 24, 0.96), rgba(7, 9, 26, 0.88));
    border-bottom: 1px solid rgba(0, 245, 212, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  }

  .dashboard .sidebar-menu {
    background-color: #07091a;
    border-right: 1px solid rgba(0, 245, 212, 0.1);
  }

  .dashboard-widget-wrapper .dashboard-widget {
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%),
      rgba(10, 12, 28, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), 0 0 24px rgba(157, 78, 221, 0.08);
  }

  .dashboard-widget-wrapper .dashboard-widget-icon {
    background: linear-gradient(145deg, #00f5d4, #9d4edd);
    box-shadow: 0 10px 20px rgba(0, 245, 212, 0.28);
    color: #050816;
  }

  .dashboard-widget-wrapper .dashboard-widget-amount {
    color: #00f5d4;
  }

  .dashboard-widget-wrapper .dashboard-widget-btn {
    background: linear-gradient(145deg, #00f5d4, #22d3ee);
    color: #050816;
  }

  .dashboard-widget-wrapper .dashboard-widget-btn::after {
    background: #0a0c1c;
  }

  .dashboard-widget-wrapper .dashboard-widget-btn:hover {
    color: #050816;
  }

  .dashboard-widget-wrapper .dashboard-widget-btn:hover::after {
    background: linear-gradient(145deg, #00f5d4, #9d4edd);
  }
}

.dashboard .sidebar-menu-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard .sidebar-menu-list__item,
.dashboard .sidebar-menu-list__item:not(:last-of-type) {
  margin: 0;
}

.dashboard .sidebar-menu-list__link {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 10px;
  color: hsl(var(--white) / 0.88);
  background: hsl(var(--white) / 0.045);
  border: 1px solid hsl(var(--white) / 0.06);
}

.dashboard .sidebar-menu-list__link .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.dashboard .sidebar-menu-list__link .text {
  line-height: 1.2;
}

.dashboard .sidebar-menu-list__item.active > a,
.dashboard .sidebar-menu-list__link:hover {
  background: linear-gradient(135deg, rgba(0, 245, 212, 0.22), rgba(157, 78, 221, 0.28));
  color: #fff;
  border-color: rgba(0, 245, 212, 0.35);
  box-shadow: 0 0 16px rgba(0, 245, 212, 0.12);
}

.dashboard .sidebar-menu-list__item.has-dropdown > a:after {
  display: none;
}

.pwa-install-modal[hidden] {
  display: none !important;
}

.pwa-install-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  background: hsl(0 0% 0% / 0.62);
}

.pwa-install-modal__card {
  position: relative;
  width: min(100%, 420px);
  background: #12141c;
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 20px;
  padding: 24px 20px 18px;
  color: hsl(var(--white));
  box-shadow: 0 20px 50px hsl(0 0% 0% / 0.45);
}

.pwa-install-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 10px;
  background: hsl(var(--white) / 0.08);
  color: hsl(var(--white));
}

.pwa-install-modal__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: linear-gradient(145deg, #00f5d4, #9d4edd);
  color: #050816;
  font-size: 22px;
}

.pwa-install-modal h5 {
  margin-bottom: 6px;
}

.pwa-install-modal p {
  color: hsl(var(--white) / 0.7);
  margin-bottom: 12px;
}

.pwa-install-modal__steps {
  margin: 0 0 16px;
  padding-left: 18px;
  color: hsl(var(--white) / 0.88);
}

.pwa-install-modal__steps li + li {
  margin-top: 6px;
}

body.pwa-modal-open {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .pwa-install-modal {
    align-items: center;
  }
}

.plan-steps {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.plan-steps__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 6px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: hsl(var(--white) / 0.45);
  background: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--white) / 0.06);
}

.plan-steps__item b {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: hsl(var(--white) / 0.1);
}

.plan-steps__item.active {
  color: #050816;
  background: linear-gradient(145deg, #00f5d4, #22d3ee);
  border-color: transparent;
}

.plan-steps__item.active b {
  background: hsl(0 0% 0% / 0.2);
}

.wd-steps-wrap {
  margin-bottom: 16px;
}

.wd-steps-wrap__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.wd-steps {
  display: flex;
  gap: 8px;
}

.wd-steps__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 6px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: hsl(var(--white) / 0.45);
  background: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--white) / 0.06);
}

.wd-steps__item b {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: hsl(var(--white) / 0.1);
}

.wd-steps__item.active {
  color: #050816;
  background: linear-gradient(145deg, #00f5d4, #22d3ee);
  border-color: transparent;
}

.wd-steps__item.is-done {
  color: #00f5d4;
  border-color: rgba(0, 245, 212, 0.28);
  background: rgba(0, 245, 212, 0.1);
}

.wd-steps__item.active b,
.wd-steps__item.is-done b {
  background: hsl(0 0% 0% / 0.2);
  font-size: 9px;
}

.wd-balance {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.12), rgba(157, 78, 221, 0.16)),
    rgba(10, 12, 28, 0.92);
  border: 1px solid rgba(0, 245, 212, 0.22);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24), 0 0 20px rgba(0, 245, 212, 0.08);
}

.wd-balance__icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #00f5d4, #22d3ee);
  color: #050816;
  font-size: 24px;
}

.wd-balance__info {
  min-width: 0;
}

.wd-block {
  background: rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
}

.wd-receive {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.12), rgba(157, 78, 221, 0.16)),
    rgba(10, 12, 28, 0.92);
  border: 1px solid rgba(0, 245, 212, 0.22);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24), 0 0 20px rgba(0, 245, 212, 0.08);
}

.wd-receive > span {
  display: block;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.wd-via {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.12), rgba(157, 78, 221, 0.16)),
    rgba(10, 12, 28, 0.92);
  border: 1px solid rgba(0, 245, 212, 0.22);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24), 0 0 20px rgba(0, 245, 212, 0.08);
}

.wd-via > span {
  display: block;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.wd-via__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.wd-via__logo {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  margin-top: 2px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.wd-via__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.wd-via__info {
  flex: 1;
  min-width: 0;
}

.wd-via__info strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 4px;
}

.wd-via__limit {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wd-via__limit span {
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}

.wd-via__limit b {
  font-size: 12px;
  font-weight: 700;
  color: #00f5d4;
  line-height: 1.35;
  word-break: break-word;
}

.wd-via__change {
  flex-shrink: 0;
  margin-top: 2px;
  color: #00f5d4;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 245, 212, 0.28);
  background: rgba(0, 245, 212, 0.08);
}

.wd-via__change:hover {
  color: #050816;
  background: #00f5d4;
}

.wd-balance span,
.wd-block h6 {
  display: block;
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.wd-balance span {
  margin-bottom: 4px;
}

.wd-balance strong {
  display: block;
  color: #00f5d4;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
}

.wd-receive strong {
  display: block;
  color: #00f5d4;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.wd-receive__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.wd-receive__tags em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: rgba(5, 8, 22, 0.45);
  border: 1px solid rgba(0, 245, 212, 0.18);
  border-radius: 999px;
  padding: 6px 10px;
}

.wd-receive__tags img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  padding: 3px;
}

.wd-block p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  margin-bottom: 12px;
}

.wd-section-label {
  display: block;
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.wd-method-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.wd-method {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  text-align: left;
  text-decoration: none;
  color: #fff;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(0, 245, 212, 0.22);
  background:
    linear-gradient(160deg, rgba(0, 245, 212, 0.18), rgba(157, 78, 221, 0.24) 55%, rgba(10, 12, 28, 0.92));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22), 0 0 18px rgba(0, 245, 212, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.wd-method:hover {
  border-color: rgba(0, 245, 212, 0.55);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28), 0 0 22px rgba(0, 245, 212, 0.12);
}

.wd-method__logo {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.wd-method__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.wd-method strong {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.wd-method__arrow {
  flex-shrink: 0;
  font-size: 22px;
  color: #00f5d4;
  line-height: 1;
}

.wd-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  padding: 16px;
}

.wd-amount-box {
  margin-bottom: 8px;
}

.wd-available {
  margin: 0 0 12px !important;
  font-size: 12px;
}

.wd-available strong {
  color: #00f5d4;
}

.wd-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wd-quick__btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
}

.wd-totals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.wd-totals div {
  background: rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 12px;
}

.wd-totals span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}

.wd-totals strong {
  color: #fff;
  font-size: 16px;
}

.dashboard .wd-block .plan-purchase-summary li span {
  color: rgba(255, 255, 255, 0.55);
}

.dashboard .wd-block .plan-purchase-summary li strong {
  color: #fff;
}

.dashboard .wd-block .plan-purchase-summary .text--primary {
  color: #00f5d4 !important;
}

.dashboard .wd-block .gateway-instruction,
.dashboard .wd-block .gateway-instruction p,
.dashboard .wd-block .gateway-instruction li,
.dashboard .wd-block .gateway-instruction span {
  color: rgba(255, 255, 255, 0.72) !important;
}

.dashboard .wd-block .form--label,
.dashboard .wd-block label {
  color: rgba(255, 255, 255, 0.72);
}

.dashboard .wd-block .form--control,
.dashboard .wd-block .form-control,
.dashboard .wd-block .form-two {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.dashboard .wd-block .form--control::placeholder,
.dashboard .wd-block .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.dashboard .wd-block .input-group-text {
  color: #00f5d4;
  background: rgba(0, 245, 212, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.dashboard .wd-form {
  padding-top: 14px;
}

.dashboard .wd-form .gateway-instruction {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 245, 212, 0.06);
  border: 1px solid rgba(0, 245, 212, 0.14);
  font-size: 13px;
  line-height: 1.5;
}

.dashboard .wd-form .row {
  --bs-gutter-y: 0.75rem;
  margin-top: 0;
}

.dashboard .wd-form .form-group {
  margin-bottom: 0;
}

.dashboard .wd-form .form-label,
.dashboard .wd-form .form--label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.dashboard .wd-form .form-control,
.dashboard .wd-form .form--control,
.dashboard .wd-form .form-select,
.dashboard .wd-form .form-two {
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 245, 212, 0.18);
  background: rgba(5, 8, 22, 0.55);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dashboard .wd-form textarea.form-control,
.dashboard .wd-form textarea.form--control {
  min-height: 110px;
  resize: vertical;
}

.dashboard .wd-form .form-control:focus,
.dashboard .wd-form .form--control:focus,
.dashboard .wd-form .form-select:focus,
.dashboard .wd-form .form-two:focus {
  border-color: rgba(0, 245, 212, 0.55);
  background: rgba(5, 8, 22, 0.72);
  box-shadow: 0 0 0 3px rgba(0, 245, 212, 0.12);
  color: #fff;
}

.dashboard .wd-form .form-control::placeholder,
.dashboard .wd-form .form--control::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.dashboard .wd-form .text--danger {
  color: #ff6b8a !important;
}

.dashboard .wd-form button[type='submit'] {
  margin-top: 14px;
}

@media screen and (max-width: 575px) {
  .wd-method {
    min-height: 68px;
    padding: 10px 12px;
    gap: 12px;
  }

  .wd-method__logo {
    width: 48px;
    height: 48px;
  }

  .wd-method strong {
    font-size: 15px;
  }
}

.plan-purchase-info {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.12), rgba(157, 78, 221, 0.16)),
    rgba(10, 12, 28, 0.92);
  border: 1px solid rgba(0, 245, 212, 0.22);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24), 0 0 20px rgba(0, 245, 212, 0.08);
}

.plan-purchase-info__main,
.plan-purchase-info__amount {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.plan-purchase-info__main span,
.plan-purchase-info__amount span {
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.plan-purchase-info__main h5 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.plan-purchase-info__amount {
  align-items: flex-end;
  text-align: right;
}

.plan-purchase-info__amount strong {
  color: #00f5d4;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .plan-purchase-info {
    flex-direction: column;
    gap: 10px;
  }

  .plan-purchase-info__amount {
    align-items: flex-start;
    text-align: left;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.plan-purchase-card__head {
  margin-bottom: 18px;
}

.plan-purchase-card__head h5 {
  margin-bottom: 4px;
}

.plan-purchase-card__head p,
.plan-purchase-card__profit {
  margin: 0;
  color: #00f5d4;
}

.plan-purchase-card__profit {
  font-weight: 700;
  margin-bottom: 8px;
}

.plan-purchase-summary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-purchase-summary li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid hsl(var(--white) / 0.08);
}

.plan-purchase-summary li span {
  color: hsl(var(--white) / 0.55);
}

.plan-purchase-summary li strong {
  color: hsl(var(--white));
  text-align: right;
}

.plan-box {
  --plan-glass: rgba(10, 12, 28, 0.52);
  --plan-glass-border: rgba(255, 255, 255, 0.14);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  background: var(--plan-glass);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid var(--plan-glass-border);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(157, 78, 221, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.plan-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 38%,
    rgba(0, 245, 212, 0.05) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.plan-box > * {
  position: relative;
  z-index: 1;
}

.plan-box__top {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 16px 16px 92px;
  min-height: 92px;
  background:
    linear-gradient(180deg, rgba(0, 245, 212, 0.14), transparent 72%),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.plan-box__badge {
  position: absolute;
  left: 14px;
  top: 0;
  width: 68px;
  padding: 10px 6px 8px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, rgba(0, 245, 212, 0.95), rgba(157, 78, 221, 0.92));
  color: #050816;
  text-align: center;
  box-shadow:
    0 10px 20px rgba(0, 245, 212, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: none;
}

.plan-box__badge small {
  display: block;
  font-size: 11px;
  color: rgba(5, 8, 22, 0.7);
  letter-spacing: 0.4px;
}

.plan-box__badge strong {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 2px 0 8px;
}

.plan-box__badge span {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 999px;
  background: #050816;
  color: #00f5d4;
  font-size: 8px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.plan-box__invest {
  margin-left: auto;
  text-align: right;
}

.plan-box__invest span {
  display: block;
  color: #00f5d4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.plan-box__invest b {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
}

.plan-box__invest em {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
}

.plan-box__body {
  flex: 1 1 auto;
  padding: 16px 14px;
  background:
    linear-gradient(135deg, rgba(157, 78, 221, 0.2), rgba(0, 245, 212, 0.1)),
    rgba(7, 9, 26, 0.38);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.plan-box__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan-box__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  color: #fff;
}

.plan-box__ico {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #00f5d4;
}

.plan-box__label {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
}

.plan-box__list strong {
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  color: #00f5d4;
}

.plan-box__refer {
  flex-wrap: nowrap;
  gap: 8px;
}

.plan-box__refer .plan-box__label {
  flex: 0 0 auto;
}

.plan-box__levels {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}

.plan-box__level-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(0, 245, 212, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 245, 212, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.plan-box__level-item small {
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}

.plan-box__level-item strong {
  font-size: 12px;
  line-height: 1.2;
}

.plan-box__foot {
  display: flex;
  justify-content: flex-end;
  background: rgba(10, 12, 28, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0;
}

.plan-box__cta {
  min-width: 58%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 18px 14px 28px;
  background: linear-gradient(145deg, rgba(0, 245, 212, 0.95), rgba(34, 211, 238, 0.9));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #050816 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
  box-shadow:
    0 8px 20px rgba(0, 245, 212, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.plan-box__cta i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #050816;
  color: #00f5d4;
  font-size: 8px;
}

.plan-box__cta:hover {
  color: #fff !important;
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.95), rgba(157, 78, 221, 0.92));
  box-shadow:
    0 10px 24px rgba(157, 78, 221, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.pay-method-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.plan-purchase-card--amount {
  margin-bottom: 12px;
}

.purchase-pay-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.purchase-pay-form {
  margin: 0;
}

.purchase-pay-method {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(0, 245, 212, 0.2);
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.1), rgba(157, 78, 221, 0.14)),
    rgba(10, 12, 28, 0.92);
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.purchase-pay-method:hover {
  border-color: rgba(0, 245, 212, 0.45);
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.16), rgba(157, 78, 221, 0.2)),
    rgba(10, 12, 28, 0.96);
  transform: translateY(-1px);
}

.purchase-pay-method__logo {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
}

.purchase-pay-method__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.purchase-pay-method__info {
  flex: 1;
  min-width: 0;
}

.purchase-pay-method__info strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.purchase-pay-method__arrow {
  flex-shrink: 0;
  font-size: 22px;
  color: #00f5d4;
  line-height: 1;
}

.pay-method {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid hsl(var(--white) / 0.1);
  background: hsl(var(--white) / 0.04);
  color: hsl(var(--white));
  text-align: left;
  cursor: pointer;
}

.pay-method:hover {
  border-color: rgba(0, 245, 212, 0.45);
  background: rgba(0, 245, 212, 0.1);
}

.pay-method__icon,
.pay-method__thumb {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(145deg, #00f5d4, #9d4edd);
  color: #050816;
  font-size: 14px;
}

.pay-method__thumb {
  background: hsl(var(--white) / 0.08);
}

.pay-method__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.pay-method__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.2;
}

.pay-method__meta strong {
  font-size: 14px;
  font-weight: 700;
}

.pay-method__meta small {
  color: hsl(var(--white) / 0.55);
  font-size: 12px;
}

.pay-detail-tiles {
  display: grid;
  gap: 8px;
}

.pay-detail-tile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 9px 11px;
  border-radius: 10px;
  background: hsl(var(--white) / 0.05);
  border: 1px solid hsl(var(--white) / 0.1);
}

.pay-detail-tile span {
  font-size: 10px;
  color: hsl(var(--white) / 0.55);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.pay-detail-tile strong {
  color: hsl(var(--white));
  font-size: 14px;
  word-break: break-all;
}

.pay-detail-tile__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pay-detail-copy {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(145deg, #00f5d4, #22d3ee);
  color: #050816;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pay-detail-copy.copied {
  background: #16a34a;
}

.slip-preview {
  margin-top: 12px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid hsl(var(--white) / 0.1);
  background: hsl(var(--white) / 0.04);
}

.slip-preview img {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  background: #0b0d14;
}

.manual-pay-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.1), rgba(157, 78, 221, 0.14)),
    rgba(10, 12, 28, 0.92);
  border: 1px solid rgba(0, 245, 212, 0.2);
}

.manual-pay-head__logo {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
}

.manual-pay-head__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.manual-pay-head__info {
  min-width: 0;
}

.manual-pay-head__info span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}

.manual-pay-head__info h5 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.manual-pay-amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  text-align: center;
  background: rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(0, 245, 212, 0.22);
  box-shadow: 0 0 18px rgba(0, 245, 212, 0.06);
}

.manual-pay-amount span {
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.manual-pay-amount strong {
  color: #00f5d4;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.manual-pay-amount small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  line-height: 1.35;
  max-width: 260px;
}

.manual-pay-breakdown {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.manual-pay-breakdown li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.manual-pay-breakdown li span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.5);
}

.manual-pay-breakdown li strong {
  color: #fff;
  font-size: 14px;
}

.manual-pay-card {
  margin-bottom: 0;
  --inner-p: 14px;
}

.manual-pay-section + .manual-pay-section {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.manual-pay-section__title {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.manual-pay-note {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.manual-pay-note p:last-child {
  margin-bottom: 0;
}

.manual-pay-submit {
  margin-top: 14px;
}

.dashboard .manual-pay-card .form--label,
.dashboard .manual-pay-card label {
  color: rgba(255, 255, 255, 0.72);
}

.dashboard .manual-pay-card .form--control,
.dashboard .manual-pay-card .form-control {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

/* ==================== Frontend landing (blue / white) ==================== */
body:has(.frontend-page) {
  background: #fff;
  color: #334155;
}

.frontend-page {
  min-height: 100vh;
  background: #fff;
  color: #334155;
  display: flex;
  flex-direction: column;
  --header-h: 88px;
}

.frontend-page main {
  flex: 1;
}

body:has(.frontend-page) .preloader {
  background: #eff6ff;
}

body:has(.frontend-page) .scroll-top {
  background: #2563eb;
  color: #fff;
}

.frontend-page p,
.frontend-page .section-heading__desc {
  color: #64748b;
}

.frontend-page .section-heading__title,
.frontend-page h1,
.frontend-page h2,
.frontend-page h3,
.frontend-page h4,
.frontend-page h5 {
  color: #1e3a8a;
}

.frontend-page .header .navbar > .logo img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}

.frontend-page .header.fixed-header .navbar > .logo img,
.frontend-page .offcanvas .logo img {
  filter: none;
}

.frontend-page .header .header-right .auth-btn-link {
  color: #fff;
  transition: color 0.3s;
}

.frontend-page .header.fixed-header .header-right .auth-btn-link {
  color: #1d4ed8;
}

.frontend-page .header .nav-menu .nav-item .nav-link {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.3s;
}

.frontend-page .header .nav-menu .nav-item.active .nav-link,
.frontend-page .header .nav-menu .nav-item:hover .nav-link {
  color: rgba(255,255,255,0.7) !important;
}

.frontend-page .header .nav-menu .nav-item.active .nav-link {
  box-shadow: inset 0 -2px 0 #fff;
}

.frontend-page .header .navbar-toggler.header-button {
  color: #fff;
}

.frontend-page .auth-btn-link {
  color: #fff;
}

.frontend-page .auth-btn-link.login-btn {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
}

/* On scroll (fixed header) revert to blue */
.frontend-page .header.fixed-header .nav-menu .nav-item .nav-link {
  color: #1d4ed8 !important;
}

.frontend-page .header.fixed-header .nav-menu .nav-item.active .nav-link {
  box-shadow: inset 0 -2px 0 #2563eb;
}

.frontend-page .header.fixed-header .navbar-toggler.header-button {
  color: #2563eb;
}

.frontend-page .header.fixed-header .auth-btn-link {
  color: #1d4ed8;
}

.frontend-page .header.fixed-header .auth-btn-link.login-btn {
  border-color: #2563eb;
  color: #1d4ed8;
}

.frontend-page .header.fixed-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.12);
}

.frontend-page .header .offcanvas {
  background: #fff;
}

.frontend-page .header .offcanvas .nav-link,
.frontend-page .header .offcanvas .auth-btn-link,
.frontend-page .header .btn-close {
  color: #1d4ed8 !important;
}

/* Mobile menu upgrade */
.frontend-page .header .offcanvas {
  background: linear-gradient(180deg, #0f1d45 0%, #1e3a8a 100%) !important;
  border-left: 1px solid rgba(59, 130, 246, 0.2);
  max-width: 300px;
}

.frontend-page .header .offcanvas .offcanvas-header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.frontend-page .header .offcanvas .logo img {
  filter: brightness(0) invert(1) !important;
  max-height: 36px;
}

.frontend-page .header .offcanvas .btn-close {
  color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1;
}

.frontend-page .header .offcanvas .offcanvas-body {
  padding: 20px 24px;
}

.frontend-page .header .offcanvas .nav-menu .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px !important;
  font-weight: 600;
  padding: 12px 16px !important;
  border-radius: 10px;
  margin-bottom: 4px;
  transition: all 0.25s;
}

.frontend-page .header .offcanvas .nav-menu .nav-item.active .nav-link,
.frontend-page .header .offcanvas .nav-menu .nav-item:hover .nav-link {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.frontend-page .header .offcanvas .auth-btn-link {
  color: #fff !important;
  font-weight: 600;
}

.frontend-page .header .offcanvas .auth-btn-link.login-btn {
  background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 10px 20px;
}

.frontend-page .header .offcanvas .auth-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 8px;
}

.frontend-page .header .offcanvas .btn.btn-outline--dark {
  background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 10px;
  font-weight: 600;
}

/* Desktop menu layout fix (prevent mobile offcanvas styles) */
@media (min-width: 1200px) {
  .frontend-page .header {
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(37, 99, 235, 0.14);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    padding-block: 14px !important;
  }

  .frontend-page .header .navbar {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .frontend-page .header .navbar > .logo {
    flex: 0 0 auto;
    margin-right: 8px;
  }

  .frontend-page .header .offcanvas {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    background: transparent !important;
    border: 0 !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    flex: 1 1 auto;
    display: flex !important;
    justify-content: center;
  }

  .frontend-page .header .offcanvas .offcanvas-header {
    display: none !important;
  }

  .frontend-page .header .offcanvas .offcanvas-body {
    padding: 0 !important;
    overflow: visible !important;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }

  .frontend-page .header .offcanvas .nav-menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 28px !important;
    width: auto !important;
    margin: 0 auto !important;
  }

  .frontend-page .header .offcanvas .nav-menu .nav-item {
    margin: 0 !important;
  }

  .frontend-page .header .offcanvas .nav-menu .nav-item .nav-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
    word-break: normal !important;
    line-height: 1.2 !important;
    color: #1e3a8a !important;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .frontend-page .header .offcanvas .nav-menu .nav-item.active .nav-link,
  .frontend-page .header .offcanvas .nav-menu .nav-item:hover .nav-link {
    color: #2563eb !important;
    background: transparent !important;
  }

  .frontend-page .header .offcanvas .nav-menu .nav-item.active .nav-link {
    box-shadow: inset 0 -2px 0 #2563eb;
  }

  .frontend-page .header .header-right {
    flex: 0 0 auto;
    margin-left: auto;
    align-items: center;
  }

  .frontend-page .header .header-right .auth-btn-link,
  .frontend-page .header .header-right .auth-btn-link.login-btn {
    color: #1d4ed8 !important;
  }
}

/* Hide old hero if somehow rendered */
.lp-hero { display: none; }

/* ==================== Hero V2 ==================== */
.hero-v2 {
  position: relative;
  padding: 140px 0 80px;
  overflow: hidden;
  background: #fff;
  overflow: hidden;
}

.lp-hero__blue {
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  background: linear-gradient(180deg, #3b82f6 0%, #1e40af 100%);
  z-index: 0;
}

.lp-hero__wave {
  position: absolute;
  left: 0;
  top: 0;
  width: 58%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.lp-hero__wrap {
  position: relative;
  z-index: 2;
}

.lp-hero__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  gap: 32px;
  align-items: center;
  min-height: 100vh;
  padding: 130px 0 48px;
}

.lp-hero__copy {
  color: #fff;
  max-width: 460px;
}

.lp-hero__title {
  color: #fff !important;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lp-hero__title span {
  display: block;
  font-weight: 800;
}

.lp-hero__title em {
  display: block;
  font-style: normal;
  font-weight: 400;
  opacity: 0.95;
}

.lp-hero__desc {
  color: rgba(255, 255, 255, 0.86) !important;
  max-width: 420px;
  margin-bottom: 28px;
  line-height: 1.7;
}

.lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.lp-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid #fff;
  color: #fff !important;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.lp-hero__btn:hover {
  background: #fff;
  color: #1d4ed8 !important;
}

.lp-hero__btn--ghost {
  background: #fff;
  color: #1d4ed8 !important;
}

.lp-hero__btn--ghost:hover {
  background: transparent;
  color: #fff !important;
}

.lp-hero__dots {
  display: flex;
  gap: 10px;
}

.lp-hero__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.lp-hero__dots span.is-active {
  background: #fff;
}

.lp-hero__scene {
  position: relative;
  min-height: 420px;
}

.lp-tank {
  position: absolute;
  left: 4%;
  top: 18%;
  width: 92px;
  height: 210px;
  border-radius: 46px;
  background: linear-gradient(180deg, rgba(191, 219, 254, 0.7), rgba(255, 255, 255, 0.35));
  border: 3px solid #93c5fd;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(37, 99, 235, 0.18);
}

.lp-tank__fill {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 8px;
  height: 80%;
  border-radius: 40px;
  background: linear-gradient(180deg, #60a5fa, #2563eb);
}

.lp-tank strong {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  z-index: 1;
}

.lp-monitor {
  position: absolute;
  right: 6%;
  top: 12%;
  width: min(78%, 430px);
  aspect-ratio: 4 / 3;
  background: linear-gradient(180deg, #e2e8f0, #94a3b8);
  border-radius: 18px 18px 12px 12px;
  padding: 14px 14px 28px;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}

.lp-monitor::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  width: 90px;
  height: 18px;
  transform: translateX(-50%);
  background: #cbd5e1;
  border-radius: 0 0 8px 8px;
}

.lp-monitor__screen {
  height: 100%;
  border-radius: 10px;
  background: #0f172a;
  overflow: hidden;
  position: relative;
}

.lp-monitor__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.lp-monitor__ui {
  position: absolute;
  inset: 14px;
  display: grid;
  gap: 10px;
}

.lp-monitor__charts {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 70px;
}

.lp-monitor__charts i {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #fb923c, #2563eb);
}

.lp-monitor__charts i:nth-child(1) { height: 40%; }
.lp-monitor__charts i:nth-child(2) { height: 70%; }
.lp-monitor__charts i:nth-child(3) { height: 55%; }
.lp-monitor__charts i:nth-child(4) { height: 90%; }
.lp-monitor__charts i:nth-child(5) { height: 48%; }
.lp-monitor__charts i:nth-child(6) { height: 76%; }

.lp-monitor__bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  position: relative;
}

.lp-monitor__bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 80%;
  background: #22c55e;
}

.lp-monitor__bar span {
  position: absolute;
  right: 8px;
  top: -16px;
  color: #86efac;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-monitor__gauge {
  width: 54px;
  height: 54px;
  margin-left: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  background: conic-gradient(#2563eb 0 80%, rgba(255, 255, 255, 0.12) 80% 100%);
}

.lp-coins {
  position: absolute;
  right: 18%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lp-coins span {
  width: 42px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #e2e8f0, #64748b);
  box-shadow: 0 4px 0 #475569;
}

.lp-card {
  position: absolute;
  left: 22%;
  bottom: 16%;
  width: 88px;
  height: 56px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.18);
  border: 1px solid rgba(37, 99, 235, 0.28);
  padding: 10px;
}

.lp-card b,
.lp-card i {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.45);
  margin-bottom: 6px;
}

.lp-card b {
  width: 22px;
  height: 14px;
  border-radius: 4px;
}

.lp-people {
  position: absolute;
  right: 28%;
  bottom: 14%;
  display: flex;
  gap: 18px;
}

.lp-person {
  width: 28px;
  height: 86px;
  position: relative;
}

.lp-person::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #1e293b;
}

.lp-person::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 26px;
  height: 44px;
  transform: translateX(-50%);
  border-radius: 10px 10px 6px 6px;
}

.lp-person--a::after { background: #5b21b6; }
.lp-person--b::after { background: #0f172a; }

.frontend-page .btn--gr,
.frontend-page .btn--base {
  background: linear-gradient(180deg, #3b82f6, #1d4ed8) !important;
  color: #fff !important;
  border-radius: 999px;
}

.frontend-page .plan-box {
  --plan-glass: rgba(255, 255, 255, 0.72);
  --plan-glass-border: rgba(59, 130, 246, 0.22);
  background: var(--plan-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 18px 40px rgba(37, 99, 235, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.frontend-page .plan-box__top,
.frontend-page .plan-box__foot {
  background: rgba(239, 246, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.frontend-page .plan-box__body {
  background:
    linear-gradient(135deg, rgba(29, 78, 216, 0.82), rgba(37, 99, 235, 0.78)),
    rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.frontend-page .plan-box__list li {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.frontend-page .plan-box__badge {
  background: linear-gradient(180deg, #3b82f6, #1d4ed8);
  color: #fff;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.28);
}

.frontend-page .plan-box__badge small {
  color: rgba(255, 255, 255, 0.8);
}

.frontend-page .plan-box__badge span {
  background: #fff;
  color: #1d4ed8;
}

.frontend-page .plan-box__invest span,
.frontend-page .plan-box__invest em {
  color: #2563eb;
}

.frontend-page .plan-box__invest b {
  color: #1e3a8a;
}

.frontend-page .plan-box__list strong,
.frontend-page .plan-box__ico {
  color: #fff;
}

.frontend-page .plan-box__cta {
  background: #1e3a8a;
  color: #fff !important;
}

.frontend-page .plan-box__cta i {
  background: #2563eb;
  color: #fff;
}

.frontend-page .footer-area {
  background: linear-gradient(180deg, #2563eb 0%, #1e3a8a 100%);
  color: #fff;
}

.frontend-page .footer-item__title,
.frontend-page .footer-item__desc,
.frontend-page .footer-menu__link,
.frontend-page .footer-contact__info {
  color: #fff;
}

.frontend-page .feature-card-content,
.frontend-page .testimonial-item,
.frontend-page .why-choose-item,
.frontend-page .faq-item,
.frontend-page .blog-item,
.frontend-page .calculator-wrapper,
.frontend-page .how-work-item,
.frontend-page .custom--card {
  background: #fff;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.08);
  color: #334155;
}

.frontend-page .feature-card-title,
.frontend-page .why-choose-item .title,
.frontend-page .testimonial-item-auth .name,
.frontend-page .cta-content-title,
.frontend-page .cta-content-count {
  color: #1e3a8a;
}

.frontend-page .feature-card-desc,
.frontend-page .testimonial-item-desc,
.frontend-page .cta-content-text {
  color: #64748b;
}

.frontend-page .cta-section {
  background: linear-gradient(180deg, #eff6ff, #fff);
}

.frontend-page .breadcrumb {
  margin-top: clamp(12px, 2vw, 24px);
  padding-block: calc(var(--header-h) + 60px) clamp(52px, 7vw, 84px);
  background:
    radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.35) 0, rgba(59, 130, 246, 0) 46%),
    radial-gradient(circle at 90% 15%, rgba(14, 165, 233, 0.3) 0, rgba(14, 165, 233, 0) 42%),
    linear-gradient(135deg, #09142f 0%, #0f2b73 45%, #133e9f 100%);
  border-bottom: 1px solid rgba(147, 197, 253, 0.25);
}

.frontend-page .breadcrumb::before {
  opacity: 0.12;
  bottom: 0;
}

.frontend-page .breadcrumb__wrapper {
  max-width: 760px;
  margin: 0 auto;
}

.frontend-page .breadcrumb__title {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.frontend-page .breadcrumb__list {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(191, 219, 254, 0.38);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.18);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.frontend-page .breadcrumb__item,
.frontend-page .breadcrumb__item-text,
.frontend-page .breadcrumb__link {
  color: #eff6ff !important;
  font-size: clamp(0.84rem, 1.9vw, 1rem);
  font-weight: 600;
}

.frontend-page .breadcrumb__link {
  opacity: 0.9;
}

.frontend-page .breadcrumb__link:hover {
  color: #ffffff !important;
  opacity: 1;
}

/* ==================== Landing Page Design Upgrade ==================== */

/* Header glass effect */
.frontend-page .header {
  transition: all 0.35s ease;
}

.frontend-page .header.fixed-header {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 30px rgba(37, 99, 235, 0.1);
}

/* Section headings upgrade */
.frontend-page .section-heading {
  margin-bottom: 50px;
}

.frontend-page .section-heading__title {
  font-weight: 800;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
}

.frontend-page .section-heading__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
}

.frontend-page .section-heading.style-left .section-heading__title::after {
  left: 0;
  transform: none;
}

/* Feature cards upgrade */
.frontend-page .feature-card-content {
  border-radius: 16px;
  padding: 30px 24px;
  transition: all 0.3s ease;
  border: 1px solid rgba(59, 130, 246, 0.12);
  position: relative;
  overflow: hidden;
}

.frontend-page .feature-card-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa, #93c5fd);
  opacity: 0;
  transition: opacity 0.3s;
}

.frontend-page .feature-card-content:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15);
  border-color: rgba(59, 130, 246, 0.25);
}

.frontend-page .feature-card-content:hover::before {
  opacity: 1;
}

.frontend-page .feature-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.frontend-page .feature-card-title {
  font-weight: 700;
  margin-bottom: 10px;
}

/* How it works cards upgrade */
.frontend-page .how-work-card {
  background: #fff;
  border: 1px solid rgba(59, 130, 246, 0.12);
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.frontend-page .how-work-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.frontend-page .how-work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.12);
}

.frontend-page .how-work-card:hover::after {
  transform: scaleX(1);
}

.frontend-page .how-work-card__title {
  color: #1e3a8a;
  font-weight: 700;
}

.frontend-page .how-work-card__desc {
  color: #64748b;
}

/* Why choose section upgrade */
.frontend-page .why-choose-item {
  border-radius: 14px;
  padding: 16px 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(59, 130, 246, 0.1);
}

.frontend-page .why-choose-item:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
  border-color: rgba(59, 130, 246, 0.22);
}

.frontend-page .why-choose-item .icon {
  color: #2563eb;
}

.frontend-page .why-choose-statistics-item {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border-radius: 16px;
  padding: 24px 20px;
  border: 1px solid rgba(59, 130, 246, 0.15);
}

.frontend-page .why-choose-statistics-item .count {
  color: #1d4ed8;
}

/* CTA section upgrade */
.frontend-page .cta-section {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.frontend-page .cta-content-title {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.frontend-page .cta-content-count {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Testimonial cards upgrade */
.frontend-page .testimonial-item {
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 1px solid rgba(59, 130, 246, 0.1);
}

.frontend-page .testimonial-item:hover {
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.12);
}

.frontend-page .testimonial-item-rating {
  color: #f59e0b;
}

/* FAQ upgrade */
.frontend-page .faq-item {
  border-radius: 14px;
  transition: all 0.3s ease;
  border: 1px solid rgba(59, 130, 246, 0.1);
}

.frontend-page .faq-item:hover {
  border-color: rgba(59, 130, 246, 0.22);
}

/* Footer upgrade */
.frontend-page .footer-area {
  position: relative;
  overflow: hidden;
}

.frontend-page .footer-area::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(96, 165, 250, 0.15);
  filter: blur(80px);
  pointer-events: none;
}

.frontend-page .footer-area::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(30, 58, 138, 0.2);
  filter: blur(80px);
  pointer-events: none;
}

.frontend-page .social-list__link {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: all 0.3s ease;
}

.frontend-page .social-list__link:hover {
  background: #fff;
  color: #1d4ed8;
}

.frontend-page .footer-menu__link {
  transition: all 0.25s;
}

.frontend-page .footer-menu__link:hover {
  color: #93c5fd !important;
  padding-left: 6px;
}

.frontend-page .bottom-footer {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.7);
}

/* Blog cards upgrade */
.frontend-page .blog-item {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(59, 130, 246, 0.1);
}

.frontend-page .blog-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.12);
}

/* Smooth scroll for all sections */
.frontend-page section {
  position: relative;
}

/* Hero button upgrade */
.lp-hero__btn {
  transition: all 0.3s ease !important;
  position: relative;
  overflow: hidden;
}

.lp-hero__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.lp-hero__btn:hover::before {
  left: 100%;
}

/* Calculator section */
.frontend-page .calculator-wrapper {
  border-radius: 20px;
  border: 1px solid rgba(59, 130, 246, 0.12);
}

/* Contact page */
.frontend-page .custom--card {
  border-radius: 16px;
  border: 1px solid rgba(59, 130, 246, 0.12);
}

.frontend-page .form--control {
  border-radius: 12px;
  border: 1px solid #dbeafe;
  transition: all 0.25s;
}

.frontend-page .form--control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

@media screen and (max-width: 991px) {
  .frontend-page .header .nav-menu .nav-item .nav-link {
    color: #1d4ed8 !important;
  }
}

.hero-v2__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 40%, #3b82f6 100%);
  z-index: 0;
}

.hero-v2__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-v2__orb--1 {
  width: 400px;
  height: 400px;
  top: -120px;
  right: -80px;
  background: rgba(96, 165, 250, 0.35);
  animation: heroFloat 8s ease-in-out infinite;
}

.hero-v2__orb--2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -60px;
  background: rgba(59, 130, 246, 0.25);
  animation: heroFloat 10s ease-in-out infinite reverse;
}

.hero-v2__orb--3 {
  width: 200px;
  height: 200px;
  top: 40%;
  left: 50%;
  background: rgba(147, 197, 253, 0.2);
  animation: heroFloat 6s ease-in-out infinite 2s;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.05); }
}

.hero-v2 .container {
  position: relative;
  z-index: 1;
}

.hero-v2__content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.hero-v2__title {
  color: #fff !important;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 18px;
}

.hero-v2__desc {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto 32px;
}

.hero-v2__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-v2__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-v2__btn--primary {
  background: #fff;
  color: #1d4ed8 !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

.hero-v2__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  background: #f0f7ff;
}

.hero-v2__btn--outline {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.hero-v2__btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  transform: translateY(-3px);
}

.hero-v2__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 640px;
  margin: 0 auto;
}

.hero-v2__stat {
  text-align: center;
  padding: 22px 14px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.hero-v2__stat:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-3px);
}

.hero-v2__stat strong {
  display: block;
  color: #fff;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 800;
  margin-bottom: 4px;
}

.hero-v2__stat span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 575px) {
  .hero-v2 {
    padding: 120px 0 50px;
  }
  .hero-v2__stats {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
  .hero-v2__stat {
    padding: 16px 12px;
  }
}

.ref-page {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ref-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media (max-width: 575px) {
  .ref-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .ref-stat {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 4px;
    gap: 6px;
  }
  .ref-stat__icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 8px;
  }
  .ref-stat__info small {
    font-size: 8px;
    letter-spacing: 0.3px;
    word-break: break-word;
  }
  .ref-stat__info strong {
    font-size: 12px;
  }
}

.ref-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.1), rgba(157, 78, 221, 0.12)),
    rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.ref-stat__icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #00f5d4, #22d3ee);
  color: #050816;
  font-size: 14px;
}

.ref-stat__info small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.3;
}

.ref-stat__info strong {
  display: block;
  margin-top: 1px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.ref-referrer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(0, 245, 212, 0.08);
  border: 1px solid rgba(0, 245, 212, 0.18);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.ref-referrer i {
  color: #00f5d4;
}

.ref-link-card {
  padding: 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.12), rgba(157, 78, 221, 0.16)),
    rgba(10, 12, 28, 0.92);
  border: 1px solid rgba(0, 245, 212, 0.22);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.ref-link-card__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.ref-link-card__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 245, 212, 0.14);
  color: #00f5d4;
  font-size: 18px;
}

.ref-link-card__head h5 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.ref-link-card__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.ref-link-card__field {
  display: flex;
  gap: 8px;
}

.ref-link-card__field .form--control {
  flex: 1;
  min-width: 0;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.ref-link-card__copy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(145deg, #00f5d4, #22d3ee);
  color: #050816;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ref-link-card__copy:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 245, 212, 0.28);
}

.ref-link-card__copy.copied {
  background: linear-gradient(145deg, #22d3ee, #9d4edd);
  color: #fff;
}

.ref-section {
  padding: 16px;
  border-radius: 16px;
  background: rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ref-section__head {
  margin-bottom: 14px;
}

.ref-section__head h5 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.ref-section__head small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.ref-level-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ref-level-card__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}

.ref-level-card__btn:hover {
  border-color: rgba(0, 245, 212, 0.3);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  text-decoration: none;
}

.ref-level-card__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ref-level-card__badge {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #00f5d4, #22d3ee);
  color: #050816;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.ref-level-card__left strong {
  display: block;
  font-size: 14px;
  color: #fff;
}

.ref-level-card__left small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.ref-level-card__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ref-level-card__metric {
  text-align: right;
}

.ref-level-card__metric small {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.5px;
}

.ref-level-card__metric span {
  font-size: 14px;
  font-weight: 600;
  color: #00f5d4;
}

.ref-level-card__arrow {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 575px) {
  .ref-level-card__btn {
    flex-wrap: wrap;
    padding: 12px;
  }
  .ref-level-card__right {
    gap: 12px;
  }
  .ref-level-card__metric span {
    font-size: 12px;
  }
}

/* Level Detail Page */
.ref-lvl-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 16px;
  transition: color 0.2s;
}

.ref-lvl-back:hover {
  color: #00f5d4;
}

.ref-lvl-summary {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.ref-lvl-summary__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 8px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(0, 245, 212, 0.06), rgba(157, 78, 221, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.07);
  min-width: 0;
}

.ref-lvl-summary__item small {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}

.ref-lvl-summary__item strong {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-top: 3px;
}

.ref-lvl-summary__item strong.text-cyan {
  color: #00f5d4;
}

.ref-lvl-users {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ref-lvl-user-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ref-lvl-user-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(157, 78, 221, 0.3), rgba(99, 102, 241, 0.3));
  color: #c084fc;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.ref-lvl-user-card__info {
  flex: 1;
  min-width: 0;
}

.ref-lvl-user-card__info strong {
  display: block;
  font-size: 14px;
  color: #fff;
}

.ref-lvl-user-card__info small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.ref-lvl-user-card__invest {
  text-align: right;
  flex-shrink: 0;
}

.ref-lvl-user-card__invest small {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.5px;
}

.ref-lvl-user-card__invest span {
  font-size: 15px;
  font-weight: 600;
  color: #00f5d4;
}

.ref-lvl-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.ref-lvl-nav__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 10px;
  background: rgba(0, 245, 212, 0.1);
  border: 1px solid rgba(0, 245, 212, 0.2);
  color: #00f5d4;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}

.ref-lvl-nav__btn:hover {
  background: rgba(0, 245, 212, 0.2);
  color: #00f5d4;
}


.ref-commission-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 992px) {
  .ref-commission-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ref-commission-card {
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ref-commission-card h6 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.ref-commission-levels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ref-commission-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 245, 212, 0.1);
  border: 1px solid rgba(0, 245, 212, 0.2);
  color: #00f5d4;
  font-size: 11px;
  font-weight: 700;
}

.ref-tree-wrap {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow-x: auto;
}

.ref-tree {
  color: rgba(255, 255, 255, 0.88);
}

.ref-tree__root > .ref-tree__user,
.ref-tree__member {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.ref-tree__root > .ref-tree__user {
  background: rgba(0, 245, 212, 0.12);
  border-color: rgba(0, 245, 212, 0.22);
  color: #fff;
  font-weight: 700;
}

.ref-tree__root > .ref-tree__user i {
  color: #00f5d4;
}

.ref-tree__member i {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.ref-tree-wrap .treeview li {
  color: rgba(255, 255, 255, 0.82);
}

.ref-tree-wrap .treeview li ul {
  border-left-color: rgba(0, 245, 212, 0.25);
}

.ref-empty {
  text-align: center;
  padding: 28px 16px;
  color: rgba(255, 255, 255, 0.55);
}

.ref-empty i {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
  color: rgba(0, 245, 212, 0.45);
}

.ref-empty p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 575px) {
  .ref-link-card__field {
    flex-direction: column;
  }

  .ref-link-card__copy {
    justify-content: center;
    min-height: 44px;
  }
}

.tr-page {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tr-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media (max-width: 575px) {
  .tr-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .tr-stat {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 4px;
    gap: 6px;
  }
  .tr-stat__icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 8px;
  }
  .tr-stat__info small {
    font-size: 8px;
    letter-spacing: 0.3px;
    word-break: break-word;
  }
  .tr-stat__info strong {
    font-size: 12px;
  }
}

.tr-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.1), rgba(157, 78, 221, 0.12)),
    rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.tr-stat__icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #9d4edd, #6366f1);
  color: #fff;
  font-size: 14px;
}

.tr-stat__info small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.3;
}

.tr-stat__info strong {
  display: block;
  margin-top: 1px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.tr-next {
  padding: 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(157, 78, 221, 0.18), rgba(0, 245, 212, 0.12)),
    rgba(10, 12, 28, 0.92);
  border: 1px solid rgba(157, 78, 221, 0.28);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.tr-claim {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.2), rgba(34, 197, 94, 0.14)),
    rgba(10, 12, 28, 0.94);
  border: 1px solid rgba(0, 245, 212, 0.35);
  box-shadow: 0 12px 32px rgba(0, 245, 212, 0.12);
}

.tr-claim__info span,
.sl-claim__info span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.tr-claim__info h5,
.sl-claim__info h5 {
  margin: 2px 0 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.tr-claim__info p,
.sl-claim__info p {
  margin: 0;
  color: #00f5d4;
  font-size: 13px;
  font-weight: 700;
}

.tr-claim__btn,
.sl-claim__btn {
  white-space: nowrap;
  min-width: 120px;
}

.tr-rank-card.is-claimable,
.sl-plan-card.is-claimable {
  background: linear-gradient(180deg, rgba(0, 245, 212, 0.16), rgba(255, 255, 255, 0.03));
  border-color: rgba(0, 245, 212, 0.4);
  box-shadow: 0 12px 28px rgba(0, 245, 212, 0.14);
}

.tr-rank-card__status.is-claim,
.sl-plan-card__status.is-claim {
  background: rgba(0, 245, 212, 0.16);
  border-color: rgba(0, 245, 212, 0.35);
  color: #00f5d4;
}

.tr-rank-card__claim,
.sl-plan-card__claim {
  width: 100%;
  margin-top: 12px;
}

.sl-plan-card__due {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}

.sl-plan-card__due small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.sl-claim {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.2), rgba(34, 197, 94, 0.14)),
    rgba(10, 12, 28, 0.94);
  border: 1px solid rgba(0, 245, 212, 0.35);
  box-shadow: 0 12px 32px rgba(0, 245, 212, 0.12);
}

.sl-claim--wait {
  background:
    linear-gradient(135deg, rgba(157, 78, 221, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(10, 12, 28, 0.92);
  border-color: rgba(157, 78, 221, 0.28);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.sl-claim--wait .sl-claim__info p {
  color: #c4b5fd;
}

@media (max-width: 575px) {
  .tr-claim,
  .sl-claim {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .tr-claim__btn,
  .sl-claim__btn {
    width: 100%;
  }
}

.tr-next__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.tr-next__icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 18px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-next__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tr-next__head span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.tr-next__head h5 {
  margin: 2px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.tr-next__head p {
  margin: 0;
  color: #00f5d4;
  font-size: 14px;
  font-weight: 700;
}

.tr-progress-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .tr-progress-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tr-progress-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 13px;
}

.tr-progress-item__top span {
  color: rgba(255, 255, 255, 0.62);
}

.tr-progress-item__top strong {
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.tr-progress-bar {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.tr-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00f5d4, #9d4edd);
  transition: width 0.3s ease;
}

.tr-progress-item small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

.tr-section {
  padding: 16px;
  border-radius: 16px;
  background: rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tr-section__head {
  margin-bottom: 14px;
}

.tr-section__head h5 {
  margin: 0 0 4px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.tr-section__head small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.tr-rank-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 768px) {
  .tr-rank-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1400px) {
  .tr-rank-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.tr-rank-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  color: #fff !important;
}

.tr-rank-card * {
  -webkit-text-fill-color: unset;
}

.tr-rank-card.is-unlocked {
  background: linear-gradient(180deg, rgba(0, 245, 212, 0.1), rgba(255, 255, 255, 0.03));
  border-color: rgba(0, 245, 212, 0.28);
  box-shadow: 0 10px 24px rgba(0, 245, 212, 0.08);
}

.tr-rank-card.is-next {
  background: linear-gradient(180deg, rgba(157, 78, 221, 0.16), rgba(255, 255, 255, 0.03));
  border-color: rgba(157, 78, 221, 0.35);
  box-shadow: 0 12px 28px rgba(157, 78, 221, 0.12);
}

.tr-rank-card.is-locked {
  opacity: 0.72;
}

.tr-rank-card.is-locked .tr-rank-card__icon img {
  filter: grayscale(1);
  opacity: 0.55;
}

.tr-rank-card__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.tr-rank-card__level {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.tr-rank-card__status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(0, 245, 212, 0.12);
  border: 1px solid rgba(0, 245, 212, 0.22);
  color: #00f5d4;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.tr-rank-card__status.is-active {
  background: rgba(157, 78, 221, 0.14);
  border-color: rgba(157, 78, 221, 0.28);
  color: #c4b5fd;
}

.tr-rank-card__status.is-lock {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
}

.tr-rank-card__icon {
  width: 88px;
  height: 88px;
  margin-bottom: 10px;
  border-radius: 22px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tr-rank-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tr-rank-card__title {
  margin: 0 0 4px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
}

.tr-rank-card__bonus {
  margin: 0 0 12px;
  color: #00f5d4 !important;
  font-size: 13px;
  font-weight: 700;
}

.tr-rank-card__meta {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tr-rank-card__meta li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
}

.tr-rank-card__meta li span {
  color: rgba(255, 255, 255, 0.55) !important;
}

.tr-rank-card__meta li strong {
  color: #fff !important;
  font-size: 12px;
}

.tr-rank-card__progress {
  width: 100%;
  margin-top: 12px;
}

.tr-rank-card__progress small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
}

@media (max-width: 575px) {
  .tr-rank-card {
    padding: 12px 10px 10px;
    border-radius: 12px;
  }
  .tr-rank-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 6px;
  }
  .tr-rank-card__title {
    font-size: 13px;
  }
  .tr-rank-card__bonus {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .tr-rank-card__meta li {
    padding: 4px 0;
    font-size: 10px;
  }
  .tr-rank-card__meta li strong {
    font-size: 10px;
  }
  .tr-rank-card__meta li span {
    font-size: 10px;
  }
  .tr-rank-card__level {
    font-size: 9px;
  }
  .tr-rank-card__status {
    font-size: 9px;
    padding: 2px 6px;
  }
  .tr-rank-card__top {
    margin-bottom: 6px;
  }
  .tr-next {
    padding: 12px;
    border-radius: 12px;
  }
  .tr-next__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .tr-next__head h5 {
    font-size: 16px;
  }
  .tr-next__head p {
    font-size: 12px;
  }
  .tr-progress-item__top span {
    font-size: 11px;
  }
  .tr-progress-item__top strong {
    font-size: 11px;
  }
}
  color: rgba(255, 255, 255, 0.55);
}

.sl-page {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sl-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media (max-width: 575px) {
  .sl-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .sl-stat {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 4px;
    gap: 6px;
  }
  .sl-stat__icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 8px;
  }
  .sl-stat__info small {
    font-size: 8px;
    letter-spacing: 0.3px;
    word-break: break-word;
  }
  .sl-stat__info strong {
    font-size: 12px;
  }
}

.sl-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.1), rgba(157, 78, 221, 0.12)),
    rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.sl-stat__icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #00f5d4, #22d3ee);
  color: #050816;
  font-size: 14px;
}

.sl-stat__info small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.3;
}

.sl-stat__info strong {
  display: block;
  margin-top: 1px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.sl-stat__info em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

.sl-highlight {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.14), rgba(157, 78, 221, 0.18)),
    rgba(10, 12, 28, 0.92);
  border: 1px solid rgba(0, 245, 212, 0.24);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.sl-highlight__icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #00f5d4, #9d4edd);
  color: #050816;
  font-size: 22px;
}

.sl-highlight span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.sl-highlight h5 {
  margin: 2px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.sl-next {
  padding: 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(157, 78, 221, 0.16), rgba(0, 245, 212, 0.1)),
    rgba(10, 12, 28, 0.92);
  border: 1px solid rgba(157, 78, 221, 0.28);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.sl-next__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.sl-next__icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(157, 78, 221, 0.18);
  border: 1px solid rgba(157, 78, 221, 0.28);
  color: #c4b5fd;
  font-size: 22px;
}

.sl-next__head span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.sl-next__head h5 {
  margin: 2px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.sl-next__head p {
  margin: 0;
  color: #00f5d4;
  font-size: 14px;
  font-weight: 700;
}

.sl-progress-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .sl-progress-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sl-progress-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 13px;
}

.sl-progress-item__top span {
  color: rgba(255, 255, 255, 0.62);
}

.sl-progress-item__top strong {
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.sl-progress-bar {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.sl-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00f5d4, #9d4edd);
  transition: width 0.3s ease;
}

.sl-progress-item small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

.sl-section {
  padding: 16px;
  border-radius: 16px;
  background: rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sl-section__head {
  margin-bottom: 14px;
}

.sl-section__head h5 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.sl-section__head small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.sl-plan-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .sl-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1400px) {
  .sl-plan-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.sl-plan-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sl-plan-card.is-unlocked,
.sl-plan-card.is-active {
  background: linear-gradient(180deg, rgba(0, 245, 212, 0.1), rgba(255, 255, 255, 0.03));
  border-color: rgba(0, 245, 212, 0.28);
  box-shadow: 0 10px 24px rgba(0, 245, 212, 0.08);
}

.sl-plan-card.is-active {
  background: linear-gradient(180deg, rgba(157, 78, 221, 0.18), rgba(0, 245, 212, 0.08));
  border-color: rgba(157, 78, 221, 0.35);
  box-shadow: 0 12px 28px rgba(157, 78, 221, 0.12);
}

.sl-plan-card.is-next {
  background: linear-gradient(180deg, rgba(34, 211, 238, 0.12), rgba(255, 255, 255, 0.03));
  border-color: rgba(34, 211, 238, 0.28);
}

.sl-plan-card.is-locked {
  opacity: 0.72;
}

.sl-plan-card__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.sl-plan-card__level {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.sl-plan-card__status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(0, 245, 212, 0.12);
  border: 1px solid rgba(0, 245, 212, 0.22);
  color: #00f5d4;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.sl-plan-card__status.is-active {
  background: rgba(157, 78, 221, 0.14);
  border-color: rgba(157, 78, 221, 0.28);
  color: #c4b5fd;
}

.sl-plan-card__status.is-next {
  background: rgba(34, 211, 238, 0.12);
  border-color: rgba(34, 211, 238, 0.24);
  color: #67e8f9;
}

.sl-plan-card__status.is-lock {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
}

.sl-plan-card__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #00f5d4;
  font-size: 28px;
}

.sl-plan-card.is-locked .sl-plan-card__icon {
  color: rgba(255, 255, 255, 0.45);
}

.sl-plan-card__title {
  margin: 0 0 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.sl-plan-card__amount {
  margin: 0 0 12px;
  color: #00f5d4;
  font-size: 15px;
  font-weight: 800;
}

.sl-plan-card__amount small {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}

.sl-plan-card__meta {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sl-plan-card__meta li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
}

.sl-plan-card__meta li span {
  color: rgba(255, 255, 255, 0.55);
}

.sl-plan-card__meta li strong {
  color: #fff;
  font-size: 12px;
}

.sl-plan-card__progress {
  width: 100%;
  margin-top: 12px;
}

.sl-plan-card__progress small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

.sl-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 28px 16px;
  color: rgba(255, 255, 255, 0.55);
}

.sl-empty i {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
  color: rgba(0, 245, 212, 0.45);
}

.sl-empty p {
  margin: 0;
  font-size: 14px;
}

.sl-pagination {
  margin-top: 14px;
}

/* Login / Register Page Upgrade */
.auth-logo-wrap {
  text-align: center;
  margin-bottom: 28px;
}
.auth-logo-wrap img {
  max-height: 120px;
  width: auto;
  filter: drop-shadow(0 4px 18px rgba(0, 245, 212, 0.22));
}

.account-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(900px 420px at 8% -8%, rgba(157, 78, 221, 0.22), transparent 56%),
    radial-gradient(720px 360px at 108% 6%, rgba(0, 245, 212, 0.12), transparent 52%),
    #050816 !important;
  padding: 40px 0;
  margin: 0 !important;
}

.account-page .account {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 36px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.account-page .account-thumb {
  display: none !important;
}

.account-page .account-form {
  width: 100% !important;
}

.account-page .account-form__title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
}

.account-page .account-form__desc {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}

.account-page .account-form__desc a {
  color: #00f5d4;
  font-weight: 600;
}

.account-page .form-group {
  margin-bottom: 20px;
}

.account-page .form--label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block;
}

.account-page .form--control {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border-radius: 14px !important;
  padding: 14px 18px;
  font-size: 15px;
  transition: all 0.25s ease;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-text-fill-color: #fff !important;
}

.account-page .form--control:-webkit-autofill,
.account-page .form--control:-webkit-autofill:hover,
.account-page .form--control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 40px #0d1230 inset !important;
  -webkit-text-fill-color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  caret-color: #fff;
}

.account-page .form--control:focus {
  border-color: rgba(0, 245, 212, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(0, 245, 212, 0.1), inset 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.account-page .form--control::placeholder {
  color: rgba(255, 255, 255, 0.3);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3) !important;
}

.account-page .btn--gr,
.account-page .btn--base[type="submit"] {
  margin-top: 12px;
}

.account-page .btn--gr,
.account-page .btn--base {
  background: linear-gradient(135deg, #00f5d4, #22d3ee) !important;
  border: none !important;
  color: #050816 !important;
  font-weight: 700;
  font-size: 15px;
  border-radius: 12px !important;
  padding: 14px;
  letter-spacing: 0.5px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.account-page .btn--gr:hover,
.account-page .btn--base:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 245, 212, 0.3);
}

.account-page .form--check .form-check-input {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.account-page .form--check .form-check-input:checked {
  background-color: #00f5d4;
  border-color: #00f5d4;
}

.account-page .form-check-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.account-page .text--base {
  color: #00f5d4 !important;
}

.account-page .toggle-password {
  color: rgba(255, 255, 255, 0.4);
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.account-page .social-auth__title {
  color: rgba(255, 255, 255, 0.4);
}

.account-page .social-auth__title::before,
.account-page .social-auth__title::after {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 575px) {
  .account-page .account {
    padding: 28px 20px;
    margin: 0 12px;
    border-radius: 16px;
  }
  .account-page .account-form__title {
    font-size: 22px;
  }
}

/* Company Registration Page */
.reg-page {
  max-width: 600px;
}

.reg-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.reg-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 245, 212, 0.06), rgba(157, 78, 221, 0.08)),
    rgba(10, 12, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.reg-card:hover {
  border-color: rgba(0, 245, 212, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.reg-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #00f5d4, #22d3ee);
  color: #050816;
  font-size: 20px;
  flex-shrink: 0;
}

.reg-card__icon--secp {
  background: linear-gradient(145deg, #9d4edd, #6366f1);
  color: #fff;
}

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

.reg-card__info strong {
  display: block;
  font-size: 16px;
  color: #fff;
}

.reg-card__info small {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}

.reg-card__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 245, 212, 0.1);
  color: #00f5d4;
  font-size: 14px;
  flex-shrink: 0;
  transition: background 0.2s;
}

.reg-card:hover .reg-card__arrow {
  background: rgba(0, 245, 212, 0.2);
}

.reg-empty {
  text-align: center;
  padding: 40px 20px;
  color: rgba(255, 255, 255, 0.4);
}

.reg-empty i {
  font-size: 40px;
  margin-bottom: 12px;
  display: block;
}

.reg-modal .modal-content {
  background: #0a0c1c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.reg-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.reg-modal .modal-title {
  color: #fff;
}

.reg-modal .modal-body img {
  max-height: 80vh;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .frontend-page {
    --header-h: 76px;
  }
}

@media (max-width: 767px) {
  .frontend-page {
    --header-h: 78px;
  }

  .frontend-page .breadcrumb {
    margin-top: 10px;
    padding-block: calc(var(--header-h) + 34px) 44px;
  }

  .frontend-page .breadcrumb__title {
    margin-bottom: 12px;
  }

  .frontend-page .breadcrumb__list {
    width: 100%;
    justify-content: center;
    padding: 9px 12px;
    border-radius: 14px;
  }
}

/* Header clarity + first-section spacing fix */
.frontend-page .header {
  background: rgba(255, 255, 255, 0.96) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  overflow: visible !important;
}

.frontend-page .header.fixed-header {
  animation: none !important;
  transform: none !important;
}

.frontend-page .header .container,
.frontend-page .header .navbar {
  overflow: visible !important;
}

.frontend-page .header .navbar > .logo img {
  filter: none !important;
}

.frontend-page .header .nav-menu .nav-item .nav-link,
.frontend-page .header .header-right .auth-btn-link,
.frontend-page .header .navbar-toggler.header-button {
  color: #1e3a8a !important;
}

.frontend-page .header .auth-btn-link.login-btn {
  border-color: rgba(37, 99, 235, 0.35);
  color: #1d4ed8 !important;
}

.frontend-page .header .nav-menu .nav-item.active .nav-link {
  box-shadow: inset 0 -2px 0 #2563eb;
}

.frontend-page main {
  padding-top: calc(var(--header-h) + 36px);
}

.frontend-page main:has(> .hero-v2:first-child),
.frontend-page main:has(> .breadcrumb:first-child) {
  padding-top: 0;
}

.frontend-page .hero-v2 {
  padding-top: calc(var(--header-h) + 88px);
}

.frontend-page .how-work.my-120 {
  margin-top: calc(var(--header-h) + 72px);
}

.frontend-page main > section:first-of-type:not(.hero-v2):not(.breadcrumb) {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .frontend-page .header .offcanvas.offcanvas-end {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    width: min(320px, 88vw) !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    z-index: 1055 !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: -12px 0 40px rgba(15, 23, 42, 0.35);
  }

  .frontend-page .header .offcanvas .offcanvas-body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .frontend-page .header .offcanvas .nav-menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    gap: 6px !important;
  }

  .frontend-page .header .offcanvas .nav-menu .nav-item .nav-link {
    width: 100%;
    justify-content: flex-start !important;
  }
}

@media (max-width: 991px) {
  .frontend-page .header {
    padding-block: 12px;
  }

  .frontend-page main {
    padding-top: calc(var(--header-h) + 44px);
  }

  .frontend-page .hero-v2 {
    padding-top: calc(var(--header-h) + 72px);
  }

  .frontend-page .how-work.my-120 {
    margin-top: calc(var(--header-h) + 56px);
  }
}

/* PC dashboard quick actions (desktop only) */
@media (min-width: 1200px) {
  .pc-dash-actions {
    margin-bottom: 28px;
  }

  .pc-dash-actions__grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 14px;
  }

  .pc-dash-actions__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 110px;
    padding: 16px 10px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
  }

  .pc-dash-actions__item:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 245, 212, 0.35);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    color: #fff;
  }

  .pc-dash-actions__item .icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
  }

  .pc-dash-actions__item:nth-child(1) .icon { background: linear-gradient(145deg, #00f5d4, #0ea5a4); }
  .pc-dash-actions__item:nth-child(2) .icon { background: linear-gradient(145deg, #9d4edd, #5b21b6); }
  .pc-dash-actions__item:nth-child(3) .icon { background: linear-gradient(145deg, #4f8cff, #1d4ed8); }
  .pc-dash-actions__item:nth-child(4) .icon { background: linear-gradient(145deg, #f472b6, #a21caf); }
  .pc-dash-actions__item:nth-child(5) .icon { background: linear-gradient(145deg, #fb923c, #ea580c); }
  .pc-dash-actions__item:nth-child(6) .icon { background: linear-gradient(145deg, #22d3ee, #0369a1); }
  .pc-dash-actions__item:nth-child(7) .icon { background: linear-gradient(145deg, #f43f5e, #9f1239); }
  .pc-dash-actions__item:nth-child(8) .icon { background: linear-gradient(145deg, #818cf8, #4338ca); }

  .pc-dash-support {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-top: 14px;
  }

  .pc-dash-support__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
  }

  .pc-dash-support__item:hover {
    border-color: rgba(0, 245, 212, 0.35);
    color: #fff;
  }

  .pc-dash-support__item img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    border-radius: 8px;
  }

  .pc-dash-support__item i {
    font-size: 22px;
    color: #25d366;
  }
}