:root {
  --blue: #0167ac;
  --blue-deep: #005693;
  --blue-dark: #004980;
  --blue-panel: #0b5ea0;
  --blue-button: #0d75c9;
  --navy: #0c3d67;
  --yellow: #ffd32f;
  --text: #111111;
  --muted: #636a73;
  --bg: #ffffff;
  --page: #f3f4f5;
  --panel: #f1f1f1;
  --line: #d9dde1;
  --purple: #5a34c8;
  --shell: 1390px;
  --shadow: 0 14px 30px rgba(4, 25, 45, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  color: #ffffff;
  background: #111111;
}

.shell {
  width: min(calc(100% - 154px), 1170px);
  margin: 0 auto;
}

.shell--page {
  padding-left: 28px;
  padding-right: 28px;
}

.topbar {
  background: rgb(1, 103, 172);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  min-height: 80px;
  padding: 0 28px;
}

.topbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.topbar__brand-image {
  display: block;
  width: 160px;
  height: 40px;
  object-fit: contain;
}

.topbar__brand-text {
  position: relative;
  padding-left: 18px;
  font-family: "Public Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
}

.topbar__brand-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
}

.topbar__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.topbar__nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.topbar__nav-link:hover,
.topbar__nav-link:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.topbar__nav-link--active {
  cursor: default;
  color: #08253d;
  background: var(--yellow);
}

.topbar__nav-link--active:hover,
.topbar__nav-link--active:focus-visible {
  color: #08253d;
  background: #ffe269;
}

.topbar__nav-link--ghost {
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 247px;
  overflow: hidden;
  color: #fdfdfd;
  background: #00549e;
}

.hero__texture {
  position: absolute;
  inset: 0;
  z-index: 10;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0, rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, rgba(16, 118, 191, 0.26) 0, rgba(16, 118, 191, 0) 46%);
}

.hero__inner {
  position: relative;
  z-index: 30;
  display: block;
  min-height: 247px;
  padding: 28px 28px 56px;
}

.hero__art {
  display: none;
}

.hero__content {
  width: 100%;
  padding-top: 28px;
}

.hero__title {
  margin: 21px 0 14px;
  font-family: "Public Sans", Arial, sans-serif;
  font-size: 35px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: normal;
  text-align: center;
  color: rgb(254, 254, 254);
}

.hero__subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
}

.hero__actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  color: #08253d;
  background: var(--yellow);
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(255, 211, 47, 0.2);
}

.hero__cta:hover,
.hero__cta:focus-visible {
  background: #ffe269;
}

.hero__brand-bet {
  color: var(--yellow);
}

.page-main {
  background: #ffffff;
}

.breadcrumbs-strip {
  background: rgb(237, 242, 247);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 48px;
  margin: 0 0 14px;
  font-size: 13.125px;
  line-height: 20px;
  color: rgb(51, 51, 51);
}

.breadcrumbs a {
  color: rgb(1, 103, 172);
}

.breadcrumbs span {
  color: rgb(113, 128, 150);
}

.layout {
  display: grid;
  grid-template-columns: 729px 343px;
  justify-content: space-between;
  gap: 42px;
  padding-top: 34px;
  padding-bottom: 28px;
}

.article-card,
.sidebar-card {
  background: transparent;
  border: 0.8px solid rgba(112, 157, 194, 0.25);
  border-radius: 16px;
}

.article-card {
  padding: 20px 25px;
}

.article-copy {
  max-width: 677px;
  padding-top: 0;
}

.article-copy h2 {
  margin: 21px 0 14px;
  font-size: 21px;
  line-height: 28.875px;
  font-weight: 600;
}

.article-faq-question {
  margin: 18px 0 12px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.article-copy p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 21px;
}

.article-copy ol,
.article-copy ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.article-copy li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 21px;
}

.article-figure {
  margin: 4px 0 22px;
}

.article-figure img {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  border: 0.8px solid rgba(112, 157, 194, 0.25);
  border-radius: 14px;
}

.article-figure figcaption {
  margin-top: 10px;
  color: #68737d;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
}

.article-copy__line {
  text-align: center;
}

.article-copy a {
  color: var(--purple);
}

.article-cta {
  margin: 8px 0 22px;
}

.article-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(6, 76, 124, 0.16);
  box-shadow: 0 10px 22px rgba(4, 72, 128, 0.12);
  background: linear-gradient(180deg, #1b7fd5 0%, #0d75c9 100%);
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.article-cta__button:hover,
.article-cta__button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(4, 72, 128, 0.18);
  background: linear-gradient(180deg, #2389df 0%, #117bd1 100%);
}

.article-cta__button:focus-visible {
  outline: 3px solid rgba(255, 211, 47, 0.45);
  outline-offset: 3px;
}

.article-copy__note,
.article-copy__faq {
  text-align: center;
  color: #262626;
}

.article-copy__note {
  margin-top: 0;
}

.sidebar-card {
  margin: 42px 0;
  padding: 14px 28px;
  background: rgba(230, 230, 230, 0.5);
  border: 0;
}

.sidebar-card h3 {
  margin: 21px 0 14px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.category-list {
  display: grid;
  gap: 0;
}

.category-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 8px 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

.category-item--child {
  padding-left: 18px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  color: #4f5963;
}

.category-item--toggle {
  position: relative;
}

.category-item__icon,
.category-item__dot {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.category-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.category-item__dot {
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 50%;
  background: #1a1a1a;
}

.footer {
  margin-top: 24px;
  border-top: 1px solid rgba(112, 157, 194, 0.25);
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
}

.footer__pretext {
  padding-top: 34px;
}

.footer__pretext-inner {
  padding: 24px 28px;
  border: 1px solid rgba(16, 87, 140, 0.1);
  border-radius: 20px;
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 21px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(6, 36, 64, 0.06);
}

.footer__pretext-inner p {
  margin: 0;
}

.footer__pretext-inner p + p {
  margin-top: 10px;
}

.footer__age {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0e4a77;
}

.footer__age img {
  width: 18px;
  height: 18px;
}

.footer__warning {
  margin-bottom: 8px;
  font-family: "Public Sans", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #0b3357;
}

.footer__support {
  margin-bottom: 0;
  max-width: 760px;
  color: #4a5a69;
}

.footer__payments {
  padding-top: 18px;
  padding-bottom: 34px;
}

.footer__payments-title {
  margin: 0 0 14px;
  font-family: "Public Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #133553;
}

.footer__payments-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
}

.footer__payment-logo {
  display: block;
  height: 38px;
  width: auto;
  object-fit: contain;
}

.footer__payment-logo--crypto {
  height: 68px;
}

.footer__payment-logo--mpesa {
  height: 52px;
}

.footer__payment-logo--mastercard {
  height: 44px;
}

.footer__payment-logo--visa {
  height: 34px;
}

.back-to-top {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 96;
  width: 78.6px;
  height: 78.6px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 0.3s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46.6px;
  height: 46.6px;
  margin: 16px;
  padding: 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #ffffff;
  background: rgb(3, 93, 167);
}

.back-to-top__button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 95;
  width: 410px;
}

.support-widget__panel {
  display: flex;
  flex-direction: column;
  width: 410px;
  height: 640px;
  padding: 12px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #f3f3f3;
  box-shadow: 0 18px 44px rgba(12, 32, 54, 0.18);
  animation: support-widget-appear 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s both;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  color: #212b36;
}

.support-widget__panel.is-collapsed {
  display: none;
}

.support-widget__launcher {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(180deg, #0c8ce9, #006dc1);
  box-shadow: 0 16px 28px rgba(1, 103, 172, 0.28);
  overflow: visible;
}

.support-widget__launcher-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.support-widget__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  background: #de1f36;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  transform: none;
}

.support-widget__badge[hidden] {
  display: none !important;
}

.support-widget__launcher[hidden] {
  display: none !important;
}

.support-widget__header {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 64px;
  padding: 14px 16px;
  border-radius: 12px 12px 0 0;
  color: #ffffff;
  background: rgb(4, 112, 200);
}

.support-widget__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding-right: 12px;
}

.support-widget__brand img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
}

.support-widget__title {
  margin: 0 0 1px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.support-widget__brand p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}

.support-widget__presence {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 100%;
}

.support-widget__presence-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4fd16f;
  box-shadow: 0 0 0 3px rgba(79, 209, 111, 0.18);
}

.support-widget__close,
.support-widget__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
}

.support-widget__close {
  width: 36px;
  height: 36px;
  color: #ffffff;
}

.support-widget__close svg,
.support-widget__add svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.support-widget__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  padding: 10px 16px 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f3f3f3;
}

.support-widget__body::before {
  content: '';
  margin-top: auto;
}

.support-widget__timestamp {
  margin: 12px 0 0;
  width: 100%;
  padding: 0 4px 2px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  color: #b2b2b2;
}

.support-widget__message-group {
  position: relative;
  width: 280px;
  margin-left: 18px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.support-widget__message-group.is-hidden {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  pointer-events: none;
}

.support-widget__message-group.is-visible {
  opacity: 1;
  max-height: 240px;
  margin-bottom: 20px;
  transform: translateY(0);
  transition: opacity 0.28s ease, transform 0.28s ease, max-height 0.28s ease, margin-bottom 0.28s ease;
}

.support-widget__sender {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 17px;
  color: #6f7782;
}

.support-widget__message-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.support-widget__avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-top: 2px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.support-widget__message {
  padding: 12px 16px;
  border-radius: 20px 20px 20px 2px;
  background: #f4f6f8;
  color: #212b36;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.12px;
}

.support-widget__message--typing {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
}

.support-widget__typing-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #92a0ad;
  animation: support-widget-typing 1.1s ease-in-out infinite;
}

.support-widget__typing-dot:nth-child(2) {
  animation-delay: 0.16s;
}

.support-widget__typing-dot:nth-child(3) {
  animation-delay: 0.32s;
}

.support-widget__message-time {
  margin: 6px 0 0 44px;
  font-size: 11px;
  line-height: 14px;
  color: #9aa3ad;
}

.support-widget__message-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: rgb(4, 112, 200);
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(4, 112, 200, 0.18);
}

.support-widget__footer {
  display: flex;
  flex-direction: column;
  padding: 0 14px 6px;
  background: #f3f3f3;
}

.support-widget__gate {
  padding: 14px 16px 16px;
  border: 1px solid #d6d7d9;
  border-radius: 20px;
  background: #f7f7f7;
}

.support-widget__gate-text {
  margin: 0 0 12px;
  color: #606870;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.support-widget__gate-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.support-widget__gate-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.support-widget__gate-button--secondary {
  border: 1px solid #cbd2d8;
  color: #2f3941;
  background: #ffffff;
}

.support-widget__gate-button--primary {
  color: #ffffff;
  background: rgb(4, 112, 200);
}

@keyframes support-widget-appear {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes support-widget-typing {
  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }

  30% {
    transform: translateY(-2px);
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sidebar-card {
    margin-top: 28px;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(calc(100% - 28px), 1170px);
  }

  .topbar__inner {
    justify-content: center;
    min-height: 70px;
    padding: 0 16px;
  }

  .topbar__brand-text {
    font-size: 17px;
    padding-left: 14px;
  }

  .topbar__nav {
    justify-content: center;
    width: 100%;
  }

  .topbar__nav-link,
  .topbar__nav-link--ghost {
    font-size: 13px;
  }

  .hero__inner {
    min-height: 0;
    padding: 20px 16px 28px;
  }

  .hero__art {
    display: none;
  }

  .hero h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.05;
  }

  .hero__subtitle {
    margin-top: 12px;
    font-size: 15px;
    line-height: 22px;
  }

  .hero__actions {
    margin-top: 14px;
  }

  .hero__cta {
    min-height: 44px;
    padding: 10px 20px;
    font-size: 13px;
  }

  .layout {
    gap: 28px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .sidebar {
    order: -1;
  }

  .article-card,
  .sidebar-card {
    border-radius: 16px;
  }

  .article-card {
    padding: 22px 20px 24px;
  }

  .article-copy h2 {
    font-size: 21px;
  }

  .article-copy p {
    font-size: 14px;
  }

  .sidebar-card {
    margin-top: 0;
    padding: 26px 20px;
  }

  .category-item {
    font-size: 15px;
  }

  .has-collapsible-faq .category-item--toggle {
    padding-right: 28px;
  }

  .has-collapsible-faq .category-item--toggle::after {
    content: '+';
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #0167ac;
  }

  .has-collapsible-faq .category-item--faq-child {
    display: none;
  }

  .has-collapsible-faq.is-faq-expanded .category-item--faq-child {
    display: flex;
  }

  .has-collapsible-faq.is-faq-expanded .category-item--toggle::after {
    content: '-';
  }

  .back-to-top {
    width: 72px;
    height: 72px;
  }

  .footer__payments-grid {
    gap: 14px 18px;
  }

  .footer__pretext {
    padding-top: 28px;
  }

  .footer__pretext-inner {
    padding: 20px;
    border-radius: 16px;
  }

  .footer__warning {
    font-size: 20px;
  }

  .footer__payment-logo--crypto {
    height: 56px;
  }

  .footer__payment-logo--mpesa {
    height: 44px;
  }

  .back-to-top__button {
    margin: 12px;
  }

  .support-widget {
    right: 12px;
    bottom: 12px;
    width: min(calc(100vw - 24px), 410px);
  }

  .support-widget__panel {
    width: min(calc(100vw - 24px), 410px);
    height: min(640px, calc(100vh - 24px));
  }

  .support-widget__body {
    padding-left: 12px;
    padding-right: 12px;
  }

  .support-widget__message-group {
    width: min(280px, calc(100% - 24px));
    margin-left: 8px;
  }
}