:root {
  --source-width: 853;
  --source-height: 1450;
  --phone-width: 430px;
  --nav-space: 132px;
  --brand-primary: #18d7c6;
  --brand-accent: #d7ad48;
  --page-bg: #06090c;
  --text-main: #f8fffb;
  --text-soft: #c8d8d6;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 215, 198, .16), transparent 32rem),
    radial-gradient(circle at 50% 30%, rgba(215, 173, 72, .11), transparent 28rem),
    linear-gradient(180deg, #070407 0%, #030607 100%);
  color: var(--text-main);
  font-family: Arial, Helvetica, sans-serif;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

.phone {
  position: relative;
  width: min(100vw, var(--phone-width));
  margin: 0 auto;
  overflow-x: hidden;
  background: var(--page-bg);
  box-shadow: 0 0 44px rgba(0, 0, 0, .55);
  isolation: isolate;
}

.visual-stage {
  position: relative;
  width: 100%;
  aspect-ratio: var(--source-width) / var(--source-height);
  overflow: hidden;
  line-height: 0;
  background: #06090c;
}

.visual-stage::after {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18%;
  background:
    linear-gradient(180deg, rgba(6, 9, 12, 0), rgba(6, 9, 12, .92) 14%, #06100f 32%, #06100f 100%),
    radial-gradient(circle at 50% 24%, rgba(24, 215, 198, .18), transparent 52%);
  pointer-events: none;
  content: "";
}

.visual {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.brand-layer {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.logo-layer {
  left: 2.6%;
  top: .85%;
  width: 30.5%;
  height: 5.15%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.logo-mark {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
}

.logo-mark.has-logo {
  opacity: 1;
  background: center / contain no-repeat;
}

.hotspot {
  position: absolute;
  z-index: 6;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(24, 215, 198, .2);
}

.hotspot:focus-visible,
.nav-hit:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--brand-primary) 82%, #ffffff 18%);
  outline-offset: -2px;
}

.hotspot:active,
.nav-hit:active {
  background: rgba(24, 215, 198, .09);
}

.logo-hotspot { left: 2.6%; top: 1.03%; width: 30.5%; height: 6.14%; }
.guide-pill { left: 35.5%; top: 1.91%; width: 30%; height: 3.81%; border-radius: 999px; }
.configured-pill { left: 67.5%; top: 1.91%; width: 18.5%; height: 3.81%; border-radius: 999px; }
.menu-hit { left: 90%; top: 1.41%; width: 8%; height: 5.34%; border-radius: 999px; }
.hero-phone { left: 53%; top: 6.99%; width: 43%; height: 30.52%; }

.login-hit { left: 3.4%; top: 38.14%; width: 29.2%; height: 6.22%; }
.register-hit { left: 34%; top: 38.14%; width: 30.3%; height: 6.22%; }
.app-hit { left: 65%; top: 38.14%; width: 31.5%; height: 6.22%; }

.cat-live { left: 3.5%; top: 45.99%; width: 18.5%; height: 7.59%; }
.cat-slots { left: 22%; top: 45.99%; width: 18.5%; height: 7.59%; }
.cat-sports { left: 40.5%; top: 45.99%; width: 18.5%; height: 7.59%; }
.cat-lotto { left: 59%; top: 45.99%; width: 18.5%; height: 7.59%; }
.cat-sabong { left: 77.5%; top: 45.99%; width: 19%; height: 7.59%; }

.vip-hit { left: 3.4%; top: 54.43%; width: 62%; height: 6.14%; }
.view-rewards { left: 74.5%; top: 54.95%; width: 20.5%; height: 4.83%; }
.account-card { left: 4.2%; top: 64.97%; width: 29.2%; height: 18.41%; }
.lobby-card { left: 35%; top: 64.97%; width: 29.2%; height: 18.41%; }
.wallet-card { left: 65.8%; top: 64.97%; width: 29.5%; height: 18.41%; }

.visual-payment-card {
  position: absolute;
  z-index: 7;
  left: 5.2%;
  right: 5.2%;
  bottom: 2.9%;
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 11px 14px;
  border: 1px solid rgba(24, 215, 198, .48);
  border-radius: 14px;
  color: #f8fffb;
  background:
    radial-gradient(circle at 8% 0, rgba(24, 215, 198, .26), transparent 42%),
    radial-gradient(circle at 92% 70%, rgba(215, 173, 72, .16), transparent 42%),
    linear-gradient(180deg, rgba(7, 27, 29, .96), rgba(4, 12, 13, .98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    0 18px 38px rgba(0, 0, 0, .36);
  text-align: left;
  cursor: pointer;
  line-height: 1.2;
}

.visual-payment-card:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--brand-primary) 82%, #ffffff 18%);
  outline-offset: 2px;
}

.visual-payment-card:active {
  background:
    radial-gradient(circle at 8% 0, rgba(24, 215, 198, .32), transparent 42%),
    linear-gradient(180deg, rgba(7, 32, 34, .98), rgba(4, 12, 13, .98));
}

.visual-card-title {
  color: #62fff3;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.visual-card-copy {
  color: rgba(255, 255, 255, .9);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.25;
}

.visual-card-copy strong {
  color: #ffe7a2;
  overflow-wrap: anywhere;
}

.visual-card-note {
  color: rgba(255, 255, 255, .68);
  font-size: .66rem;
  font-weight: 800;
  line-height: 1.2;
}

.nav-hits {
  position: fixed;
  z-index: 70;
  left: 50%;
  bottom: calc(10px + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(calc(100vw - 24px), calc(var(--phone-width) - 24px));
  min-height: 76px;
  padding: 8px 8px 7px;
  border: 1px solid rgba(24, 215, 198, .42);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0, rgba(24, 215, 198, .25), transparent 42%),
    linear-gradient(180deg, rgba(11, 34, 34, .96), rgba(5, 8, 10, .98));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .55),
    inset 0 1px 0 rgba(255, 255, 255, .14);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
}

.nav-hit {
  position: relative;
  min-width: 0;
  min-height: 58px;
  display: grid;
  place-items: center;
  gap: 3px;
  padding: 5px 2px 4px;
  border: 0;
  border-radius: 18px;
  color: rgba(255, 255, 255, .73);
  background: transparent;
  cursor: pointer;
  font-size: .69rem;
  font-weight: 900;
  line-height: 1;
}

.nav-icon {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  display: block;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .32));
}

.nav-icon path {
  fill: none;
  stroke: currentColor;
}

.nav-hit.active {
  color: var(--brand-primary);
  background:
    radial-gradient(circle at 50% 20%, rgba(24, 215, 198, .3), transparent 58%),
    rgba(24, 215, 198, .1);
}

.nav-hit.active::after {
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 4px;
  height: 3px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 12px rgba(24, 215, 198, .7);
  content: "";
}

.toast {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: calc(96px + env(safe-area-inset-bottom));
  max-width: min(360px, calc(100vw - 36px));
  padding: 10px 14px;
  border: 1px solid rgba(24, 215, 198, .42);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 10, 11, .96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .42);
  transform: translateX(-50%);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.25;
}

.toast[hidden] {
  display: none;
}

.seo-layer {
  position: relative;
  padding: 18px 16px calc(var(--nav-space) + 72px + env(safe-area-inset-bottom));
  color: #fff;
  background:
    radial-gradient(circle at 12% 0, rgba(24, 215, 198, .17), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(215, 173, 72, .16), transparent 40%),
    linear-gradient(180deg, #06100f 0%, #061113 54%, #020405 100%);
}

.seo-layer::before {
  position: absolute;
  inset: 0 12px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24, 215, 198, .64), transparent);
  content: "";
}

.seo-kicker {
  margin: 0 0 8px;
  color: #62fff3;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-layer h1,
.seo-layer h2,
.seo-layer p {
  margin-top: 0;
}

.seo-layer h1 {
  margin-bottom: 10px;
  font-size: clamp(1.62rem, 7vw, 2.08rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .35);
}

.seo-lead {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .84);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.52;
}

.seo-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 0 14px;
}

.seo-links a {
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24, 215, 198, .34);
  border-radius: 12px;
  color: #dffffc;
  background: linear-gradient(180deg, rgba(24, 215, 198, .13), rgba(215, 173, 72, .08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  font-size: .8rem;
  font-weight: 900;
}

.seo-card {
  position: relative;
  margin: 10px 0 0;
  padding: 15px;
  border: 1px solid rgba(24, 215, 198, .28);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(24, 215, 198, .13), transparent 45%),
    rgba(5, 12, 13, .86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 12px 28px rgba(0, 0, 0, .28);
}

.seo-card h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.seo-card p,
.seo-card li {
  color: rgba(255, 255, 255, .82);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.48;
}

.seo-card p {
  margin-bottom: 0;
}

.token-text {
  color: #ffe7a2;
  overflow-wrap: anywhere;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.category-list li {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .055);
}

.faq-card details {
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(0, 0, 0, .18);
  overflow: hidden;
}

.faq-card summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 11px 12px;
  color: #fff;
  cursor: pointer;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.25;
}

.faq-card details p {
  padding: 0 12px 12px;
}

.safety-card {
  border-color: rgba(215, 173, 72, .42);
}

.seo-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding: 12px 0 0;
  scroll-margin-bottom: calc(var(--nav-space) + 30px);
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 900;
}

.seo-footer a,
.seo-footer span {
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(24, 215, 198, .24);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, .055);
  overflow-wrap: anywhere;
}

@media (max-width: 430px) {
  .phone {
    width: 100vw;
  }
}

@media (max-width: 360px) {
  .seo-layer {
    padding-inline: 12px;
  }

  .seo-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-list {
    grid-template-columns: 1fr;
  }
}
