* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #FFFFFF;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
  color: #111111;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  hyphens: none;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 960px;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.global-header {
  background-color: #1B76FF;
  min-height: 160px;
  position: relative;
  z-index: 100;
}
.global-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 160px;
  gap: 1.5rem;
}
.global-header .header-logo {
  flex-shrink: 0;
}
.global-header .header-logo a {
  display: block;
  line-height: 0;
}
.global-header .header-logo img {
  height: 100px;
  width: auto;
  max-width: 320px;
}
.global-header .header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.global-header .header-nav .nav-list {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.global-header .header-nav .nav-link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  transition: 200ms ease-in-out;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  padding: 0;
}
.global-header .header-nav .nav-link:hover {
  color: #FFA319;
  font-weight: 700;
}
.global-header .header-nav .nav-link:active, .global-header .header-nav .nav-link.active {
  color: #FFA319;
  font-weight: 700;
  text-decoration: underline;
}
.global-header .header-nav .nav-link:focus {
  outline: 2px solid #FFA319;
  outline-offset: 2px;
}
.global-header .header-account {
  flex-shrink: 0;
}
.global-header .account-button {
  background-color: #FFA319;
  color: #FFFFFF;
  border: none;
  border-radius: 9999px;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  min-width: 44px;
  transition: 200ms ease-in-out;
}
.global-header .account-button .account-icon {
  width: 16px;
  height: 16px;
}
.global-header .account-button:hover {
  background-color: #D98800;
  transform: scale(1.03);
}
.global-header .account-button:active {
  background-color: #D98800;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.global-header .account-button:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .global-header {
    min-height: 100px;
  }
  .global-header .header-content {
    min-height: 100px;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .global-header .header-logo img {
    height: 60px;
  }
  .global-header .header-nav .nav-list {
    gap: 1rem;
  }
  .global-header .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .global-header .header-content {
    flex-direction: column;
    text-align: center;
    padding: 1rem 0;
  }
  .global-header .header-nav .nav-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
}

.hero-section {
  width: 100%;
  min-height: 200px;
  background-color: #FFFFFF;
  position: relative;
}
.hero-section::after {
  content: "";
  display: block;
  height: 1px;
}

.body-content {
  background-color: #FFFFFF;
}
.body-content .content-section {
  min-height: 50px;
  padding: 0.75rem 0;
}
.body-content .content-section::after {
  content: "";
  display: block;
  height: 1px;
}

.global-footer {
  background-color: #1B76FF;
  color: #FFFFFF;
  margin-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.global-footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.global-footer .footer-legal-nav {
  margin-top: 0.75rem;
}
.global-footer .footer-legal-nav .legal-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.global-footer .footer-legal-nav .legal-link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  transition: 200ms ease-in-out;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  padding: 0;
  min-height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-footer .footer-legal-nav .legal-link:hover {
  color: #E6E6E6;
  font-weight: 700;
}
.global-footer .footer-legal-nav .legal-link:active {
  color: #E6E6E6;
  font-weight: 700;
  text-decoration: underline;
}
.global-footer .footer-legal-nav .legal-link:focus {
  outline: 2px solid #FFA319;
  outline-offset: 2px;
}
.global-footer .responsible-gaming-box {
  background-color: #1B76FF;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  padding: 0.5rem;
  max-width: 980px;
  margin: 0.5rem auto;
  text-align: center;
}
.global-footer .responsible-gaming-box p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: #FFFFFF;
  margin: 0;
  text-align: justify;
  text-justify: inter-word;
  hyphens: none;
  max-width: none;
}
.global-footer .responsible-gaming-box p strong {
  font-weight: 700;
}
.global-footer .copyright-block {
  max-width: 960px;
  margin: 1rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.global-footer .copyright-block p {
  font-size: 10px;
  font-weight: 400;
  color: #E6E6E6;
  line-height: 1rem;
  text-align: center;
  margin: 0;
  max-width: none;
}
.global-footer .copyright-block p strong {
  font-weight: 600;
}
@media (max-width: 600px) {
  .global-footer .legal-links {
    flex-direction: column;
    gap: 0.75rem;
  }
  .global-footer .responsible-gaming-box {
    margin: 0.5rem 1rem;
  }
  .global-footer .copyright-block {
    margin: 1rem 1rem 0;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.modal[aria-hidden=false] {
  display: flex;
}
.modal .modal-content {
  background-color: #1B76FF;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  max-width: 480px;
  width: 100%;
  height: 520px;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.modal .modal-header .modal-close {
  background: none;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease-in-out;
}
.modal .modal-header .modal-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.modal .modal-header .modal-close:focus {
  outline: 2px solid #FFA319;
  outline-offset: 2px;
}
.modal .modal-header .modal-close svg {
  width: 20px;
  height: 20px;
}
.modal .modal-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 1.5rem;
}
.modal .modal-tabs .tab-button {
  flex: 1;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: 200ms ease-in-out;
  border-radius: 9999px;
}
.modal .modal-tabs .tab-button:first-child {
  margin-right: 0.25rem;
}
.modal .modal-tabs .tab-button:last-child {
  margin-left: 0.25rem;
}
.modal .modal-tabs .tab-button.active, .modal .modal-tabs .tab-button[aria-selected=true] {
  background-color: #FFA319;
  color: #FFFFFF;
  font-weight: 700;
  border-color: #FFA319;
}
.modal .modal-tabs .tab-button:hover:not(.active) {
  background-color: #FFA319;
  border-color: #FFA319;
}
.modal .modal-tabs .tab-button:focus {
  outline: 2px solid #FFA319;
  outline-offset: 2px;
}
.modal .modal-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal .tab-content {
  display: none;
}
.modal .tab-content.active {
  display: block;
}
.modal .auth-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.modal .form-group input {
  width: 100%;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 9999px;
  padding: 0.75rem 1rem;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
  transition: 200ms ease-in-out;
}
.modal .form-group input::placeholder {
  color: #D0D0D0;
  font-style: italic;
}
.modal .form-group input:focus {
  outline: none;
  border-color: #FFA319;
}
.modal .form-group input.error {
  border-color: #FF0800;
}
.modal .form-group input.success {
  border-color: #32CD32;
}
.modal .form-group .error-message {
  font-size: 12px;
  font-weight: 500;
  color: #FF0800;
  min-height: 1rem;
  line-height: 1rem;
}
.modal .form-group .success-message {
  font-size: 12px;
  font-weight: 500;
  color: #32CD32;
  min-height: 1rem;
  line-height: 1rem;
}
.modal .auth-submit {
  background-color: #FFFFFF;
  color: #1B76FF;
  border: none;
  border-radius: 9999px;
  padding: 0.75rem 1rem;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  height: 48px;
  transition: 200ms ease-in-out;
  margin-top: 0.75rem;
}
.modal .auth-submit:hover {
  background-color: #FFA319;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.modal .auth-submit:active {
  background-color: #FFA319;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.modal .auth-submit:focus {
  outline: 2px solid #FFA319;
  outline-offset: 2px;
}
.modal .form-message {
  width: 100%;
  padding: 0.5rem;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 0.5rem;
  text-align: center;
}
.modal .form-message.form-message-error {
  background-color: rgba(255, 8, 0, 0.85);
  border: 1px solid #FF0800;
}
.modal .form-message.form-message-success {
  background-color: rgba(50, 205, 50, 0.85);
  border: 1px solid #32CD32;
}
@media (max-width: 420px) {
  .modal {
    padding: 1rem;
  }
  .modal .modal-content {
    padding: 1rem;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
  }
  .modal .modal-tabs {
    flex-direction: column;
    gap: 0.5rem;
  }
  .modal .modal-tabs .tab-button:first-child, .modal .modal-tabs .tab-button:last-child {
    margin: 0;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* ========================================
   PAGE INTRO SECTION (LANDING VARIANT)
   ======================================== */
.page-intro-landing {
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1B76FF 0%, rgb(0, 92.1973684211, 231) 100%);
  color: #FFFFFF;
  overflow: hidden;
}
.page-intro-landing .intro-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-intro-landing .intro-background .intro-media {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.page-intro-landing .intro-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 1.5rem 1rem;
  text-align: center;
}
.page-intro-landing .intro-content .intro-text {
  max-width: 960px;
  margin: 0 auto;
}
.page-intro-landing .intro-content .intro-headline {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .page-intro-landing .intro-content .intro-headline {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  .page-intro-landing .intro-content .intro-headline {
    font-size: 2rem;
  }
}
.page-intro-landing .intro-content .intro-subheadline {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .page-intro-landing .intro-content .intro-subheadline {
    font-size: 1.25rem;
  }
}
@media (max-width: 600px) {
  .page-intro-landing .intro-content .intro-subheadline {
    font-size: 1.125rem;
  }
}
.page-intro-landing .intro-content .intro-copy {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2.25rem;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 600px) {
  .page-intro-landing .intro-content .intro-copy {
    font-size: 1rem;
  }
}
.page-intro-landing .intro-content .intro-cta {
  display: inline-block;
  background: #FFA319;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  min-height: 44px;
  line-height: 1.2;
}
.page-intro-landing .intro-content .intro-cta:hover, .page-intro-landing .intro-content .intro-cta:focus {
  background: rgb(229, 137.4, 0);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 163, 25, 0.3);
}
.page-intro-landing .intro-content .intro-cta:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}
@media (max-width: 600px) {
  .page-intro-landing .intro-content .intro-cta {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
.page-intro-landing .intro-content .intro-disclaimer {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-style: italic;
}

/* ========================================
   PAGE HEADER SECTION (SUBPAGE VARIANT)
   ======================================== */
.page-header-subpage {
  background: #F8F9FA;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E0E0E0;
}
.page-header-subpage .page-header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
.page-header-subpage .page-header-content .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .page-header-subpage .page-header-content .page-title {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .page-header-subpage .page-header-content .page-title {
    font-size: 1.75rem;
  }
}
.page-header-subpage .page-header-content .page-updated {
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.page-header-subpage .page-header-content .page-summary {
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .page-header-subpage .page-header-content .page-summary {
    font-size: 1rem;
  }
}

/* ========================================
   LEGAL CONTENT BLOCK
   ======================================== */
.legal-content {
  padding: 1.5rem 0;
  background: #FFFFFF;
}
.legal-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.legal-content .content {
  max-width: 960px;
  margin: 0 auto;
}
.legal-content .content h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #111111;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.legal-content .content h2:first-child {
  margin-top: 0;
}
@media (max-width: 600px) {
  .legal-content .content h2 {
    font-size: 1.5rem;
  }
}
.legal-content .content h3 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #111111;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .legal-content .content h3 {
    font-size: 1.25rem;
  }
}
.legal-content .content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #666666;
  margin-bottom: 0.75rem;
}
.legal-content .content p:last-child {
  margin-bottom: 0;
}
.legal-content .content ul, .legal-content .content ol {
  margin-bottom: 0.75rem;
  padding-left: 1rem;
}
.legal-content .content ul li, .legal-content .content ol li {
  font-size: 1rem;
  line-height: 1.7;
  color: #666666;
  margin-bottom: 0.25rem;
}
.legal-content .content ul li:last-child, .legal-content .content ol li:last-child {
  margin-bottom: 0;
}
.legal-content .content a {
  color: #1B76FF;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.legal-content .content a:hover, .legal-content .content a:focus {
  color: rgb(0, 82.0197368421, 205.5);
}
.legal-content .content a:focus {
  outline: 2px solid #1B76FF;
  outline-offset: 2px;
  border-radius: 2px;
}
.legal-content .content strong {
  font-weight: 600;
  color: #111111;
}
.legal-content .legal-cta {
  margin-top: 1.5rem;
  text-align: center;
}
.legal-content .legal-cta .cta-button {
  display: inline-block;
  background: #1B76FF;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  min-height: 44px;
  line-height: 1.2;
}
.legal-content .legal-cta .cta-button:hover, .legal-content .legal-cta .cta-button:focus {
  background: rgb(0, 92.1973684211, 231);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(27, 118, 255, 0.3);
}
.legal-content .legal-cta .cta-button:focus {
  outline: 2px solid #FFA319;
  outline-offset: 2px;
}
@media (max-width: 600px) {
  .legal-content .legal-cta .cta-button {
    padding: 0.5rem 1rem;
  }
}

/* ========================================
   ANCHOR TARGET UTILITY
   ======================================== */
.anchor-target {
  position: relative;
  top: -80px;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

/* ========================================
   CONTENT SECTIONS
   ======================================== */
.content-section {
  padding: 1.5rem 0;
}
.content-section:first-child {
  padding-top: 1rem;
}
.content-section .section-content {
  min-height: 100px;
}

/* ========================================
   POLICY CONTENT SECTION
   ======================================== */
.policy-content {
  padding: 1.5rem 0;
  background: #FFFFFF;
}
.policy-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 600px) {
  .policy-content .container {
    padding: 0 0.75rem;
  }
}
.policy-content .content {
  max-width: 960px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #111111;
}
.policy-content .content h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #111111;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.policy-content .content h2:first-child {
  margin-top: 0;
}
@media (max-width: 600px) {
  .policy-content .content h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
.policy-content .content h3 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #111111;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .policy-content .content h3 {
    font-size: 1.25rem;
  }
}
.policy-content .content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #111111;
  margin-bottom: 0.75rem;
}
.policy-content .content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .policy-content .content p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.policy-content .content ul, .policy-content .content ol {
  margin-bottom: 0.75rem;
  padding-left: 1rem;
}
.policy-content .content ul li, .policy-content .content ol li {
  font-size: 1rem;
  line-height: 1.6;
  color: #111111;
  margin-bottom: 0.25rem;
}
.policy-content .content ul li:last-child, .policy-content .content ol li:last-child {
  margin-bottom: 0;
}
.policy-content .content a {
  color: #1B76FF;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.policy-content .content a:hover, .policy-content .content a:focus {
  font-weight: 700;
  color: rgb(0, 92.1973684211, 231);
}
.policy-content .content a:focus {
  outline: 2px solid #1B76FF;
  outline-offset: 2px;
  border-radius: 2px;
}
.policy-content .content strong {
  font-weight: 600;
  color: #111111;
}

/* ========================================
   TABLE OF CONTENTS
   ======================================== */
.table-of-contents {
  background: #F8F9FA;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0 2rem 0;
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}
.table-of-contents li {
  margin-bottom: 0.5rem;
  display: list-item;
  width: 100%;
  box-sizing: border-box;
  list-style-type: decimal;
  list-style-position: inside;
}
.table-of-contents li:last-child {
  margin-bottom: 0;
}
.table-of-contents li a {
  color: #1B76FF;
  font-weight: 600;
  text-decoration: none;
  display: inline;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.4;
}
.table-of-contents li a:hover, .table-of-contents li a:focus {
  font-weight: 600;
  color: rgb(0, 92.1973684211, 231);
}
@media (max-width: 600px) {
  .table-of-contents {
    padding: 0.75rem;
    margin: 0.75rem 0 1.5rem 0;
  }
}

/* ========================================
   SUPPORT SERVICES TABLE
   ======================================== */
.table-responsive {
  overflow-x: auto;
  margin: 1rem 0;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
}
@media (max-width: 600px) {
  .table-responsive {
    margin: 0.75rem 0;
  }
}

.support-services-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  background: #FFFFFF;
}
.support-services-table thead {
  background: #F8F9FA;
}
.support-services-table thead th {
  padding: 0.75rem;
  text-align: left;
  font-weight: 600;
  color: #111111;
  border-bottom: 2px solid #E0E0E0;
}
.support-services-table thead th:not(:last-child) {
  border-right: 1px solid #E0E0E0;
}
@media (max-width: 600px) {
  .support-services-table thead th {
    padding: 0.5rem;
    font-size: 0.85rem;
  }
}
.support-services-table tbody tr:nth-child(even) {
  background: rgb(253.95, 254.1, 254.25);
}
.support-services-table tbody tr:hover {
  background: rgb(242.05, 243.9, 245.75);
}
.support-services-table tbody tr td {
  padding: 0.75rem;
  border-bottom: 1px solid #E0E0E0;
  vertical-align: top;
}
.support-services-table tbody tr td:not(:last-child) {
  border-right: 1px solid #E0E0E0;
}
.support-services-table tbody tr td a {
  color: #1B76FF;
  font-weight: 500;
  text-decoration: none;
  word-break: break-all;
}
.support-services-table tbody tr td a:hover, .support-services-table tbody tr td a:focus {
  font-weight: 600;
  color: rgb(0, 92.1973684211, 231);
}
@media (max-width: 600px) {
  .support-services-table tbody tr td {
    padding: 0.5rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .support-services-table thead {
    display: none;
  }
  .support-services-table tbody tr {
    display: block;
    margin-bottom: 0.75rem;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    background: #FFFFFF;
  }
  .support-services-table tbody tr:nth-child(even) {
    background: #FFFFFF;
  }
  .support-services-table tbody tr td {
    display: block;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    padding: 0.5rem;
  }
  .support-services-table tbody tr td:last-child {
    border-bottom: none;
  }
  .support-services-table tbody tr td:before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
    color: #111111;
  }
}

/* ========================================
   RESPONSIBLE GAMING NOTICE CALLOUT
   ======================================== */
.responsible-gaming-notice {
  background: rgb(255, 254.8, 254.5);
  border: 2px solid #FFA319;
  border-radius: 6px;
  padding: 1rem;
  margin: 2rem 0;
}
.responsible-gaming-notice p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #111111;
}
.responsible-gaming-notice p strong {
  font-weight: 700;
  color: #111111;
}
.responsible-gaming-notice p a {
  color: #1B76FF;
  font-weight: 700;
  text-decoration: none;
}
.responsible-gaming-notice p a:hover, .responsible-gaming-notice p a:focus {
  color: rgb(0, 82.0197368421, 205.5);
  text-decoration: underline;
}
@media (max-width: 600px) {
  .responsible-gaming-notice {
    padding: 0.75rem;
    margin: 1.5rem 0;
  }
  .responsible-gaming-notice p {
    font-size: 0.95rem;
  }
}

/* ========================================
   POLICY CTA BUTTON
   ======================================== */
.policy-cta {
  margin-top: 64px;
  margin-bottom: 32px;
  text-align: center;
}
.policy-cta .cta-button {
  display: inline-block;
  background: transparent;
  color: #1B76FF;
  border: 2px solid #1B76FF;
  padding: 12px 24px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  min-height: 44px;
  line-height: 1.2;
}
.policy-cta .cta-button:hover, .policy-cta .cta-button:focus {
  background: #1B76FF;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(27, 118, 255, 0.3);
}
.policy-cta .cta-button:focus {
  outline: 2px solid #FFA319;
  outline-offset: 2px;
}
@media (max-width: 600px) {
  .policy-cta .cta-button {
    width: 100%;
    max-width: 300px;
    padding: 0.75rem 1rem;
  }
}
@media (max-width: 600px) {
  .policy-cta {
    margin-top: 48px;
    margin-bottom: 24px;
  }
}

/*# sourceMappingURL=main.css.map */


/* ========================================
   CONTENT SECTIONS STYLING
   ======================================== */

/* Section wrapper styling */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
}

.content-section {
  padding: 3rem 0;
}

.content-section h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 1.5rem auto;
  line-height: 1.4;
}

.content-section p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  max-width: 1152px;
  margin: 0 auto 2.5rem auto;
}

/* Benefits Section */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.benefit-card {
  background: #1B76FF;
  color: #FFFFFF;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-icon {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.benefit-card p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  max-width: none;
}

/* Process Section */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.process-step {
  background: #FFFFFF;
  border: 1px solid #1B76FF;
  color: #1B76FF;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1B76FF;
}

.step-icon {
  color: #1B76FF;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-step h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #1B76FF;
}

.process-step p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  max-width: none;
  color: #1B76FF;
}

/* Trust Section */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.trust-item {
  background: transparent;
  padding: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 44px;
}

.trust-icon {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: rgba(52, 168, 83, 0.1);
}

.trust-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1B76FF;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .benefits-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  
  .trust-grid {
    grid-template-columns: 1fr;
  }
  
  .content-section {
    padding: 2rem 0;
  }
  
  .content-section h2 {
    font-size: 28px;
  }
  
  .wrapper {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .content-section h2 {
    font-size: 24px;
  }
  
  .benefit-card,
  .process-step {
    padding: 1.5rem;
  }
  
  .trust-item {
    padding: 1rem;
  }
}


/* ========================================
   CONTACT SECTION STYLING
   ======================================== */

/* Contact Grid Layout */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

/* Support Cards Column */
.contact-support h3 {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
  color: #1B76FF;
}

.support-card {
  background: #1B76FF;
  color: #FFFFFF;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  height: 250px;
}

.support-icon {
  color: #FFFFFF;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-card h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.75rem;
  color: #FFFFFF;
}

.support-card p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  max-width: none;
  color: #FFFFFF;
}

/* Contact Form Column */
.contact-form h3 {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
  color: #1B76FF;
}

.form-container {
  background: #1B76FF;
  padding: 2rem;
  border-radius: 8px;
  width: 100%;
  height: 532px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ensure embedded form fits properly */
.form-container .elfsight-app-5feba7c3-4f3f-43fd-82d6-f85b613526fa {
  width: 100%;
  max-width: 100%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .support-card {
    padding: 1.5rem;
  }
  
  .form-container {
    padding: 1.5rem;
    height: 450px;
  }
}

@media (max-width: 480px) {
  .support-card {
    padding: 1.25rem;
  }
  
  .form-container {
    padding: 1.25rem;
    height: 400px;
  }
  
  .contact-support h3,
  .contact-form h3 {
    font-size: 20px;
  }
}



/* Notice Section Styles */

#notice .wrapper {
  max-width: 1200px;
  padding: 1.5rem;
}

.notice-text-block {
  background: #1B76FF;
  border: 8px solid #FFA319;
  border-radius: 8px;
  padding: 2rem;
  max-width: 1140px;
  margin: 0 auto 2rem auto;
}

.notice-title {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.notice-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  color: #FFFFFF;
  max-width: 1140px;
}

.notice-logo-strip {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.notice-logo-strip a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  transition: opacity 0.2s ease;
}

.notice-logo-strip a:hover {
  opacity: 0.8;
}

.notice-logo {
  max-height: 42px;
  width: auto;
  object-fit: contain;
}

/* Section-specific spacing adjustments */
#benefits {
  padding: 24px 0;
  margin: 64px 0 36px 0;
}

#trust {
  padding: 24px 0;
  margin: 36px 0;
}

#contact {
  padding: 24px 0;
  margin: 36px 0;
}

#notice {
  background: #FFFFFF;
  padding: 24px 0;
  margin: 0 0 36px 0;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .notice-text-block {
    padding: 1.5rem;
  }
  
  .notice-title {
    font-size: 20px;
  }
  
  .notice-body {
    font-size: 14px;
  }
  
  .notice-logo-strip {
    justify-content: center;
    gap: 1rem;
  }
  
  .notice-logo {
    max-height: 36px;
  }
}

@media (max-width: 480px) {
  .notice-text-block {
    padding: 1.25rem;
  }
  
  .notice-title {
    font-size: 18px;
  }
  
  .notice-body {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .notice-logo-strip {
    gap: 0.75rem;
  }
  
  .notice-logo {
    max-height: 32px;
  }
}



/* ========================================
   AGE VERIFICATION MODAL
   ======================================== */

/* Modal Overlay */
.age-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

/* Modal Container */
.age-modal-container {
  max-width: 520px;
  width: 100%;
  background: #FFFFFF;
  opacity: 0.96;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

/* Header Bar */
.age-modal-header {
  background: #CE2029;
  padding: 1rem;
}

.age-modal-title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

/* Modal Content Layout */
.age-modal-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 1.5rem;
  align-items: center;
}

/* Left Column - Icon */
.age-modal-icon-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.age-icon-circle {
  width: 120px;
  height: 120px;
  border: 4px solid #CE2029;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.age-icon-text {
  font-size: 24px;
  font-weight: 800;
  color: #000000;
  line-height: 1;
}

/* Right Column - Text */
.age-modal-text-column {
  padding: 0;
}

.age-modal-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  color: #000000;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

/* Action Buttons */
.age-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.age-btn {
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.age-btn:focus-visible {
  outline: 3px solid #1B76FF;
  outline-offset: 2px;
}

.age-btn-yes {
  background: #32CD32;
  color: #FFFFFF;
}

.age-btn-yes:hover {
  background: #28A428;
  transform: translateY(-1px);
}

.age-btn-no {
  background: #CE2029;
  color: #FFFFFF;
}

.age-btn-no:hover {
  background: #A01A21;
  transform: translateY(-1px);
}

/* Access Denied State */
.access-denied-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 1rem;
  z-index: 10000;
}

.access-denied-container {
  max-width: 520px;
  width: 100%;
  background: #CE2029;
  border: 4px solid #CE2029;
  border-radius: 16px;
  opacity: 0.96;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.access-denied-title {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

.access-denied-text {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.4;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .age-modal-content {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }
  
  .age-modal-actions {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  
  .age-icon-circle {
    width: 100px;
    height: 100px;
  }
  
  .age-icon-text {
    font-size: 20px;
  }
  
  .age-modal-title {
    font-size: 16px;
  }
  
  .age-modal-text {
    font-size: 13px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .age-modal-overlay {
    padding: 0.5rem;
  }
  
  .age-modal-content {
    padding: 1rem;
  }
  
  .age-modal-actions {
    padding: 0 1rem 1rem 1rem;
  }
  
  .age-icon-circle {
    width: 80px;
    height: 80px;
  }
  
  .age-icon-text {
    font-size: 18px;
  }
  
  .access-denied-container {
    padding: 1.5rem;
  }
  
  .access-denied-title {
    font-size: 20px;
  }
  
  .access-denied-text {
    font-size: 13px;
  }
}

/* Hidden state for modal */
.age-modal-hidden {
  display: none !important;
}

