/* ==========================================================================
   Help centre — "bailrbet-help-centre" (1440) / "bailrbet-help-centre-mobile" (390)
   ========================================================================== */

/* Support search desk ------------------------------------------------------ */
.hc-hero { background: var(--navy-3); border-bottom: 1px solid var(--line); padding: 32px 0 31px; }
.hc-hero__inner { display: flex; flex-direction: column; gap: 24px; }
.hc-hero__editorial { display: flex; flex-direction: column; gap: 12px; }
.hc-crumbs { display: flex; align-items: center; gap: 6px; font-size: 11px; line-height: 14px; font-weight: 900; }
.hc-crumbs__a { color: var(--blue); }
.hc-crumbs__sep { font-weight: 500; color: var(--ink-4); }
.hc-crumbs__b { color: var(--yellow); }
.hc-hero__title { font-family: var(--font-display); font-weight: 900; font-size: 44px; line-height: 53px; color: var(--white); }
.hc-hero__text { font-size: 14px; line-height: 20px; color: var(--ink-4); }
.hc-hero__search { display: flex; flex-direction: column; gap: 24px; }

.hc-search { display: flex; align-items: center; gap: 12px; background: var(--white); border-radius: 6px; padding: 14px 16px; transition: box-shadow var(--t); }
.hc-search:focus-within { box-shadow: 0 0 0 2px var(--blue); }
.hc-search__icon { display: flex; flex: none; color: var(--blue); }
.hc-search__icon svg { width: 18px; height: 18px; }
.hc-search.is-busy .hc-search__icon { animation: hc-pulse 1s ease-in-out infinite; }
@keyframes hc-pulse { 50% { opacity: .4; } }
.hc-search__input { flex: 1 1 auto; min-width: 0; padding: 0; background: none; border: 0; outline: 0; -webkit-appearance: none; appearance: none; font-size: 14px; line-height: 18px; color: var(--ink); text-overflow: ellipsis; }
.hc-search__input::placeholder { color: var(--ink-2); }
.hc-search__input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }

.hc-shortcuts { display: flex; flex-direction: column; gap: 12px; }
.hc-shortcuts__label { font-size: 11px; line-height: 14px; font-weight: 700; color: var(--ink-4); }
.hc-chips { gap: 8px; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scroll-padding-inline: var(--gutter); }
.hc-chip { display: inline-flex; align-items: center; height: 30px; padding: 0 13px; border: 1px solid var(--line-2); border-radius: 20px; background: var(--navy-2); color: var(--white); font-size: 11px; line-height: 14px; font-weight: 700; white-space: nowrap; transition: background-color var(--t), border-color var(--t), color var(--t); }
.hc-chip:hover { border-color: var(--blue); }
.hc-chip.is-active { background: var(--blue); border-color: var(--blue); }

@media (min-width: 1024px) {
  .hc-hero { border-bottom-color: var(--line-2); padding: 64px 0 63px; }
  .hc-hero__inner { flex-direction: row; align-items: center; gap: 64px; }
  .hc-hero__editorial { flex: 0 1 500px; min-width: 0; gap: 16px; }
  .hc-crumbs { gap: 8px; font-weight: 800; }
  .hc-hero__title { font-size: 56px; line-height: 67px; }
  .hc-hero__text { font-size: 15px; line-height: 22px; }
  .hc-hero__search { flex: 1 1 auto; min-width: 0; gap: 20px; }
  .hc-search { gap: 16px; padding: 16px 24px; border-radius: 8px; box-shadow: 0 8px 24px rgba(0, 71, 255, .15); }
  .hc-search:focus-within { box-shadow: 0 8px 24px rgba(0, 71, 255, .15), 0 0 0 2px var(--blue); }
  .hc-search__icon svg { width: 20px; height: 20px; }
  .hc-search__input { font-size: 16px; line-height: 21px; }
  .hc-shortcuts { gap: 8px; }
  .hc-chips { flex-wrap: wrap; row-gap: 8px; overflow: visible; margin-inline: 0; padding-inline: 0; }
  .hc-chip { padding: 0 15px; }
}

/* Two-pane support workspace ---------------------------------------------- */
.hc-work { background: var(--cream); color: var(--ink); padding: 32px 0 0; }
.hc-work__inner { display: flex; flex-direction: column; }

.hc-topic { display: flex; flex-direction: column; gap: 20px; }
.hc-topic__head { display: flex; flex-direction: column; gap: 8px; }
.hc-topic__kicker { display: flex; align-items: center; gap: 6px; font-size: 11px; line-height: 14px; font-weight: 800; }
.hc-topic__kicker-a { color: var(--blue); }
.hc-topic__dot { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); flex: none; }
.hc-topic__kicker-b { color: var(--ink-2); }
.hc-topic__title { font-family: var(--font-display); font-weight: 900; font-size: 36px; line-height: 43px; color: var(--navy); }
.hc-topic__desc { font-size: 13px; line-height: 18px; color: var(--ink-2); }

.hc-list { display: flex; flex-direction: column; gap: 1px; background: var(--line-light); border-radius: 6px; overflow: hidden; }
.hc-q { display: flex; align-items: center; gap: 0; background: var(--white); padding: 14px 14px 14px 10px; border-left: 4px solid transparent; transition: background-color var(--t), border-color var(--t); }
.hc-q__num { flex: none; width: 20px; margin-right: 12px; font-family: var(--font-display); font-weight: 800; font-size: 16px; line-height: 19px; color: var(--ink-2); }
.hc-q__text { flex: 1 1 auto; min-width: 0; font-size: 13px; line-height: 17px; font-weight: 500; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hc-q__arrow { flex: none; display: flex; align-items: center; color: var(--ink-2); transition: transform var(--t); }
.hc-q:hover .hc-q__arrow { transform: translateX(2px); }
.hc-q.is-active { background: var(--white); border-left-color: var(--blue); }
.hc-q.is-active .hc-q__num, .hc-q.is-active .hc-q__arrow { color: var(--blue); }
.hc-q.is-active .hc-q__text { color: var(--blue); font-weight: 700; }

.hc-article { margin-top: 24px; margin-inline: calc(-1 * var(--gutter)); }
.hc-article.is-switching .hc-article__body { animation: hc-fade .3s var(--ease); }
@keyframes hc-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.hc-article__body { display: flex; flex-direction: column; gap: 20px; background: var(--white); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); padding: 31px var(--gutter); }
.hc-article__head { display: flex; flex-direction: column; gap: 20px; padding-bottom: 19px; border-bottom: 1px solid var(--line-light); }
.hc-article__crumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 11px; line-height: 14px; font-weight: 600; color: var(--ink-2); }
.hc-article__sep { font-weight: 400; }
.hc-article__cur { color: var(--blue); }
.hc-article__title { font-family: var(--font-display); font-weight: 900; font-size: 32px; line-height: 38px; color: var(--navy); }

.hc-steps { display: flex; flex-direction: column; gap: 20px; }
.hc-step { display: flex; align-items: flex-start; gap: 16px; }
.hc-step:not(:last-child) { min-height: 60px; }
.hc-step__rail { flex: none; display: flex; justify-content: center; }
.hc-step__badge { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 13px; line-height: 17px; font-weight: 800; }
.hc-step__text { flex: 1 1 auto; min-width: 0; font-size: 14px; line-height: 20px; color: var(--navy); }
.hc-step__text strong { font-weight: 700; }
.hc-step__text a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.hc-step__text a:hover { opacity: .8; }
.hc-rule { display: none; }

.hc-help { background: var(--cream); padding: 24px var(--gutter); }
.hc-help__card { display: flex; flex-direction: column; gap: 16px; background: var(--navy-3); border: 1px solid var(--blue); border-radius: 6px; padding: 19px; }
.hc-help__text { display: flex; flex-direction: column; gap: 6px; }
.hc-help__title { font-family: var(--font-display); font-weight: 800; font-size: 24px; line-height: 29px; color: var(--white); }
.hc-help__sub { font-size: 13px; line-height: 18px; color: var(--ink-4); }
.hc-help__btn { width: 100%; padding: 13px 15px; font-size: 13px; line-height: 17px; font-weight: 700; }

@media (min-width: 1024px) {
  .hc-work { padding: 48px 0; }
  .hc-work__inner { flex-direction: row; align-items: flex-start; gap: 48px; }
  .hc-topic { flex: 0 0 380px; gap: 24px; }
  .hc-topic__head { gap: 12px; }
  .hc-topic__kicker { gap: 8px; }
  .hc-topic__title { font-size: 32px; line-height: 38px; color: var(--navy-3); }
  .hc-topic__desc { line-height: 20px; }
  .hc-q { background: #fafafa; padding: 16px 16px 16px 12px; }
  .hc-q:hover { background: var(--white); }
  .hc-q__text { color: var(--ink); }

  .hc-article { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 32px; margin: 0; background: var(--white); border: 1px solid var(--line-light); border-radius: 8px; padding: 39px; }
  .hc-article__body { gap: 32px; background: none; border: 0; padding: 0; }
  .hc-article__head { gap: 12px; padding-bottom: 11px; }
  .hc-article__crumbs { gap: 8px; }
  .hc-article__title { font-size: 36px; line-height: 43px; color: var(--navy-3); }
  .hc-steps { gap: 16px; }
  .hc-step:not(:last-child) { min-height: 0; }
  .hc-step__badge { font-size: 12px; line-height: 16px; }
  .hc-step__text { font-size: 15px; line-height: 22px; color: var(--ink); }
  .hc-rule { display: block; height: 1px; background: var(--line-light); margin-bottom: -1px; }

  .hc-help { background: none; padding: 0; }
  .hc-help__card { flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; background: var(--cream); border: 0; border-radius: 6px; padding: 24px; }
  .hc-help__text { gap: 4px; }
  .hc-help__title { font-size: 20px; line-height: 24px; color: var(--navy-3); }
  .hc-help__sub { font-size: 13px; line-height: 17px; color: var(--ink-2); }
  .hc-help__btn { width: auto; flex: none; padding: 11px 23px; }
}

/* Responsible gambling (help-centre variant) ------------------------------- */
.hc-rg { background: var(--navy-3); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 39px 0; }
.hc-rg__inner { display: flex; flex-direction: column; gap: 24px; }
.hc-rg__editorial { display: flex; flex-direction: column; gap: 8px; }
.hc-rg__kicker { font-size: 11px; line-height: 14px; font-weight: 800; color: var(--yellow); }
.hc-rg__title { font-family: var(--font-display); font-weight: 900; font-size: 36px; line-height: 43px; color: var(--white); }
.hc-rg__sub { font-size: 14px; line-height: 18px; font-weight: 700; color: var(--yellow); }
.hc-rg__text { font-size: 13px; line-height: 18px; color: var(--ink-4); }
.hc-rg__list { display: flex; flex-direction: column; gap: 8px; }
.hc-rg-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--navy-2); border: 1px solid var(--line-2); border-radius: 4px; padding: 13px; transition: border-color var(--t); }
.hc-rg-item:hover { border-color: var(--blue); }
.hc-rg-item__info { display: flex; align-items: center; gap: 12px; min-width: 0; }
.hc-rg-item__num { flex: none; font-family: var(--font-display); font-weight: 800; font-size: 20px; line-height: 24px; color: var(--yellow); }
.hc-rg-item__labels { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hc-rg-item__title { font-size: 13px; line-height: 17px; font-weight: 700; color: var(--white); }
.hc-rg-item__desc { font-size: 11px; line-height: 14px; color: var(--ink-4); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hc-rg-item__link { flex: none; font-size: 12px; line-height: 16px; font-weight: 700; color: var(--yellow); white-space: nowrap; text-align: right; transition: transform var(--t); }
.hc-rg-item__link:hover { transform: translateX(2px); text-decoration: underline; }

@media (min-width: 1024px) {
  .hc-rg { border-color: var(--line-2); padding: 63px 0; }
  .hc-rg__inner { flex-direction: row; align-items: flex-start; gap: 64px; }
  .hc-rg__editorial { flex: 0 0 480px; gap: 16px; }
  .hc-rg__title { font-size: 40px; line-height: 48px; }
  .hc-rg__sub { font-size: 15px; line-height: 20px; }
  .hc-rg__text { font-size: 14px; line-height: 22px; }
  .hc-rg__list { flex: 1 1 auto; gap: 12px; }
  .hc-rg-item { gap: 16px; padding: 15px; }
  .hc-rg-item__info { gap: 16px; }
  .hc-rg-item__num { font-size: 22px; line-height: 26px; }
  .hc-rg-item__desc { font-size: 13px; line-height: 17px; white-space: normal; }
  .hc-rg-item__link { font-size: 13px; line-height: 17px; }
}
