.basketoyna-faq-page {
  background:
    radial-gradient(circle at top, rgba(249, 115, 22, 0.08), transparent 24%),
    linear-gradient(180deg, #030507 0%, #05080c 46%, #06090d 100%);
}

.basketoyna-faq-page .basketoyna-navbar,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"],
.basketoyna-faq-page .basketoyna-navbar.is-scrolled,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"].is-scrolled {
  padding-top: 0;
}

.basketoyna-faq-page .basketoyna-navbar__shell,
.basketoyna-faq-page .basketoyna-navbar.is-scrolled .basketoyna-navbar__shell,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__shell {
  min-height: 74px;
  padding: 0 20px;
  border-color: rgba(15, 23, 42, 0.08);
  border-right: none;
  border-left: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px) saturate(120%);
}

.basketoyna-faq-page .basketoyna-navbar__shell::before,
.basketoyna-faq-page .basketoyna-navbar__shell::after,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__shell::before,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__shell::after {
  opacity: 0;
}

.basketoyna-faq-page .basketoyna-navbar__brand-logo--hero,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__brand-logo--hero {
  opacity: 0;
}

.basketoyna-faq-page .basketoyna-navbar__brand-logo--scrolled,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__brand-logo--scrolled {
  opacity: 1;
}

.basketoyna-faq-page .basketoyna-navbar__nav,
.basketoyna-faq-page .basketoyna-navbar.is-scrolled .basketoyna-navbar__nav,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__nav {
  border-color: rgba(0, 0, 0, 0.36);
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 0 0 1px rgba(0, 0, 0, 0.06);
}

.basketoyna-faq-page .basketoyna-navbar__link,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__link {
  color: #182436;
}

.basketoyna-faq-page .basketoyna-navbar__link:hover,
.basketoyna-faq-page .basketoyna-navbar__link:focus,
.basketoyna-faq-page .basketoyna-navbar__link.is-active,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__link:hover,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__link:focus,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__link.is-active {
  color: #ff8a1f;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.basketoyna-faq-page .basketoyna-navbar__login,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__login {
  border-color: rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  color: #182436;
}

.basketoyna-faq-page .basketoyna-navbar__toggle,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__toggle {
  border-color: rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.basketoyna-faq-page .basketoyna-navbar__toggle-lines span,
.basketoyna-faq-page .basketoyna-navbar[data-basketoyna-navbar-mode="overlay"]:not(.is-scrolled) .basketoyna-navbar__toggle-lines span {
  background: #182436;
}

.basketoyna-faq-mobile {
  position: relative;
  min-height: 100vh;
  padding: 132px 0 88px;
}

.basketoyna-faq-mobile::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.3;
}

.basketoyna-faq-mobile .auto-container {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.basketoyna-faq-mobile__hero {
  margin-bottom: 24px;
}

.basketoyna-faq-mobile__hero-shell,
.basketoyna-faq-mobile__shell {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(6, 9, 13, 0.86);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.basketoyna-faq-mobile__hero-shell {
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.basketoyna-faq-mobile__hero-shell::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -110px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.2) 0%, rgba(249, 115, 22, 0) 72%);
  pointer-events: none;
}

.basketoyna-faq-mobile__hero-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 42%);
}

.basketoyna-faq-mobile__hero-shell > * {
  position: relative;
  z-index: 1;
}

.basketoyna-faq-mobile__eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.basketoyna-faq-mobile__shell {
  padding: 18px;
}

.basketoyna-faq-mobile__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.08);
  color: #ffb36e;
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.basketoyna-faq-mobile__eyebrow-note {
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.basketoyna-faq-mobile__title {
  max-width: 620px;
  margin: 18px 0 0;
  color: #f8fafc;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(38px, 6vw, 62px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.basketoyna-faq-mobile__text {
  margin: 18px 0 0;
  max-width: 590px;
  color: #b7c3d3;
  font-size: 15px;
  line-height: 1.8;
}

.basketoyna-faq-mobile__summary {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.basketoyna-faq-mobile__summary-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 118px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.basketoyna-faq-mobile__summary-card--accent {
  background:
    linear-gradient(180deg, rgba(249, 115, 22, 0.16) 0%, rgba(249, 115, 22, 0.06) 100%),
    rgba(255, 255, 255, 0.03);
  border-color: rgba(249, 115, 22, 0.18);
}

.basketoyna-faq-mobile__summary-card strong {
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 0.95;
}

.basketoyna-faq-mobile__summary-card span {
  color: #f8fafc;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.basketoyna-faq-mobile__summary-card small {
  color: #9fb0c4;
  font-size: 13px;
  line-height: 1.6;
}

.basketoyna-faq-mobile__summary-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.basketoyna-faq-mobile__summary-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.basketoyna-faq-mobile__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.basketoyna-faq-mobile__pill,
.basketoyna-faq-mobile__back-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.basketoyna-faq-mobile__pill {
  border: 1px solid rgba(249, 115, 22, 0.22);
  background: rgba(249, 115, 22, 0.1);
  color: #ffb36e;
}

.basketoyna-faq-mobile__back-link {
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
}

.basketoyna-faq-mobile__back-link:hover,
.basketoyna-faq-mobile__back-link:focus {
  color: #ffffff;
  border-color: rgba(249, 115, 22, 0.32);
  background: rgba(249, 115, 22, 0.1);
  box-shadow: 0 14px 32px rgba(249, 115, 22, 0.16);
  transform: translateY(-1px);
}

.basketoyna-faq-mobile__list {
  display: grid;
  gap: 12px;
}

.basketoyna-faq-mobile__item {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.015) 100%),
    rgba(7, 10, 14, 0.92);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.basketoyna-faq-mobile__item:hover {
  transform: translateY(-2px);
  border-color: rgba(249, 115, 22, 0.22);
  box-shadow: 0 20px 44px rgba(2, 6, 23, 0.26);
}

.basketoyna-faq-mobile__item.is-open {
  border-color: rgba(249, 115, 22, 0.24);
  box-shadow: 0 20px 48px rgba(249, 115, 22, 0.12);
}

.basketoyna-faq-mobile__trigger {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border: 0;
  border-radius: 22px;
  background: transparent;
  text-align: left;
}

.basketoyna-faq-mobile__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffb36e;
}

.basketoyna-faq-mobile__icon svg,
.basketoyna-faq-mobile__chevron svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.basketoyna-faq-mobile__copy {
  min-width: 0;
}

.basketoyna-faq-mobile__question {
  display: block;
  color: #f8fafc;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.basketoyna-faq-mobile__detail-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.basketoyna-faq-mobile__tag,
.basketoyna-faq-mobile__category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.basketoyna-faq-mobile__tag {
  background: rgba(249, 115, 22, 0.12);
  color: #ffb36e;
}

.basketoyna-faq-mobile__category {
  background: rgba(148, 163, 184, 0.12);
  color: #cbd5e1;
}

.basketoyna-faq-mobile__chevron {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  transition:
    transform 0.22s ease,
    color 0.18s ease;
}

.basketoyna-faq-mobile__item.is-open .basketoyna-faq-mobile__chevron {
  color: #ffb36e;
  transform: rotate(180deg);
}

.basketoyna-faq-mobile__panel {
  overflow: hidden;
}

.basketoyna-faq-mobile__answer {
  padding: 0 18px 18px 76px;
}

.basketoyna-faq-mobile__answer p {
  margin: 0;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.82;
}

@media (max-width: 767.98px) {
  .basketoyna-faq-mobile {
    padding: 104px 0 64px;
  }

  .basketoyna-faq-mobile .auto-container {
    padding: 0 16px;
  }

  .basketoyna-faq-mobile__hero-shell {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .basketoyna-faq-mobile__shell {
    padding: 14px;
    border-radius: 24px;
  }

  .basketoyna-faq-mobile__title {
    font-size: 42px;
  }

  .basketoyna-faq-mobile__text {
    font-size: 14px;
    line-height: 1.72;
  }

  .basketoyna-faq-mobile__summary {
    grid-template-columns: 1fr;
  }

  .basketoyna-faq-mobile__summary-card {
    min-height: auto;
  }

  .basketoyna-faq-mobile__summary-card strong {
    font-size: 38px;
  }

  .basketoyna-faq-mobile__trigger {
    grid-template-columns: 44px 1fr 28px;
    gap: 12px;
    padding: 16px;
  }

  .basketoyna-faq-mobile__question {
    font-size: 16px;
  }

  .basketoyna-faq-mobile__answer {
    padding: 0 16px 16px 16px;
  }

  .basketoyna-faq-mobile__chevron {
    width: 28px;
    height: 28px;
    margin-top: 4px;
  }
}
