
    /* Page-specific CSS for TT88 Slot Login */
    .page-88slot {
      font-family: 'Arial', sans-serif;
      background-color: #000000; /* Black background */
      color: #FFFFFF; /* White text */
      line-height: 1.6;
    }

    .page-88slot__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-88slot__hero-section {
      text-align: center;
      padding: 160px 20px 40px; /* Adjust padding-top for fixed header */
      background-color: #1a1a1a;
      position: relative;
      overflow: hidden;
    }

    .page-88slot__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .page-88slot__hero-content {
      position: relative;
      z-index: 1;
      padding: 20px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 8px;
    }

    .page-88slot__hero-title {
      color: #FFD700; /* Yellow */
      font-size: 2.5em;
      margin-bottom: 10px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-88slot__hero-subtitle {
      color: #FFFFFF;
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    .page-88slot__button {
      display: inline-block;
      background-color: #FFD700; /* Yellow */
      color: #000000; /* Black */
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-88slot__button:hover {
      background-color: #FFA500; /* Orange */
      transform: translateY(-2px);
    }

    .page-88slot__floating-promo {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #FFD700; /* Yellow */
      color: #000000; /* Black */
      padding: 12px 25px;
      border-radius: 50px;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      cursor: pointer;
      text-align: center;
      white-space: nowrap;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      text-decoration: none;
    }

    .page-88slot__floating-promo:hover {
      background-color: #FFA500; /* Orange */
      transform: translateX(-50%) translateY(-3px);
    }

    .page-88slot__section {
      padding: 40px 20px;
      background-color: #1a1a1a;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-88slot__section-title {
      color: #FFD700; /* Yellow */
      font-size: 2em;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-88slot__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #FFD700;
      border-radius: 2px;
    }

    .page-88slot__text-content {
      font-size: 1.1em;
      text-align: justify;
      margin-bottom: 20px;
      color: #FFFFFF;
    }

    .page-88slot__text-content strong {
      color: #FFD700;
    }

    .page-88slot__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-88slot__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
    }

    .page-88slot__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-88slot__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      border-bottom: 2px solid #FFD700;
    }

    .page-88slot__game-title {
      color: #FFD700;
      font-size: 1.4em;
      margin: 15px 0 10px;
      padding: 0 15px;
    }

    .page-88slot__game-description {
      color: #CCCCCC;
      font-size: 0.95em;
      padding: 0 15px;
    }

    .page-88slot__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-88slot__provider-logo {
      background-color: #2a2a2a;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      transition: transform 0.3s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .page-88slot__provider-logo:hover {
      transform: scale(1.05);
    }

    .page-88slot__provider-logo img {
      width: 100%;
      height: auto;
      max-width: 150px;
      object-fit: contain;
      max-height: 80px;
      display: block;
      margin: 0 auto;
      max-width: 100%;
    }

    .page-88slot__how-to-steps {
      display: flex;
      flex-direction: column;
      gap: 25px;
      margin-top: 30px;
    }

    .page-88slot__step-item {
      background-color: #2a2a2a;
      padding: 25px;
      border-radius: 10px;
      display: flex;
      align-items: flex-start;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    }

    .page-88slot__step-number {
      background-color: #FFD700;
      color: #000000;
      font-size: 1.8em;
      font-weight: bold;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      margin-right: 20px;
    }

    .page-88slot__step-content h3 {
      color: #FFD700;
      margin-top: 0;
      font-size: 1.3em;
    }

    .page-88slot__step-content p {
      color: #CCCCCC;
      margin-bottom: 0;
      font-size: 1em;
    }

    .page-88slot__promo-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
    }

    .page-88slot__promo-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      padding: 20px;
      border-left: 5px solid #FFD700;
      border-radius: 8px;
      color: #FFFFFF;
      font-size: 1.1em;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .page-88slot__promo-item strong {
      color: #FFD700;
    }

    /* FAQ Section Styles */
    .page-88slot__faq-section {
      padding: 40px 20px;
      background-color: #1a1a1a;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-88slot__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .page-88slot__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #333333;
      color: #FFFFFF;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-88slot__faq-question:hover {
      background-color: #444444;
    }

    .page-88slot__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #FFD700;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-88slot__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #FFD700;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-88slot__faq-item.active .page-88slot__faq-toggle {
      transform: rotate(45deg); /* Change + to X (or rotate to -) */
    }

    .page-88slot__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding */
      color: #CCCCCC;
      background-color: #2a2a2a;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-88slot__faq-item.active .page-88slot__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important; /* Expanded padding */
      opacity: 1;
    }

    .page-88slot__social-links {
      text-align: center;
      margin-top: 30px;
    }

    .page-88slot__social-links a {
      display: inline-block;
      margin: 0 10px;
      transition: transform 0.3s ease;
    }

    .page-88slot__social-links a:hover {
      transform: translateY(-5px);
    }

    .page-88slot__social-icon {
      width: 80px; /* Minimum 200x200px, but scaled down here for display */
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #FFD700;
      max-width: 100%;
      height: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-88slot__hero-section {
        padding-top: 160px; /* Mobile padding-top for fixed header */
      }

      .page-88slot__hero-title {
        font-size: 1.8em;
      }

      .page-88slot__hero-subtitle {
        font-size: 1em;
      }

      .page-88slot__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-88slot__floating-promo {
        padding: 10px 20px;
        font-size: 0.9em;
        bottom: 15px;
        width: calc(100% - 40px);
        max-width: 350px;
      }

      .page-88slot__section-title {
        font-size: 1.8em;
      }

      .page-88slot__game-categories {
        grid-template-columns: 1fr;
      }

      .page-88slot__providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }

      .page-88slot__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .page-88slot__step-number {
        margin-right: 0;
        margin-bottom: 15px;
      }

      .page-88slot__faq-question {
        padding: 15px;
      }

      .page-88slot__faq-question h3 {
        font-size: 1.1em;
      }

      .page-88slot__faq-answer {
        padding: 0 15px;
      }

      .page-88slot__faq-item.active .page-88slot__faq-answer {
        padding: 15px !important;
      }

      .page-88slot__social-icon {
        width: 60px;
        height: 60px;
      }
    }

    /* Enforce image responsiveness */
    .page-88slot img {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box;
    }

    .page-88slot__game-card img,
    .page-88slot__provider-logo img,
    .page-88slot__social-links img {
      width: 100% !important;
      height: auto !important;
      max-width: 100% !important;
    }

    @media (max-width: 768px) {
      .page-88slot img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-88slot__game-card img,
      .page-88slot__provider-logo img,
      .page-88slot__social-links img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
      }
    }
  