
    :root {
      --primary-color: #FFD700; /* Gold */
      --secondary-color: #000000; /* Black */
      --accent-color: #FF4500; /* OrangeRed */
      --text-color: #FFFFFF; /* White */
      --background-dark: #1a1a1a;
      --background-light: #2c2c2c;
      --border-color: #444;
      --button-bg: var(--primary-color);
      --button-text: var(--secondary-color);
      --hover-bg: #e6c200;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino {
      font-family: 'Arial', sans-serif;
      color: var(--text-color);
      background-color: var(--background-dark);
      line-height: 1.6;
      overflow-x: hidden; /* Prevent horizontal scroll from padding */
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__section {
      padding: 60px 20px;
      margin: 0 auto;
      max-width: 1200px;
      box-sizing: border-box;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__section--dark {
      background-color: var(--background-dark);
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__section--light {
      background-color: var(--background-light);
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-section {
      padding-top: 10px; /* Adhering to fixed nav bar spacing rule */
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      min-height: 600px;
      box-sizing: border-box;
      background-color: var(--background-dark); /* Fallback */
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      opacity: 0.4;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-title {
      font-size: 3.5em;
      color: var(--primary-color);
      margin-bottom: 20px;
      line-height: 1.1;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-subtitle {
      font-size: 1.5em;
      color: var(--text-color);
      margin-bottom: 30px;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--button-bg);
      color: var(--button-text);
      text-decoration: none;
      border-radius: 5px;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__button:hover {
      background-color: var(--hover-bg);
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__heading {
      font-size: 2.8em;
      color: var(--primary-color);
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__heading::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: var(--accent-color);
      margin: 15px auto 0;
      border-radius: 2px;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__content-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
      margin-bottom: 40px;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__content-grid--reverse {
      grid-template-columns: 1fr 1fr;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__text-content {
      text-align: left;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__text-content h3 {
      font-size: 2em;
      color: var(--primary-color);
      margin-bottom: 15px;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__text-content p {
      font-size: 1.1em;
      color: var(--text-color);
      margin-bottom: 15px;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__image-wrapper {
      position: relative;
      padding-bottom: 75%; /* 4:3 Aspect Ratio */
      height: 0;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__image-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Important for image responsiveness */
      height: auto; /* Important for image responsiveness */
      box-sizing: border-box;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__features-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__features-item {
      background-color: var(--background-light);
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, background-color 0.3s ease;
      box-sizing: border-box; /* Required for list items */
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__features-item:hover {
      transform: translateY(-5px);
      background-color: #3a3a3a;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__features-item h4 {
      font-size: 1.5em;
      color: var(--primary-color);
      margin-bottom: 15px;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__features-item p {
      font-size: 1em;
      color: var(--text-color);
    }

    /* FAQ Section Styles */
    .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-container {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-item {
      background-color: var(--background-light);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: var(--background-dark);
      border-bottom: 1px solid var(--border-color);
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-question:hover {
      background-color: #2a2a2a;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-question h3 {
      font-size: 1.3em;
      color: var(--primary-color);
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-toggle {
      font-size: 1.8em;
      color: var(--primary-color);
      font-weight: bold;
      pointer-events: none; /* Prevent toggle from blocking click */
      transition: transform 0.3s ease;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-item.active .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-toggle {
      transform: rotate(45deg); /* Change + to X-like or - */
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--text-color);
      font-size: 1.1em;
    }

    .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-item.active .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important; /* Final padding */
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-title {
        font-size: 2.8em;
      }
      .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-subtitle {
        font-size: 1.3em;
      }
      .page-jilihot-casino-super-ace-tongits-go-live-casino__heading {
        font-size: 2.2em;
      }
      .page-jilihot-casino-super-ace-tongits-go-live-casino__text-content h3 {
        font-size: 1.8em;
      }
    }

    @media (max-width: 768px) {
      .page-jilihot-casino-super-ace-tongits-go-live-casino__section {
        padding: 40px 15px;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-section {
        min-height: 450px;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-title {
        font-size: 2.2em;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-subtitle {
        font-size: 1.1em;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__heading {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__content-grid--reverse {
        grid-template-columns: 1fr;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__text-content {
        text-align: center;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__text-content h3 {
        font-size: 1.6em;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__text-content p {
        font-size: 1em;
      }

      /* Image responsiveness for mobile */
      .page-jilihot-casino-super-ace-tongits-go-live-casino__image-wrapper {
        padding-bottom: 60%; /* Adjust aspect ratio for mobile if needed, or keep 75% */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__image-wrapper img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      /* List items mobile responsiveness */
      .page-jilihot-casino-super-ace-tongits-go-live-casino__features-list {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__features-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 25px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__features-item h4 {
        font-size: 1.3em;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-question {
        padding: 15px 20px;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-question h3 {
        font-size: 1.1em;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-toggle {
        font-size: 1.5em;
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-answer {
        padding: 0 20px; /* Initial padding */
      }

      .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-item.active .page-jilihot-casino-super-ace-tongits-go-live-casino__faq-answer {
        padding: 15px 20px !important; /* Final padding */
      }
    }

    @media (max-width: 480px) {
      .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-title {
        font-size: 1.8em;
      }
      .page-jilihot-casino-super-ace-tongits-go-live-casino__hero-subtitle {
        font-size: 1em;
      }
      .page-jilihot-casino-super-ace-tongits-go-live-casino__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-jilihot-casino-super-ace-tongits-go-live-casino__heading {
        font-size: 1.5em;
      }
      .page-jilihot-casino-super-ace-tongits-go-live-casino__text-content h3 {
        font-size: 1.4em;
      }
    }
  