
    .page-90ok {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-90ok__fixed-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-90ok__button {
      background-color: #e44d26; /* Orange-red for action */
      color: #fff;
      border: none;
      padding: 12px 25px;
      border-radius: 30px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      text-decoration: none;
      display: block;
      width: 150px;
      box-sizing: border-box;
    }

    .page-90ok__button--register {
      background-color: #4CAF50; /* Green for register */
    }

    .page-90ok__button:hover {
      transform: translateY(-2px);
      opacity: 0.9;
    }

    .page-90ok__header-logo {
      text-align: center;
      padding: 15px 0;
      background-color: #222;
      color: #fff;
      font-size: 2.2em;
      font-weight: bold;
      margin-bottom: 0;
      padding-top: 10px; /* Small decorative top padding */
    }

    .page-90ok__header-logo span {
      color: #e44d26; /* Highlight for 'Bet' */
    }

    .page-90ok__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-90ok__section-title {
      text-align: center;
      color: #e44d26;
      margin-bottom: 30px;
      font-size: 2.2em;
      font-weight: bold;
    }

    .page-90ok__section-subtitle {
      text-align: center;
      color: #333;
      margin-top: 25px;
      margin-bottom: 20px;
      font-size: 1.6em;
    }

    .page-90ok__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:betting,casino,mobile]');
      background-size: cover;
      background-position: center;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      border-radius: 0;
      box-shadow: none;
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 400px;
      padding-top: 10px; /* Adjust as per fixed header requirements */
    }

    .page-90ok__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-90ok__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
    }

    .page-90ok__hero-cta {
      background-color: #4CAF50;
      color: #fff;
      padding: 15px 30px;
      border-radius: 30px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-90ok__hero-cta:hover {
      background-color: #45a049;
    }

    .page-90ok__intro-content {
      display: flex;
      flex-direction: column;
      gap: 20px;
      text-align: justify;
    }

    .page-90ok__intro-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-90ok__intro-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-90ok__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      justify-content: center;
      margin-top: 30px;
    }

    .page-90ok__game-card {
      background-color: #fefefe;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
      text-align: center;
      transition: transform 0.3s ease;
      border: 1px solid #eee;
      box-sizing: border-box;
    }

    .page-90ok__game-card:hover {
      transform: translateY(-5px);
    }

    .page-90ok__game-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-90ok__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-90ok__game-info {
      padding: 20px;
    }

    .page-90ok__game-title {
      font-size: 1.5em;
      color: #e44d26;
      margin-bottom: 10px;
    }

    .page-90ok__game-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-90ok__game-button {
      background-color: #e44d26;
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-90ok__game-button:hover {
      background-color: #d13a1a;
    }

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

    .page-90ok__promo-item {
      background-color: #fefefe;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      padding: 20px;
      text-align: center;
      flex: 1 1 calc(50% - 20px);
      max-width: calc(50% - 20px);
      box-sizing: border-box;
      transition: transform 0.3s ease;
    }

    .page-90ok__promo-item:hover {
      transform: translateY(-3px);
    }

    .page-90ok__promo-title {
      color: #e44d26;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-90ok__promo-description {
      color: #666;
      font-size: 0.9em;
      margin-bottom: 15px;
    }

    .page-90ok__promo-link {
      background-color: #007bff;
      color: #fff;
      padding: 8px 15px;
      border-radius: 20px;
      text-decoration: none;
      font-size: 0.85em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-90ok__promo-link:hover {
      background-color: #0056b3;
    }

    .page-90ok__guide-steps {
      display: flex;
      flex-direction: column;
      gap: 25px;
      padding: 0;
      list-style: none;
    }

    .page-90ok__guide-step {
      background-color: #fefefe;
      border-left: 5px solid #e44d26;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-90ok__guide-step-title {
      color: #e44d26;
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-90ok__guide-step-description {
      color: #555;
    }

    .page-90ok__faq-list {
      list-style: none;
      padding: 0;
    }

    .page-90ok__faq-item {
      background-color: #fefefe;
      margin-bottom: 10px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-90ok__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      border-bottom: 1px solid #e0e0e0;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-90ok__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-90ok__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none;
    }

    .page-90ok__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e44d26;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-90ok__faq-item.active .page-90ok__faq-toggle {
      transform: rotate(45deg);
    }

    .page-90ok__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

    .page-90ok__faq-item.active .page-90ok__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-90ok__contact-info {
      text-align: center;
      color: #555;
    }

    .page-90ok__contact-info p {
      margin-bottom: 10px;
    }

    .page-90ok__contact-socials {
      margin-top: 20px;
      display: flex;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
    }

    .page-90ok__social-icon {
      width: 40px;
      height: 40px;
      object-fit: contain;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-90ok__payment-methods, .page-90ok__game-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-90ok__payment-logo, .page-90ok__provider-logo {
      width: 100px;
      height: 60px;
      object-fit: contain;
      opacity: 0.7;
      transition: opacity 0.3s ease;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-90ok__payment-logo:hover, .page-90ok__provider-logo:hover {
      opacity: 1;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-90ok__header-logo {
        font-size: 1.8em;
      }

      .page-90ok__hero-section {
        padding: 60px 15px;
        min-height: 300px;
      }

      .page-90ok__hero-title {
        font-size: 2.2em;
      }

      .page-90ok__hero-subtitle {
        font-size: 1.2em;
      }

      .page-90ok__hero-cta {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-90ok__section {
        padding: 30px 15px;
      }

      .page-90ok__section-title {
        font-size: 1.8em;
      }

      .page-90ok__intro-content {
        flex-direction: column;
      }

      .page-90ok__intro-image {
        margin-bottom: 20px;
      }

      .page-90ok__games-grid {
        grid-template-columns: 1fr;
      }

      .page-90ok__promo-item {
        flex: 1 1 100%;
        max-width: 100%;
        padding-left: 15px !important; /* Ensure content fits */
        padding-right: 15px !important;
      }

      .page-90ok__promo-title {
        font-size: 1.2em;
      }

      .page-90ok__guide-step-title {
        font-size: 1.1em;
      }

      .page-90ok__faq-question h3 {
        font-size: 1em;
      }

      .page-90ok__faq-answer {
        padding: 15px 10px !important;
      }

      .page-90ok__payment-logo, .page-90ok__provider-logo {
        width: 80px;
        height: 50px;
      }

      /* List item specific responsive styles */
      .page-90ok__promo-list,
      .page-90ok__guide-steps,
      .page-90ok__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-90ok__promo-item,
      .page-90ok__guide-step,
      .page-90ok__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !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-90ok__game-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-90ok__game-image-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-90ok__game-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important; /* Ensure image scales */
        box-sizing: border-box !important;
      }
      .page-90ok__social-icon {
        width: 35px;
        height: 35px;
      }
    }

    @media (min-width: 769px) {
      .page-90ok__fixed-buttons {
        bottom: 30px;
        right: 30px;
      }
      .page-90ok__header-logo {
        font-size: 2.5em;
      }
      .page-90ok__hero-section {
        padding: 120px 40px;
        min-height: 500px;
      }
      .page-90ok__hero-title {
        font-size: 3.5em;
      }
      .page-90ok__hero-subtitle {
        font-size: 1.6em;
      }
      .page-90ok__section {
        padding: 50px 40px;
      }
      .page-90ok__section-title {
        font-size: 2.5em;
      }
      .page-90ok__intro-content {
        flex-direction: row;
        align-items: center;
      }
      .page-90ok__intro-image-container {
        flex: 0 0 40%;
        margin-right: 30px;
        margin-bottom: 0;
      }
      .page-90ok__intro-text {
        flex: 1;
      }
      .page-90ok__promo-item {
        flex: 1 1 calc(33% - 20px);
        max-width: calc(33% - 20px);
      }
      .page-90ok__guide-steps {
        flex-direction: row;
        flex-wrap: wrap;
      }
      .page-90ok__guide-step {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
      }
    }
  