
    .page-777king99 {
      font-family: 'Arial', sans-serif;
      color: #333333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-777king99__hero-section {
      background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
      color: #ffffff;
      text-align: center;
      padding: 10px 20px 60px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 350px;
    }

    .page-777king99__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #ffd700; /* Gold */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-777king99__hero-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      color: #e0e0e0;
    }

    .page-777king99__hero-buttons {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .page-777king99__button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      white-space: nowrap;
    }

    .page-777king99__button--primary {
      background-color: #ff4500; /* OrangeRed */
      color: #ffffff;
    }

    .page-777king99__button--primary:hover {
      background-color: #e03e00;
      transform: translateY(-3px);
    }

    .page-777king99__button--secondary {
      background-color: #007bff; /* Blue */
      color: #ffffff;
    }

    .page-777king99__button--secondary:hover {
      background-color: #0069d9;
      transform: translateY(-3px);
    }

    .page-777king99__section-title {
      font-size: 2em;
      color: #1a1a2e;
      text-align: center;
      margin-bottom: 20px;
      position: relative;
      padding-top: 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-777king99__section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #ff4500;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-777king99__section-description {
      text-align: center;
      font-size: 1.1em;
      color: #555555;
      margin-bottom: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 15px;
    }

    .page-777king99__game-showcase-section, 
    .page-777king99__promotions-section, 
    .page-777king99__about-section, 
    .page-777king99__payment-providers-section, 
    .page-777king99__faq-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-777king99__game-grid, .page-777king99__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-777king99__game-card, .page-777king99__promo-card {
      background-color: #ffffff;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-777king99__game-card:hover, .page-777king99__promo-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    .page-777king99__game-image, .page-777king99__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      display: block;
    }

    .page-777king99__game-title, .page-777king99__promo-title {
      font-size: 1.4em;
      color: #1a1a2e;
      margin: 20px 15px 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-777king99__game-text, .page-777king99__promo-text {
      font-size: 1em;
      color: #666666;
      padding: 0 15px 20px;
    }

    .page-777king99__about-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }

    .page-777king99__about-image {
      width: 100%;
      max-width: 600px;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      height: auto;
    }

    .page-777king99__about-text {
      font-size: 1.1em;
      color: #444444;
      max-width: 800px;
      text-align: justify;
    }

    .page-777king99__about-text p {
      margin-bottom: 15px;
    }

    .page-777king99__about-text strong {
      color: #ff4500;
    }

    .page-777king99__list-container {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: center;
    }

    .page-777king99__payment-methods, .page-777king99__game-providers {
      flex: 1;
      min-width: 300px;
      background-color: #ffffff;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      padding: 30px;
    }

    .page-777king99__list-title {
      font-size: 1.6em;
      color: #1a1a2e;
      margin-bottom: 25px;
      text-align: center;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-777king99__icon-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .page-777king99__list-item {
      display: flex;
      align-items: center;
      background-color: #f0f0f0;
      padding: 12px 20px;
      border-radius: 10px;
      font-size: 1.1em;
      color: #333333;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: background-color 0.2s ease;
      box-sizing: border-box;
      width: calc(50% - 10px); /* Two items per row on desktop */
    }

    .page-777king99__list-item:hover {
      background-color: #e0e0e0;
    }

    .page-777king99__list-icon {
      width: 80px;
      height: auto;
      max-width: 100%;
      margin-right: 15px;
      object-fit: contain;
      border-radius: 5px;
    }

    .page-777king99__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-777king99__faq-item {
      background-color: #ffffff;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-777king99__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #f9f9f9;
      border-bottom: 1px solid #eeeeee;
      transition: background-color 0.2s ease;
    }

    .page-777king99__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-777king99__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #1a1a2e;
      pointer-events: none; /* Prevents text selection interference */
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-777king99__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #ff4500;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-777king99__faq-item.active .page-777king99__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or '-' */
      color: #007bff;
    }

    .page-777king99__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555555;
      background-color: #ffffff;
    }

    .page-777king99__faq-item.active .page-777king99__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-777king99__faq-answer p {
      margin: 0;
    }

    .page-777king99__fixed-button {
      position: fixed;
      bottom: 20px;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: bold;
      font-size: 1.1em;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      transition: transform 0.3s ease, background-color 0.3s ease;
      white-space: nowrap;
    }

    .page-777king99__fixed-button--register {
      left: 15px;
      background-color: #ff4500; /* OrangeRed */
    }

    .page-777king99__fixed-button--register:hover {
      background-color: #e03e00;
      transform: translateY(-2px);
    }

    .page-777king99__fixed-button--login {
      right: 15px;
      background-color: #007bff; /* Blue */
    }

    .page-777king99__fixed-button--login:hover {
      background-color: #0069d9;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-777king99__hero-section {
        padding: 10px 15px 40px;
        min-height: 300px;
      }

      .page-777king99__hero-title {
        font-size: 2em;
      }

      .page-777king99__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
      }

      .page-777king99__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-777king99__button {
        padding: 12px 25px;
        font-size: 1em;
        width: 80%;
        max-width: 250px;
      }

      .page-777king99__section-title {
        font-size: 1.7em;
        padding-top: 15px;
      }

      .page-777king99__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
      }

      .page-777king99__game-showcase-section, 
      .page-777king99__promotions-section, 
      .page-777king99__about-section, 
      .page-777king99__payment-providers-section, 
      .page-777king99__faq-section {
        padding: 40px 15px;
      }

      .page-777king99__game-grid, .page-777king99__promo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-777king99__game-image, .page-777king99__promo-image {
        height: 180px;
      }

      .page-777king99__game-title, .page-777king99__promo-title {
        font-size: 1.2em;
        margin: 15px 10px 8px;
      }

      .page-777king99__game-text, .page-777king99__promo-text {
        font-size: 0.95em;
        padding: 0 10px 15px;
      }

      .page-777king99__about-content {
        gap: 30px;
      }

      .page-777king99__about-text {
        font-size: 1em;
      }

      .page-777king99__list-container {
        flex-direction: column;
        gap: 30px;
      }

      .page-777king99__payment-methods, .page-777king99__game-providers {
        min-width: unset;
        padding: 20px;
      }

      .page-777king99__list-title {
        font-size: 1.4em;
        margin-bottom: 20px;
      }

      .page-777king99__icon-list {
        gap: 15px;
      }

      .page-777king99__list-item {
        width: 100% !important; /* Each item takes full width */
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px 15px !important; /* Smaller padding */
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-777king99__list-icon {
        width: 60px !important;
        height: auto !important;
        margin-right: 10px !important;
      }

      .page-777king99__faq-question {
        padding: 15px 20px;
      }

      .page-777king99__faq-question h3 {
        font-size: 1.1em;
      }

      .page-777king99__faq-toggle {
        font-size: 1.5em;
      }

      .page-777king99__faq-answer {
        padding: 0 20px;
      }

      .page-777king99__faq-item.active .page-777king99__faq-answer {
        padding: 15px 20px !important;
      }

      .page-777king99__fixed-button {
        bottom: 15px;
        padding: 10px 20px;
        font-size: 1em;
        left: 10px;
        right: 10px;
        width: calc(50% - 20px);
      }
      .page-777king99__fixed-button--register {
        left: 10px;
      }
      .page-777king99__fixed-button--login {
        right: 10px;
      }
    }

    @media (min-width: 769px) {
      .page-777king99__about-content {
        flex-direction: row;
        text-align: left;
      }

      .page-777king99__about-image {
        flex-shrink: 0;
        width: 45%;
        max-width: 450px;
      }

      .page-777king99__about-text {
        flex-grow: 1;
      }

      .page-777king99__fixed-button {
        bottom: 30px;
        padding: 15px 30px;
        font-size: 1.2em;
      }
      .page-777king99__fixed-button--register {
        left: 30px;
      }
      .page-777king99__fixed-button--login {
        right: 30px;
      }
    }
  