.siu88-theme .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.siu88-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--siu88-border);
  text-align: left;
  box-sizing: border-box;
}

.siu88-wrap .siu88-section-title,
.col-inner.text-center .siu88-section-title {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.siu88-section-title__text {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.siu88-section-title h2 {
  margin: 0;
  font-family: var(--siu88-font-display);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--siu88-heading);
}

.siu88-section-title p {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--siu88-muted);
}

.siu88-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: var(--siu88-gradient);
  border: 1px solid rgba(207, 205, 215, 0.1);
  border-radius: var(--siu88-radius-btn);
  transition: filter 0.2s ease;
}

.siu88-more:hover {
  color: #fff;
  filter: brightness(1.1);
}

.siu88-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--siu88-gap);
  margin-bottom: 20px;
  padding-top: 56px; /* headroom so person can pop above banner */
  overflow: visible;
}

.siu88-featured {
  position: relative;
  display: block;
  width: 100%;
  /* Match sports/live banner assets (1100x400) so bg + person share one bottom edge */
  aspect-ratio: 11 / 4;
  height: auto;
  overflow: visible; /* allow person to rise above banner like site gốc */
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  transition: transform 0.2s ease;
  z-index: 1;
}

.siu88-featured:hover {
  color: #fff;
  transform: translateY(-2px);
  z-index: 2;
}

.siu88-featured__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: var(--siu88-radius);
}

.siu88-featured__person {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: auto;
  height: auto;
  max-width: 68%;
  max-height: 168%;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
}

.siu88-featured--sports .siu88-featured__person {
  right: 12px;
  max-width: 72%;
  max-height: 175%;
}

.siu88-featured--casino .siu88-featured__person {
  right: 4px;
  max-width: 56%;
  max-height: 170%;
}

.siu88-featured__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 64px;
  height: 32px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: var(--siu88-hot);
  border-radius: 4px;
}

.siu88-featured__badge:after {
  content: "";
  width: 12px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14'%3E%3Cpath fill='%23fff' d='M6 0c1 2.4-1 3.8-1 5.6C5 7 6.2 8 7.4 8 9.6 8 12 6 12 9.2 12 12 9.2 14 6 14S0 12 0 9.2C0 6.2 3.2 4.6 3.8 3 4.4 1.4 5.2.6 6 0z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.siu88-featured__copy {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
}

.siu88-featured__title {
  display: block;
  font-family: var(--siu88-font-display);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.siu88-featured--sports .siu88-featured__title {
  text-shadow: var(--siu88-shadow-title-sports);
}

.siu88-featured--casino .siu88-featured__title {
  text-shadow: var(--siu88-shadow-title-live);
}

.siu88-featured__subtitle {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #fafafb;
}

.siu88-cat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--siu88-gap);
  margin: 8px 0 48px;
}

.siu88-cat {
  position: relative;
  display: block;
  width: 100%;
  height: 153px;
  overflow: hidden;
  border-radius: var(--siu88-radius);
  text-decoration: none;
  transition: transform 0.2s ease;
}

.siu88-cat:hover {
  transform: translateY(-3px);
}

.siu88-cat__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.siu88-cat:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  content: "";
  border-radius: 0 0 12px 12px;
}

.siu88-cat--cockfight:after { background: linear-gradient(180deg, rgba(104, 91, 199, 0) 44.83%, #685bc7 78.38%); }
.siu88-cat--esports:after { background: linear-gradient(180deg, rgba(16, 163, 111, 0) 44.83%, #10a36f 78.38%); }
.siu88-cat--elott:after { background: linear-gradient(180deg, rgba(123, 178, 0, 0) 44.83%, #7ab200 78.38%); }
.siu88-cat--fish:after { background: linear-gradient(180deg, rgba(254, 87, 42, 0) 44.83%, #fe572a 78.38%); }
.siu88-cat--rng:after { background: linear-gradient(180deg, rgba(3, 164, 252, 0) 44.83%, #03a4fc 78.38%); }
.siu88-cat--pvp:after { background: linear-gradient(180deg, rgba(202, 38, 20, 0) 44.83%, #b3220a 78.38%); }

.siu88-cat__title {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 2;
  width: 143px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.siu88-hot-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 15px;
  margin-bottom: 48px;
}

.siu88-hot-card {
  display: block;
  text-decoration: none;
  color: var(--siu88-cyan);
}

.siu88-hot-card__img {
  display: block;
  width: 100%;
  height: 168px;
}

.siu88-hot-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--siu88-radius-sm);
}

.siu88-hot-card__title {
  display: block;
  margin-top: 9px;
  font-size: 16px;
  font-weight: 500;
  color: var(--siu88-cyan);
  text-align: center;
}

.siu88-promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--siu88-gap);
  margin-bottom: 48px;
}

.siu88-promo-card {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: var(--siu88-radius);
  text-decoration: none;
}

.siu88-promo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--siu88-radius);
}

.siu88-promo-card:before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(159, 227, 255, 0.5);
  border-radius: var(--siu88-radius);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.siu88-promo-card:hover:before {
  opacity: 1;
}

.siu88-promo-card__title {
  position: absolute;
  bottom: 8px;
  left: 17px;
  max-width: 90%;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.siu88-ticker {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 46px;
  background: var(--siu88-gradient);
  color: #fff;
}

.siu88-ticker__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 46px;
  margin-left: 8px;
  background: url("../icons/ui/speaker.svg") center / 18px 18px no-repeat;
  filter: invert(1);
}

.siu88-ticker__track {
  display: flex;
  flex: 1;
  align-items: center;
  height: 100%;
  min-width: 0;
  gap: 80px;
  white-space: nowrap;
  animation: siu88-marquee 28s linear infinite;
}

.siu88-ticker__track span {
  font-size: 14px;
  font-weight: 500;
}

@keyframes siu88-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.siu88-app {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 399px;
  padding: 24px 48px 24px 28px;
  overflow: visible;
  background-color: #0a2a6e;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: var(--siu88-radius-sm);
}

.siu88-app__phones {
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: 1;
  width: min(560px, 52%);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

.siu88-app__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-right: 24px;
  max-width: 420px;
}

.siu88-app__logo {
  height: 42px;
  width: auto;
}

.siu88-app__heading {
  margin: 0;
  font-family: var(--siu88-font-display);
  font-size: 36px;
  font-weight: 600;
  color: #fafafb;
  text-align: center;
}

.siu88-app__stores {
  display: flex;
  gap: 20px;
}

.siu88-store {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 168px;
  height: 52px;
  padding: 0 14px;
  color: #111;
  text-decoration: none;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.siu88-store__mark {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
}

.siu88-store--android .siu88-store__mark {
  background-image: url("../icons/ui/play.svg");
}

.siu88-store--ios .siu88-store__mark {
  background-image: url("../icons/ui/apple.svg");
}

.siu88-store__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  color: #fff;
}

.siu88-store__copy small {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.siu88-store__copy strong {
  font-size: 15px;
  font-weight: 700;
}

.siu88-store:hover {
  color: #fff;
  filter: brightness(1.15);
}

.siu88-float {
  position: fixed;
  right: 12px;
  top: 42%;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.siu88-float__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  text-decoration: none;
  background: var(--siu88-gradient);
  border-radius: 10px;
}

.siu88-float__icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
}

.siu88-float__item--support .siu88-float__icon { background-image: url("../icons/ui/headset.svg"); }
.siu88-float__item--telegram .siu88-float__icon,
.siu88-float__item--affiliate .siu88-float__icon { background-image: url("../icons/ui/telegram.svg"); }
.siu88-float__item--promo .siu88-float__icon { background-image: url("../icons/ui/gift.svg"); }

.siu88-float__item:hover {
  color: #fff;
}

.siu88-float__event {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-top: 8px;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: radial-gradient(circle at 30% 30%, #ffe27a, #f5b400 55%, #111 56%, #1a1a1a 100%);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
