.home-doc-area {
  --home-accent: var(--main-color);
  --home-accent-2: #8b63ff;
  --home-ink: #181427;
  --home-muted: #655d7c;
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
  background:
    radial-gradient(
      circle at top center,
      rgba(255, 2, 104, 0.18),
      transparent 30%
    ),
    radial-gradient(circle at 14% 8%, rgba(94, 53, 177, 0.28), transparent 26%),
    radial-gradient(
      circle at 86% 12%,
      rgba(190, 99, 249, 0.14),
      transparent 24%
    ),
    linear-gradient(180deg, #0d0821 0%, #070511 100%);
}

.home-doc-area .container {
  position: relative;
  z-index: 1;
}

.home-doc-title {
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 54px;
  color: #f5efff;
}

.home-doc-title .title {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3.55rem);
  line-height: 1.08;
}

.home-doc-title p {
  max-width: 740px;
  margin: 0 auto;
  color: rgba(241, 234, 255, 0.82);
  font-size: 1.03rem;
  line-height: 1.8;
}

.home-doc-title::after {
  content: "";
  display: block;
  width: 118px;
  height: 4px;
  margin: 28px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--home-accent), var(--home-accent-2));
}

.home-doc-section {
  --band-fg: #231a3a;
  --band-muted: #625b7a;
  --band-line: rgba(94, 53, 177, 0.16);
  --band-soft: rgba(255, 255, 255, 0.72);
  --band-card: rgba(255, 255, 255, 0.78);
  --band-accent: var(--home-accent);
  --band-accent-2: var(--home-accent-2);
  position: relative;
  padding: 88px 0;
  overflow: hidden;
}

.home-doc-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-doc-section > .container {
  position: relative;
  z-index: 1;
}

.home-band-intro {
  --band-fg: #241b3d;
  --band-muted: #5f5878;
  --band-line: rgba(94, 53, 177, 0.18);
  --band-soft: rgba(255, 255, 255, 0.78);
  --band-card: rgba(255, 255, 255, 0.84);
  --band-accent: var(--main-color);
  --band-accent-2: var(--main-color-2);
}

.home-band-intro::before {
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 2, 104, 0.1),
      transparent 30%
    ),
    radial-gradient(
      circle at 18% 24%,
      rgba(94, 53, 177, 0.12),
      transparent 26%
    ),
    linear-gradient(135deg, #fffaff 0%, #f3edff 52%, #ece4ff 100%);
}

.home-band-install {
  --band-fg: #fbf7ff;
  --band-muted: rgba(238, 232, 255, 0.82);
  --band-line: rgba(255, 255, 255, 0.14);
  --band-soft: rgba(255, 255, 255, 0.08);
  --band-card: rgba(255, 255, 255, 0.06);
  --band-accent: #ff4c9c;
  --band-accent-2: #9a74ff;
}

.home-band-install::before {
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 2, 104, 0.18),
      transparent 34%
    ),
    radial-gradient(
      circle at 84% 24%,
      rgba(94, 53, 177, 0.22),
      transparent 28%
    ),
    linear-gradient(135deg, #10081f 0%, #241047 55%, #161427 100%);
}

.home-band-apps {
  --band-fg: #241b3c;
  --band-muted: #625b79;
  --band-line: rgba(94, 53, 177, 0.15);
  --band-soft: rgba(255, 255, 255, 0.74);
  --band-card: rgba(255, 255, 255, 0.82);
  --band-accent: var(--main-color-2);
  --band-accent-2: var(--main-color);
}

.home-band-apps::before {
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(255, 2, 104, 0.08),
      transparent 26%
    ),
    radial-gradient(
      circle at 86% 18%,
      rgba(94, 53, 177, 0.12),
      transparent 24%
    ),
    linear-gradient(180deg, #fff9ff 0%, #f2ebff 100%);
}

.home-band-guide {
  --band-fg: #fff7ff;
  --band-muted: rgba(239, 232, 255, 0.82);
  --band-line: rgba(255, 255, 255, 0.14);
  --band-soft: rgba(255, 255, 255, 0.07);
  --band-card: rgba(255, 255, 255, 0.06);
  --band-accent: #ff58a6;
  --band-accent-2: #8b63ff;
}

.home-band-guide::before {
  background:
    radial-gradient(
      circle at 84% 18%,
      rgba(255, 2, 104, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 18% 80%,
      rgba(94, 53, 177, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #120a22 0%, #311454 42%, #141223 100%);
}

.home-band-tips {
  --band-fg: #241b3d;
  --band-muted: #635c7b;
  --band-line: rgba(94, 53, 177, 0.15);
  --band-soft: rgba(255, 255, 255, 0.76);
  --band-card: rgba(255, 255, 255, 0.84);
  --band-accent: var(--main-color);
  --band-accent-2: #7760ff;
}

.home-band-tips::before {
  background:
    radial-gradient(
      circle at top center,
      rgba(255, 2, 104, 0.1),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 16%,
      rgba(94, 53, 177, 0.11),
      transparent 24%
    ),
    linear-gradient(135deg, #fff9fd 0%, #f9effb 46%, #eee9ff 100%);
}

.home-band-compare {
  --band-fg: #fff7ff;
  --band-muted: rgba(239, 232, 255, 0.82);
  --band-line: rgba(255, 255, 255, 0.14);
  --band-soft: rgba(255, 255, 255, 0.08);
  --band-card: rgba(255, 255, 255, 0.06);
  --band-accent: #ff63ad;
  --band-accent-2: #8c68ff;
}

.home-band-compare::before {
  background:
    radial-gradient(
      circle at 20% 22%,
      rgba(255, 2, 104, 0.16),
      transparent 28%
    ),
    radial-gradient(circle at 78% 18%, rgba(94, 53, 177, 0.2), transparent 26%),
    linear-gradient(135deg, #11081f 0%, #2d1248 56%, #151224 100%);
}

.home-band-faq {
  --band-fg: #231a3a;
  --band-muted: #615a79;
  --band-line: rgba(94, 53, 177, 0.15);
  --band-soft: rgba(255, 255, 255, 0.78);
  --band-card: rgba(255, 255, 255, 0.86);
  --band-accent: var(--main-color-2);
  --band-accent-2: var(--main-color);
}

.home-band-faq::before {
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 2, 104, 0.09),
      transparent 25%
    ),
    radial-gradient(
      circle at 12% 20%,
      rgba(94, 53, 177, 0.12),
      transparent 24%
    ),
    linear-gradient(180deg, #fffafe 0%, #f3eeff 100%);
}

.home-doc-section .section-title {
  margin-bottom: 42px;
}

.home-doc-section .section-title .title,
.home-doc-heading,
.home-doc-section h2,
.home-doc-section h3,
.home-doc-section h4,
.home-doc-section strong {
  color: var(--band-fg);
}

.home-doc-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 16px;
  border: 1px solid var(--band-line);
  border-radius: 999px;
  background: var(--band-soft);
  color: var(--band-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
}

.home-doc-heading {
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  line-height: 1.16;
}

.home-doc-section p,
.home-doc-section li,
.home-doc-section td,
.home-doc-section th,
.home-inline-note,
.home-doc-disclaimer {
  color: var(--band-muted);
}

.home-doc-section p:last-child {
  margin-bottom: 0;
}

.home-doc-section .section-title p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.02rem;
  line-height: 1.8;
}

.home-doc-panel {
  position: relative;
  height: 100%;
  padding-top: 24px;
}

.home-doc-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(180px, 40%);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--band-accent),
    rgba(255, 255, 255, 0)
  );
}

.home-doc-list {
  padding-left: 1.35rem;
}

.home-doc-list li::marker {
  color: var(--band-accent);
}

.home-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid var(--band-line);
  border-radius: 28px;
  background: var(--band-card);
  overflow: hidden;
}

.home-metric-card {
  padding: 20px 18px;
}

.home-metric-card + .home-metric-card {
  border-left: 1px solid var(--band-line);
}

.home-metric-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--band-accent);
  font-size: 1.85rem;
  line-height: 1;
}

.home-metric-card span {
  display: block;
  color: var(--band-muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.home-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  padding: 0 22px;
  border: 1px solid var(--band-line);
  border-radius: 28px;
  background: var(--band-card);
}

.home-fact-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--band-line);
}

.home-fact-row span {
  color: var(--band-muted);
  font-weight: 600;
}

.home-fact-row strong {
  flex-shrink: 0;
  max-width: 58%;
  text-align: right;
  font-size: 1rem;
}

.home-step-list {
  margin-bottom: 28px;
}

.home-step-list > [class*="col-"],
.home-category-stack > [class*="col-"],
.home-faq-stack > [class*="col-"] {
  display: flex;
}

.home-step-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px 20px;
  border: 1px solid var(--band-line);
  border-radius: 24px;
  background: var(--band-card);
  width: 100%;
}

.home-step-num {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--band-accent) 0%,
    var(--band-accent-2) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
}

.home-step-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.home-step-item p {
  margin-bottom: 0;
}

.home-ordered-list {
  margin: 0;
  padding: 0;
  counter-reset: home-order;
}

.home-ordered-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 56px;
  list-style: none;
}

.home-ordered-list li:last-child {
  margin-bottom: 0;
}

.home-ordered-list li::before {
  content: counter(home-order, decimal-leading-zero);
  counter-increment: home-order;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--band-accent);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-payment-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 18px;
}

.home-payment-strip span {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--band-line);
  background: var(--band-soft);
  color: var(--band-fg);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.home-note,
.home-referral-box {
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid var(--band-line);
  border-radius: 24px;
  background: var(--band-card);
}

.home-note strong,
.home-referral-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.home-note-alert {
  background: linear-gradient(
    135deg,
    rgba(255, 2, 104, 0.08),
    var(--band-card)
  );
}

.home-app-showcase {
  display: grid;
  gap: 18px;
  margin-bottom: 38px;
}

.home-app-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--band-line);
  border-radius: 28px;
  background: var(--band-card);
}

.home-app-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid var(--band-line);
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(255, 255, 255, 0.72),
      transparent 24%
    ),
    linear-gradient(135deg, rgba(255, 2, 104, 0.16), rgba(94, 53, 177, 0.24));
}

.home-app-card h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.home-app-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--band-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-doc-panel .table-responsive {
  border-radius: 26px;
  overflow: hidden;
}

.home-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--band-line);
  border-radius: 26px;
  overflow: hidden;
  background: var(--band-card);
}

.home-table thead th {
  padding: 16px 18px;
  background: var(--band-soft);
  border-bottom: 1px solid var(--band-line);
  color: var(--band-fg);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-table tbody td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--band-line);
  background: transparent;
  vertical-align: top;
}

.home-table tbody tr:nth-child(even) td {
  background: var(--band-soft);
}

.home-table tbody tr:last-child td {
  border-bottom: 0;
}

.home-table tbody td:first-child {
  color: var(--band-fg);
  font-weight: 700;
}

.home-table-compact thead th,
.home-table-compact tbody td {
  padding-top: 13px;
  padding-bottom: 13px;
}

.home-category-card,
.home-tip-column {
  padding: 22px 22px 10px;
  border: 1px solid var(--band-line);
  border-radius: 24px;
  background: var(--band-card);
  width: 100%;
}

.home-category-card .h3-title,
.home-tip-column .h3-title {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 14px;
  color: var(--main-color);
  font-size: 1.5rem;
  line-height: 1.3833333333;
}

.home-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
}

.home-chip-cloud span {
  display: inline-flex;
  align-items: center;
  padding: 3px 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  color: var(--band-muted);
  font-weight: 600;
	font-size: 13px;
  line-height: 1.35;
}

.home-visual-panel {
  padding-top: 0;
}

.home-visual-panel::before {
  display: none;
}

.home-visual-placeholder {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid var(--band-line);
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(255, 2, 104, 0.12),
      transparent 22%
    ),
    radial-gradient(
      circle at 82% 30%,
      rgba(94, 53, 177, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, var(--band-card), var(--band-soft));
  display: grid;
  place-items: center;
}

.home-visual-placeholder img {
  width: 100%;
  max-width: 420px;
  opacity: 0.2;
  filter: grayscale(1);
}

.home-app-ranking-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 22px 18px 16px;
  border: 1px solid rgba(185, 193, 255, 0.38);
  border-radius: 16px;
  background: #f8f5ff;
  text-align: center;
}

.home-app-ranking-card.is-top-pick {
  border-color: rgba(255, 65, 108, 0.7);
}

.home-app-ranking-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ee204d 0%, #a90f2d 100%);
  color: #fff3b2;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.home-app-ranking-badge i {
  color: #ffd34d;
  font-size: 0.8rem;
}

.home-app-ranking-mark {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 14px;
  border-radius: 18px;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.home-app-ranking-mark.mark-tm {
  background: linear-gradient(180deg, #d30d2f 0%, #9f001a 100%);
}

.home-app-ranking-mark.mark-ts {
  background: linear-gradient(180deg, #f0268b 0%, #c60f62 100%);
}

.home-app-ranking-mark.mark-sk {
  background: linear-gradient(180deg, #7b2cc3 0%, #5a1798 100%);
}

.home-app-ranking-mark.mark-td {
  background: linear-gradient(180deg, #168fd9 0%, #0f66af 100%);
}

.home-app-ranking-mark.mark-tg {
  background: linear-gradient(180deg, #ff9a12 0%, #f56a00 100%);
}

.home-app-ranking-mark.mark-te {
  background: linear-gradient(180deg, #1f8351 0%, #176640 100%);
}

.home-app-ranking-mark.mark-tj {
  background: linear-gradient(180deg, #0f8f98 0%, #0a6f7b 100%);
}

.home-app-ranking-mark.mark-tl {
  background: linear-gradient(180deg, #425b6e 0%, #2e4454 100%);
}

.home-app-ranking-name {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 10px;
  border: 1px solid #f2c14c;
  border-radius: 8px;
  background: rgb(255, 244, 207);
  color: #8a5300;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-app-ranking-meta {
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.home-app-ranking-meta li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #707186;
  font-size: 1rem;
  line-height: 1.3;
}

.home-app-ranking-meta li:last-child {
  margin-bottom: 0;
}

.home-app-ranking-meta li i {
  font-size: 0.92rem;
}

.home-app-ranking-meta .downloads i {
  color: #6a7cf6;
}

.home-app-ranking-meta .bonus,
.home-app-ranking-meta .bonus i {
  color: #18985b;
  font-weight: 700;
}

.home-app-ranking-meta .rating,
.home-app-ranking-meta .rating i {
  color: #f0ab13;
  font-weight: 700;
}

.home-app-ranking-btn {
  width: 100%;
  height: 42px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 42px;
}

.home-deposit-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 60px;
  padding: 14px 18px;
  border: 1px solid rgba(185, 193, 255, 0.45);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
}

.home-deposit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #5966d7;
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}

.home-deposit-icon.icon-bank {
  color: #8b7a9f;
}

.home-deposit-icon.icon-wallet {
  color: #ef4d86;
}

.home-deposit-icon.icon-card {
  color: #2791d7;
}

.home-deposit-icon.icon-lock {
  color: #f0a536;
}

.home-deposit-label {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid #f2c14c;
  border-radius: 8px;
  background: #fff4cf;
  color: #8a5300;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-deposit-text {
  color: #1f2540;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
}

.home-insight-card {
  width: 100%;
  padding: 20px 18px 14px;
  border: 1px solid rgba(185, 193, 255, 0.45);
  border-radius: 18px;
  background: rgba(248, 245, 255, 0.84);
}

.home-insight-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #b0142f;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-insight-card-title i {
  font-size: 1rem;
  line-height: 1;
}

.home-insight-card-title.title-play i {
  color: #f2872e;
}

.home-insight-card-title.title-games i {
  color: #e38daf;
}

.home-insight-card-title.title-security i {
  color: #f0a536;
}

.home-insight-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-insight-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 22px;
  color: #374163;
  font-size: 0.98rem;
  line-height: 1.55;
}

.home-insight-list li:last-child {
  margin-bottom: 0;
}

.home-insight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #d61237;
  transform: translateY(-50%);
}

.home-insight-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border: 1px solid #f2c14c;
  border-radius: 6px;
  background: #fff4cf;
  color: #8a5300;
  font-weight: 700;
  line-height: 1.35;
}

.home-referral-step-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 160px;
  padding: 34px 18px 20px;
  border: 1px solid rgba(185, 193, 255, 0.45);
  border-radius: 18px;
  background: rgba(248, 245, 255, 0.84);
  text-align: center;
}

.home-referral-step-num {
  position: absolute;
  top: 16px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffb22f 0%, #f59f0a 100%);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  transform: translateX(-50%);
}

.home-referral-step-card p {
  margin: 0;
  color: #374163;
  font-size: 0.98rem;
  line-height: 1.65;
}

#SafeInfo {
  margin-top: 10px;
}

#SafeInfo > [class*="col-"] {
  display: flex;
}

.safe-info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 64px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.safe-info-item p {
  margin: 0;
  flex-shrink: 0;
}

.safe-info-item img {
  display: block;
}

.safe-info-item span {
  display: block;
  margin-top: 0;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.home-faq-item {
  padding: 18px 22px 10px;
  border: 1px solid var(--band-line);
  border-radius: 22px;
  background: var(--band-card);
  width: 100%;
}

.home-faq-item summary {
  position: relative;
  padding: 0 44px 14px 0;
  list-style: none;
  cursor: pointer;
  color: var(--band-fg);
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.45;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--band-line);
  border-radius: 50%;
  background: var(--band-soft);
  color: var(--band-accent);
  font-size: 1.25rem;
  line-height: 1;
}

.home-faq-item[open] summary::after {
  content: "-";
  border-color: transparent;
  background: linear-gradient(135deg, var(--band-accent), var(--band-accent-2));
  color: #fff;
}

.home-faq-item p {
  margin: 0 42px 6px 0;
}

.home-doc-disclaimer {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--band-line);
  font-size: 0.96rem;
  line-height: 1.75;
}

@media (min-width: 1200px) {
  .home-band-apps .home-doc-panel,
  .home-band-intro .home-doc-panel,
  .home-band-guide .home-doc-panel,
  .home-band-faq .home-doc-panel {
    padding-right: 18px;
  }
}

@media (max-width: 1199.98px) {
  .home-doc-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
  .home-doc-area {
    padding-top: 78px !important;
  }

  .home-doc-title {
    padding-bottom: 42px;
  }

  .home-doc-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-metric-grid,
  .home-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-app-card {
    grid-template-columns: 104px 1fr;
    gap: 18px;
  }

  .home-deposit-card {
    min-height: 56px;
  }
}

@media (max-width: 767.98px) {
  .home-doc-title .title {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .home-doc-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-doc-section .section-title,
  .home-app-showcase {
    margin-bottom: 30px;
  }

  .home-metric-grid,
  .home-fact-grid {
    grid-template-columns: 1fr;
  }

  .home-metric-card + .home-metric-card {
    border-left: 0;
    border-top: 1px solid var(--band-line);
  }

  .home-app-card {
    grid-template-columns: 92px 1fr;
    align-items: start;
  }

  .home-app-card h3 {
    font-size: 1.4rem;
  }

  .home-visual-placeholder {
    min-height: 240px;
    border-radius: 26px;
  }

  .home-app-ranking-card {
    padding: 20px 16px 14px;
  }

  .home-app-ranking-name {
    font-size: 1.02rem;
  }

  .home-deposit-card {
    gap: 12px;
    padding: 13px 15px;
  }

  .home-deposit-text {
    font-size: 0.94rem;
  }

  .home-insight-card {
    padding: 18px 16px 12px;
  }

  .home-insight-card-title {
    font-size: 1.08rem;
  }

  .home-insight-list li {
    font-size: 0.94rem;
  }

  .home-referral-step-card {
    min-height: 148px;
    padding: 32px 16px 18px;
  }

  .home-referral-step-card p {
    font-size: 0.94rem;
  }

  .safe-info-item {
    min-height: 60px;
    padding: 11px 14px;
  }

  .safe-info-item span {
    font-size: 0.92rem;
  }

  .home-faq-item summary {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .home-doc-title p,
  .home-doc-section .section-title p,
  .home-doc-section p,
  .home-doc-section li,
  .home-doc-section td {
    font-size: 0.98rem;
  }

  .home-doc-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .home-doc-panel {
    padding-top: 20px;
  }

  .home-step-item {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .home-step-num {
    width: 42px;
    height: 42px;
    font-size: 0.92rem;
  }

  .home-payment-strip {
    gap: 10px;
  }

  .home-payment-strip span {
    padding: 9px 14px;
    font-size: 0.84rem;
  }

  .home-note,
  .home-referral-box {
    padding: 18px;
    border-radius: 20px;
  }

  .home-app-card {
    grid-template-columns: 1fr;
  }

  .home-app-card-media img {
    max-width: 108px;
  }

  .home-table thead th,
  .home-table tbody td {
    padding: 14px 12px;
    font-size: 0.93rem;
  }

  .home-faq-item summary {
    padding-right: 38px;
  }

  .home-faq-item p {
    margin-right: 0;
  }
}
