@keyframes btTagBorderFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.page-indicator .faq-shell:not(.faq-system-shell) .block_answer_inside {
  display: none;
}

.page-indicator .faq-shell {
  display: block !important;
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(3, 6, 11, 0.22) 0%, rgba(3, 6, 11, 0.36) 100%),
    url("/media/fons_k/gl/gl2/7.webp") center center / cover no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page-indicator .faq-shell.faq-system-shell {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: clamp(14px, 2.05vw, 26px);
  background:
    linear-gradient(180deg, rgba(3, 6, 11, 0.22) 0%, rgba(3, 6, 11, 0.36) 100%),
    url("/media/fons_k/gl/gl2/7.webp") center 18% / cover no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none !important;
}

.page-indicator .faq-shell.bt-faq-shell {
  padding: clamp(30px, 4vw, 56px) clamp(12px, 2vw, 24px);
}

.page-indicator .bt-faq-accordion {
  width: min(1200px, 100%);
  margin: 0 auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.page-indicator .bt-faq-head {
  text-align: center;
  margin-bottom: 16px;
}

.page-indicator .bt-faq-badge {
  margin-bottom: 8px;
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 149, 38, 0.74);
  background: linear-gradient(180deg, rgba(20, 14, 10, 0.94) 0%, rgba(9, 8, 8, 0.96) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 149, 38, 0.16),
    0 0 14px rgba(255, 126, 27, 0.42),
    0 0 26px rgba(255, 126, 27, 0.24),
    0 8px 18px rgba(0, 0, 0, 0.34);
  color: #ffb458;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Montserrat", "Segoe UI", "Inter", Arial, sans-serif;
  font-weight: 700;
}

.page-indicator .bt-faq-badge::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: 999px;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.95) 0%,
    rgba(255, 205, 132, 0.92) 22%,
    rgba(255, 154, 49, 0.95) 44%,
    rgba(255, 117, 18, 0.94) 68%,
    rgba(255, 193, 108, 0.92) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.92;
  pointer-events: none;
  z-index: 1;
  animation: btTagBorderFlow 8s linear infinite;
}

.page-indicator .bt-faq-title {
  margin: 8px 0 0;
  color: #f3f6fb;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.05;
}

.page-indicator .bt-faq-list {
  display: grid;
  gap: 8px;
}

.page-indicator .bt-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(148, 164, 190, 0.24);
  background: rgba(8, 12, 19, 0.84);
  opacity: 1;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.page-indicator .bt-faq-item:hover {
  border-color: rgba(255, 182, 92, 0.56);
  background: rgba(8, 12, 19, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(255, 199, 118, 0.14),
    0 0 16px rgba(255, 146, 40, 0.2);
}

.page-indicator .bt-faq-trigger {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: inherit;
  color: #f1f5fb;
  min-height: 58px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  align-items: center;
  gap: 10px;
}

.page-indicator .bt-faq-trigger,
.page-indicator .faq-system-question {
  transform: none !important;
}

body.page-indicator.bt-cursor-enabled .bt-faq-trigger.bt-cursor-btn-hover,
body.page-indicator.bt-cursor-enabled .faq-system-question.bt-cursor-btn-hover {
  transform: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.page-indicator .bt-faq-trigger-text {
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.36;
  font-weight: 600;
}

.page-indicator .bt-faq-trigger-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 181, 88, 0.52);
  color: rgba(255, 195, 114, 0.92);
  display: grid;
  place-items: center;
  font-size: 13px;
  transition: transform 0.2s ease;
}

.page-indicator .bt-faq-content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.page-indicator .bt-faq-content-inner {
  position: relative;
  padding: 0 16px 14px 16px;
  color: rgba(227, 234, 244, 0.9);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.page-indicator .bt-faq-content-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 16px;
  width: 2px;
  border-radius: 999px;
  background: rgba(255, 160, 55, 0.88);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.page-indicator .bt-faq-item.is-open {
  border-color: rgba(255, 184, 92, 0.64);
  box-shadow: none;
}

.page-indicator .bt-faq-item.is-open .bt-faq-trigger-icon {
  transform: rotate(45deg);
}

.page-indicator .bt-faq-item.is-open .bt-faq-content-inner {
  opacity: 1;
  transform: translateY(0);
}

.page-indicator .bt-faq-item.is-open .bt-faq-content-inner::before {
  opacity: 1;
}

.page-indicator .bt-faq-accordion .faq-system-cta {
  margin-top: 12px;
  border: 1px solid rgba(255, 165, 66, 0.28);
  border-radius: 13px;
  background: linear-gradient(165deg, rgba(7, 14, 25, 0.93), rgba(4, 9, 16, 0.93));
  padding: clamp(9px, 1.05vw, 13px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.page-indicator .bt-faq-accordion .faq-system-cta-text {
  margin: 0;
  color: rgba(244, 247, 252, 0.95);
  font-size: clamp(15px, 1.1vw, 20px);
  font-weight: 600;
}

.page-indicator .bt-faq-accordion .faq-system-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 177, 85, 0.72);
  border-radius: 999px;
  min-height: 40px;
  padding: 0 22px;
  background: linear-gradient(115deg, rgba(255, 136, 31, 0.34), rgba(255, 136, 31, 0.07));
  color: #ffe3b6;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-indicator .bt-faq-accordion .faq-system-cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(255, 139, 37, 0.36);
}

.page-indicator .bt-premium-btn {
  position: relative;
  overflow: hidden;
}

.page-indicator .bt-premium-btn::before {
  content: "";
  position: absolute;
  top: -84%;
  left: -40%;
  width: 34%;
  height: 268%;
  transform: rotate(16deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 220, 167, 0.42), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
}

.page-indicator .bt-premium-btn:hover::before {
  opacity: 1;
  animation: btButtonShine 0.8s ease-out;
}

@keyframes btButtonShine {
  from {
    left: -46%;
  }
  to {
    left: 126%;
  }
}

@media (max-width: 767px) {
  .page-indicator .bt-faq-accordion .faq-system-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .page-indicator .bt-faq-accordion .faq-system-cta-button {
    width: 100%;
  }
}

body.page-indicator.bt-cursor-enabled .form-input_change .button_question,
body.page-indicator.bt-cursor-enabled .form-input_change .block_close_button {
  cursor: pointer !important;
}

.page-indicator .form-input_change .bt-contact-modal-frame {
  width: min(1240px, calc(100vw - 20px));
  margin: clamp(8px, 2.2vh, 22px) auto;
  position: relative;
}

.page-indicator .form-input_change .bt-contact-modal-form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(12px, 1.4vw, 20px) !important;
  border-radius: 26px !important;
  border: 1px solid rgba(156, 94, 255, 0.52) !important;
  background: linear-gradient(180deg, rgba(8, 11, 22, 0.97), rgba(4, 7, 15, 0.98)) !important;
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.58),
    0 0 36px rgba(127, 78, 255, 0.26),
    inset 0 0 0 1px rgba(255, 176, 84, 0.08) !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.page-indicator .form-input_change .bt-contact-modal-layout {
  display: grid;
  grid-template-columns: minmax(332px, 442px) minmax(0, 1fr);
  gap: clamp(8px, 1vw, 14px);
  align-items: stretch;
}

.page-indicator .form-input_change .bt-contact-modal-side {
  border-radius: 22px;
  border: 1px solid rgba(132, 79, 246, 0.32);
  background:
    linear-gradient(180deg, rgba(9, 13, 24, 0.94), rgba(5, 8, 16, 0.96)),
    radial-gradient(circle at 20% 12%, rgba(117, 75, 255, 0.24), rgba(117, 75, 255, 0) 54%);
  padding: clamp(16px, 1.9vw, 24px);
  display: grid;
  align-content: start;
  gap: 14px;
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.page-indicator .form-input_change .bt-contact-modal-side::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -22%;
  height: 180px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(135, 88, 255, 0.36), rgba(135, 88, 255, 0) 70%);
  opacity: 0.58;
}

.page-indicator .form-input_change .bt-contact-side-tag {
  margin: 0;
  color: #9f69ff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.page-indicator .form-input_change .bt-contact-side-title {
  margin: 0;
  color: #f3f6fd;
  font-size: clamp(30px, 2.7vw, 56px);
  line-height: 0.98;
  text-transform: uppercase;
}

.page-indicator .form-input_change .bt-contact-side-title span {
  background: linear-gradient(90deg, #7a4fff, #ffab2f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-indicator .form-input_change .bt-contact-side-copy {
  margin: 0;
  color: rgba(209, 219, 235, 0.84);
  font-size: 15px;
  line-height: 1.5;
}

.page-indicator .form-input_change .bt-contact-selected-tariff {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 166, 64, 0.46);
  background: rgba(255, 149, 37, 0.11);
  color: #ffe2be;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.page-indicator .form-input_change .bt-contact-selected-tariff strong {
  color: #ffb867;
  font-weight: 700;
}

.page-indicator .form-input_change .bt-contact-side-status {
  border-radius: 16px;
  border: 1px solid rgba(122, 78, 236, 0.34);
  background: rgba(4, 8, 16, 0.74);
  padding: 14px 12px;
}

.page-indicator .form-input_change .bt-contact-side-status h4 {
  margin: 0 0 10px;
  color: #8c5dff;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-indicator .form-input_change .bt-contact-side-status ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-indicator .form-input_change .bt-contact-side-status li {
  border: 1px solid rgba(121, 83, 211, 0.3);
  background: rgba(7, 11, 20, 0.92);
  border-radius: 10px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.page-indicator .form-input_change .bt-contact-side-status li span {
  color: rgba(174, 188, 213, 0.86);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.page-indicator .form-input_change .bt-contact-side-status li strong {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-indicator .form-input_change .bt-contact-side-status li strong.is-green { color: #26e58a; }
.page-indicator .form-input_change .bt-contact-side-status li strong.is-orange { color: #ffb142; }
.page-indicator .form-input_change .bt-contact-side-status li strong.is-violet { color: #a26bff; }
.page-indicator .form-input_change .bt-contact-side-status li strong.is-cyan { color: #34d6ff; }

.page-indicator .form-input_change .bt-contact-side-note {
  margin: 4px 0 0;
  color: rgba(151, 168, 198, 0.74);
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}

.page-indicator .form-input_change .bt-contact-modal-main {
  border-radius: 22px;
  border: 1px solid rgba(255, 160, 58, 0.22);
  background: linear-gradient(180deg, rgba(8, 11, 22, 0.9), rgba(5, 8, 16, 0.94));
  padding: clamp(12px, 1.4vw, 16px);
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.page-indicator .form-input_change .bt-contact-main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.page-indicator .form-input_change .bt-contact-main-head h3 {
  margin: 0;
  color: #ff9f26;
  font-size: clamp(22px, 2.1vw, 34px);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.page-indicator .form-input_change .bt-contact-fields {
  display: grid;
  gap: 10px;
}

.page-indicator .form-input_change .bt-contact-fields .input-group {
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) !important;
  align-items: stretch;
  border: 1px solid rgba(145, 76, 255, 0.74) !important;
  border-radius: 14px !important;
  background: rgba(5, 9, 18, 0.9) !important;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(170, 101, 255, 0.12);
}

.page-indicator .form-input_change .bt-contact-fields .input-group.input-group-textarea {
  position: relative;
  grid-template-columns: 56px minmax(0, 1fr) !important;
}

.page-indicator .form-input_change .bt-contact-fields .input-group-text {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 0;
  border-right: 1px solid rgba(145, 76, 255, 0.44);
  background: rgba(6, 10, 20, 0.94) !important;
}

.page-indicator .form-input_change .bt-contact-fields .input-group-text svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #9d56ff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-indicator .form-input_change .bt-contact-fields .form-control-question,
.page-indicator .form-input_change .bt-contact-fields .form-control-question-textarea,
.page-indicator .form-input_change .bt-contact-fields .input_form_style {
  min-height: 58px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ecf1fb !important;
  font-size: 17px;
  padding: 16px 16px;
}

.page-indicator .form-input_change .bt-contact-fields .form-control-question::placeholder,
.page-indicator .form-input_change .bt-contact-fields .form-control-question-textarea::placeholder {
  color: rgba(209, 218, 233, 0.72);
  font-size: 17px;
}

.page-indicator .form-input_change .bt-contact-fields .form-control-question-textarea {
  min-height: 180px;
  padding-top: 20px;
  padding-right: 90px;
  resize: vertical;
}

.page-indicator .form-input_change .bt-contact-fields .input-group:focus-within {
  border-color: rgba(189, 122, 255, 0.94) !important;
  box-shadow:
    inset 0 0 0 1px rgba(213, 153, 255, 0.22),
    0 0 0 3px rgba(151, 79, 255, 0.2),
    0 0 18px rgba(151, 79, 255, 0.22) !important;
  transform: none !important;
}

.page-indicator .form-input_change .bt-contact-counter {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: rgba(163, 178, 206, 0.78);
  font-size: 13px;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.page-indicator .form-input_change .bt-contact-submit {
  width: 100% !important;
  min-height: 68px;
  margin: 2px 0 0;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 171, 55, 0.9) !important;
  background: linear-gradient(90deg, #ff9f1f 0%, #ffab24 48%, #ff8d08 100%) !important;
  color: #1d0f04 !important;
  font-size: clamp(20px, 1.6vw, 32px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  box-shadow:
    0 0 24px rgba(255, 151, 39, 0.36),
    inset 0 0 0 1px rgba(255, 227, 158, 0.4);
}

.page-indicator .form-input_change .bt-contact-submit i {
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}

.page-indicator .form-input_change .bt-contact-submit:hover {
  transform: none !important;
  filter: brightness(1.04);
}

.page-indicator .form-input_change .form-check-question {
  width: 100% !important;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-indicator .form-input_change .form-check-question .form-check-input {
  margin-top: 2px;
}

.page-indicator .form-input_change .form-check-question .form-check-label {
  color: rgba(167, 182, 209, 0.86);
  font-size: 14px;
}

.page-indicator .form-input_change .form-check-question .form-check-label a {
  color: #8c5dff;
}

.page-indicator .form-input_change .block_close {
  position: absolute;
  top: 14px;
  right: 14px !important;
  z-index: 6;
}

.page-indicator .form-input_change .block_close_button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(169, 185, 219, 0.34);
  background: rgba(7, 11, 20, 0.88);
}

@media (max-width: 1023px) {
  .page-indicator .form-input_change .bt-contact-modal-layout {
    grid-template-columns: 1fr;
  }

  .page-indicator .form-input_change .bt-contact-modal-side {
    order: 2;
  }

  .page-indicator .form-input_change .bt-contact-modal-main {
    order: 1;
  }

  .page-indicator .form-input_change .bt-contact-submit {
    min-height: 62px;
    font-size: 24px;
  }
}

.page-indicator .bt-academy-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(255, 154, 49, 0.46) !important;
  background: rgba(10, 10, 12, 0.86) !important;
  color: #ffd4a0 !important;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.34),
    0 0 12px rgba(255, 138, 34, 0.15);
  transition:
    transform 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.page-indicator .bt-academy-btn::after {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.92) 0%,
    rgba(255, 205, 132, 0.88) 22%,
    rgba(255, 154, 49, 0.92) 44%,
    rgba(255, 117, 18, 0.9) 68%,
    rgba(255, 193, 108, 0.86) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
  animation: btTagBorderFlow 8s linear infinite;
}

.page-indicator .bt-academy-btn:hover {
  border-color: rgba(255, 175, 86, 0.9) !important;
  background: rgba(10, 10, 12, 0.9) !important;
  color: #ffe2bc !important;
  box-shadow:
    0 16px 34px rgba(255, 129, 35, 0.4),
    0 0 18px rgba(255, 150, 52, 0.32);
  transform: translateY(-2px);
}

body.page-indicator.bt-cursor-enabled,
body.page-indicator.bt-cursor-enabled *:not(input):not(textarea):not(select):not([contenteditable="true"]) {
  cursor: none !important;
}

body.page-indicator.bt-cursor-enabled .form-input_change,
body.page-indicator.bt-cursor-enabled .form-input_change * {
  cursor: auto !important;
}

body.page-indicator.bt-cursor-enabled .form-input_change button,
body.page-indicator.bt-cursor-enabled .form-input_change a,
body.page-indicator.bt-cursor-enabled .form-input_change [role="button"],
body.page-indicator.bt-cursor-enabled .form-input_change .form-check-label {
  cursor: pointer !important;
}

body.page-indicator.bt-modal-open,
body.page-indicator.bt-modal-open * {
  cursor: auto !important;
}

body.page-indicator.bt-cursor-enabled.bt-modal-open *:not(input):not(textarea):not(select):not([contenteditable="true"]) {
  cursor: auto !important;
}

body.page-indicator.bt-modal-open .form-input_change button,
body.page-indicator.bt-modal-open .form-input_change a,
body.page-indicator.bt-modal-open .form-input_change [role="button"],
body.page-indicator.bt-modal-open .form-input_change .form-check-label {
  cursor: pointer !important;
}

body.page-indicator.bt-modal-open .bt-cursor-layer,
body.page-indicator.bt-modal-open .bt-cursor-spotlight {
  opacity: 0 !important;
  visibility: hidden !important;
}

.bt-cursor-spotlight {
  --spot-x: 50vw;
  --spot-y: 50vh;
  --spot-r: 190px;
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 90;
  opacity: 0;
  transition: opacity 120ms linear;
  background:
    radial-gradient(
      circle var(--spot-r) at var(--spot-x) var(--spot-y),
      rgba(255, 138, 0, 0.13) 0%,
      rgba(255, 138, 0, 0.08) 40%,
      rgba(255, 138, 0, 0.03) 55%,
      rgba(255, 138, 0, 0) 75%
    );
  mix-blend-mode: screen;
}

.bt-cursor-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 14000;
}

.bt-cursor-core,
.bt-cursor-glow,
.bt-cursor-trail-dot {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

.bt-cursor-core {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff8a00;
  box-shadow:
    0 0 6px rgba(255, 138, 0, 0.55),
    0 0 10px rgba(255, 138, 0, 0.32);
}

.bt-cursor-glow {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 152, 45, 0.3) 0%,
    rgba(255, 138, 0, 0.16) 35%,
    rgba(255, 138, 0, 0.06) 50%,
    rgba(255, 138, 0, 0) 74%
  );
  filter: blur(1.8px);
}

.bt-cursor-trail-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 138, 0, 0.58);
  box-shadow: 0 0 8px rgba(255, 138, 0, 0.25);
  transition:
    transform 40ms linear,
    opacity var(--dot-life, 180ms) linear;
}

body.page-indicator.bt-cursor-enabled .bt-cursor-btn-hover {
  border-color: rgba(255, 180, 96, 0.9) !important;
  box-shadow:
    0 0 0 1px rgba(255, 177, 90, 0.24),
    0 0 24px rgba(255, 138, 0, 0.34),
    0 12px 26px rgba(0, 0, 0, 0.35) !important;
}

body.page-indicator.bt-cursor-enabled .bt-topbar-link.bt-cursor-btn-hover {
  border-color: transparent !important;
  box-shadow: none !important;
}

body.page-indicator.bt-cursor-enabled .bt-cursor-card-hover {
  border-color: rgba(255, 180, 98, 0.82) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 172, 83, 0.19),
    0 12px 24px rgba(0, 0, 0, 0.38),
    0 0 18px rgba(255, 138, 0, 0.16) !important;
}

body.page-indicator.bt-cursor-enabled .tariff-card.bt-cursor-card-hover {
  border-color: rgba(var(--tariff-rgb), 0.86) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 233, 198, 0.12),
    0 0 0 1px rgba(var(--tariff-rgb), 0.44),
    0 0 44px rgba(var(--tariff-rgb), 0.46),
    0 26px 46px rgba(0, 0, 0, 0.46) !important;
}

body.page-indicator.bt-cursor-enabled .bt-cursor-chart-hover {
  outline: 1px solid rgba(83, 194, 255, 0.22);
  outline-offset: -1px;
}

@media (max-width: 1023px), (hover: none), (pointer: coarse) {
  .bt-cursor-layer,
  .bt-cursor-spotlight {
    display: none !important;
  }

  body.page-indicator.bt-cursor-enabled,
  body.page-indicator.bt-cursor-enabled * {
    cursor: auto !important;
  }
}
