 body {
     margin: 0;
     font-family: 'Segoe UI', sans-serif;
     background: #000;
 }

 .header {
     background: #050505;
     max-width: 1200px;
     margin: auto;
     padding: 15px 30px;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }



 .logo {
     color: #fff;
     font-weight: bold;
     line-height: 1;
     font-size: 14px;
     text-transform: uppercase;
 }

 .logo small {
     display: block;
     font-size: 10px;
     letter-spacing: 1px;
     margin-top: 3px;
 }

 .login-btn {
     background: transparent;
     color: #ff9900;
     border: 1px solid #ff9900;
     padding: 12px 20px;
     border-radius: 25px;
     font-weight: bold;
     font-size: 18px;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .login-btn:hover {
     background-color: #ff9900;
     color: #000;
 }

 .hero {
     background: linear-gradient(to right, #a2202c, #fa6e1a);
     background-image: url('../img/hero-bg.png');
     background-repeat: no-repeat;
     background-size: cover;
     color: white;
     padding: 60px 20px 30px;
 }

 .hero-wrapper {
     max-width: 1200px;
     margin: auto;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     gap: 40px;
 }

 .hero-left {
     flex: 1;
     max-width: 400px;
     width: 100%;
 }

 .promo-block {
     text-align: left;
 }

 .promo-block img {
     width: 100%;
 }

 .promo-block .label {
     text-transform: uppercase;
     font-weight: bold;
     border-top: 2px solid white;
     border-bottom: 2px solid white;
     padding: 6px 0;
     font-size: 14px;
     margin-bottom: 15px;
     display: inline-block;
 }

 .promo-block h1 {
     font-size: 48px;
     margin: 0;
     font-weight: 900;
 }

 .promo-block h1 span {
     font-size: 26px;
     font-weight: 700;
     margin-left: 10px;
 }

 .promo-block .plus {
     font-weight: bold;
     margin: 20px 0 10px;
 }

 .promo-block .match {
     font-size: 36px;
     font-weight: 900;
     line-height: 1.2;
 }

 .promo-block .match span {
     font-size: 30px;
     display: block;
 }

 .play-text {
     margin-top: 40px;
     font-size: 18px;
     text-align: center;
     font-weight: bold;
 }

 .select-container {
     margin-top: 10px;
     display: flex;
     align-items: center;
 }

 .select-container select {
     background-color: #000;
     color: orange;
     font-size: 16px;
     font-weight: bold;
     border: 2px solid #ff9900;
     border-radius: 30px;
     width: 100%;
     padding: 12px 20px;
     text-align: center;
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
 }

 .join-btn {
     margin-top: 20px;
     background-color: #ffa726;
     color: black;
     font-size: 18px;
     width: 100%;
     font-weight: bold;
     padding: 14px 50px;
     border: none;
     border-radius: 32px;
     cursor: pointer;
 }

 .offer-link {
     margin-top: 12px;
     display: block;
     font-weight: 700;
     color: #ffa726;
     font-size: 14px;
     text-align: center;
     text-decoration: none;
 }

 .hero-right {
     flex: 1;
     min-width: 300px;
     text-align: center;
 }

 .hero-right img {
     max-width: 100%;
     width: 460px;
 }

 .legal-bar {
     background-color: #1b1b1b;
     color: #ccc;
     padding: 5px 0;
     font-size: 13px;
     text-align: center;
     border-top: 1px solid #111;
 }

 .legal-bar a {
     color: #ccc;
     text-decoration: underline;
 }

 @media (max-width: 768px) {
     .hero-wrapper {
         flex-direction: column;
         text-align: center;
     }

     .hero-left {
         order: 2;
     }

     .hero-right {
         order: 1;
     }

     .select-container select {
         margin: auto;
     }
 }

 footer {
     background-color: #0a0a0a;
     color: white;
     font-family: 'Segoe UI', sans-serif;
     padding: 40px 20px 20px;
     padding-bottom: 100px;
 }

 .palace-block {
     text-align: center;
     margin-bottom: 40px;
 }

 .palace-block h2 {
     font-size: 24px;
     margin-bottom: 10px;
 }

 .palace-block p {
     font-size: 16px;
     color: #ccc;
 }

 .app-icons {
     display: flex;
     justify-content: center;
     gap: 40px;
     margin-top: 20px;
 }

 .app-icons img {
     width: 160px;
     border-radius: 12px;
 }

 .footer-content {
     border-top: 1px solid #222;
     padding-top: 30px;
 }

 .footer-social {
     text-align: center;
     margin-bottom: 20px;
 }

 .footer-social i {
     font-size: 20px;
     color: orange;
     margin: 0 10px;
 }

 .footer-social a {
     color: orange;
     font-size: 20px;
     margin: 0 10px;
     text-decoration: none;
 }

 .footer-links {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 40px;
     margin-bottom: 30px;
     text-align: center;
 }

 .footer-logo img {
     width: 140px;
 }

 .footer-columns {
     display: flex;
     gap: 60px;
     flex-wrap: wrap;
     justify-content: center;
     text-align: left;
 }

 .footer-columns a {
     color: orange;
     font-size: 14px;
     text-decoration: none;
     display: block;
     margin-bottom: 5px;
 }

 .footer-legal {
     max-width: 1200px;
     margin: auto;
     font-size: 12px;
     color: #ccc;
     text-align: center;
     margin-top: 30px;
     line-height: 1.6;
 }

 .footer-legal a {
     color: #ccc;
     text-decoration: underline;
 }

 .igaming-logo {
     margin-top: 10px;
     height: 30px;
 }

 .age-gate {
     position: fixed;
     z-index: 9999;
     inset: 0;
     background-color: rgba(0, 0, 0, 0.7);
     display: flex;
     align-items: center;
     justify-content: center;
     backdrop-filter: blur(2px);
 }

 .age-gate-box {
     background-color: #0a0a0a;
     border: 2px solid #ffa726;
     border-radius: 16px;
     padding: 40px 30px;
     max-width: 420px;
     text-align: center;
     color: white;
     font-family: 'Segoe UI', sans-serif;
 }

 .age-gate-title {
     font-size: 22px;
     font-weight: bold;
     margin-bottom: 15px;
 }

 .age-gate-text {
     font-size: 15px;
     line-height: 1.6;
     color: #ccc;
     margin-bottom: 30px;
 }

 .age-gate-box button {
     background-color: #ffa726;
     color: black;
     font-weight: bold;
     font-size: 16px;
     padding: 12px 32px;
     border: none;
     border-radius: 30px;
     cursor: pointer;
     transition: 0.3s ease;
 }

 .age-gate-box button:hover {
     background-color: #ff9800;
 }

 .age-gate-buttons {
     display: flex;
     justify-content: center;
     gap: 20px;
     flex-wrap: wrap;
 }

 .age-gate-box button {
     background-color: #ffa726;
     color: black;
     font-weight: bold;
     font-size: 16px;
     padding: 12px 28px;
     border: none;
     border-radius: 30px;
     cursor: pointer;
     transition: 0.3s ease;
 }

 .age-gate-box button:hover {
     background-color: #ff9800;
 }

 .age-gate-box .decline {
     background-color: transparent;
     border: 2px solid #ffa726;
     color: #ffa726;
 }

 .age-gate-box .decline:hover {
     background-color: #ffa726;
     color: black;
 }

 .modal {
     background: #0a0a0a;
     padding: 0;
     border: 2px solid #ffa726;
     border-radius: 16px;
     width: 90%;
     max-width: 420px;
     position: relative;
     font-family: 'Segoe UI', sans-serif;
     color: white;
     overflow: hidden;
 }

 .modal-close {
     position: absolute;
     top: 10px;
     right: 15px;
     font-size: 22px;
     color: #ffa726;
     background: none;
     border: none;
     cursor: pointer;
     z-index: 2;
 }

 .modal-tabs {
     display: flex;
     justify-content: space-between;
     border-bottom: 1px solid #222;
     background: #000;
 }

 .modal-overlay {
     position: fixed;
     inset: 0;
     background: rgba(0, 0, 0, 0.85);
     display: none;
     align-items: center;
     justify-content: center;
     z-index: 9998;
     height: 100vh;
 }

 .modal-tabs .tab {
     flex: 1;
     padding: 14px 0;
     border: none;
     background: transparent;
     color: #ffa726;
     font-weight: bold;
     cursor: pointer;
     border-bottom: 2px solid transparent;
     transition: all 0.3s ease;
     font-size: 16px;
 }

 .modal-tabs .tab.active {
     background: #ffa726;
     color: #000;
     border-bottom: 2px solid #ffa726;
 }

 .modal-body {
     padding: 30px 25px;
     background: #111;
 }

 .tab-content {
     display: none;
 }

 .tab-content.active {
     display: flex;
     flex-direction: column;
     gap: 15px;
 }

 .modal-body input {
     padding: 14px 18px;
     border-radius: 999px;
     border: none;
     background: #2c2c2c;
     color: #fff;
     font-size: 15px;
 }

 .modal-btn {
     background: #ffa726;
     color: black;
     font-weight: bold;
     border: none;
     border-radius: 999px;
     padding: 12px;
     cursor: pointer;
     font-size: 16px;
     margin-top: 10px;
     transition: 0.3s ease;
 }

 .modal-btn:hover {
     background: #ff9800;
 }

 .innerSection {
     background-color: #0a0a0a;
     color: #fff;
     font-family: 'Segoe UI', sans-serif;
     padding: 60px 30px;
     max-width: 1000px;
     margin: 0 auto;
     line-height: 1.6;
 }

 .innerSection h2,
 .innerSection h3,
 .innerSection h4 {
     color: #ffa726;
     margin-top: 40px;
     margin-bottom: 15px;
     font-weight: bold;
 }

 .innerSection h2 {
     font-size: 28px;
 }

 .innerSection h3 {
     font-size: 22px;
 }

 .innerSection h4 {
     font-size: 18px;
 }

 .innerSection p {
     font-size: 15px;
     color: #ccc;
     margin-bottom: 20px;
 }

 .innerSection p.no-bottom-padding {
     margin-bottom: 0;
 }

 .innerSection p.extra-bottom-padding {
     margin-bottom: 30px;
 }

 .innerSection a.bullet-link {
     color: #ffa726;
     text-decoration: underline;
 }

 .innerSection a.bullet-link:hover {
     color: #ffcc80;
 }

 .innerSection ul,
 .innerSection ol {
     padding-left: 20px;
     margin-bottom: 30px;
 }

 .innerSection li {
     margin-bottom: 10px;
     color: #ccc;
     font-size: 15px;
 }

 .innerSection ol>li {
     list-style: decimal;
 }

 .innerSection ul>li {
     list-style: disc;
 }

 .anchor h2 {
     color: white; 
     text-align: center;
 }