
    .page-s-ng-b-c-tr-c-ti-p {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      box-sizing: border-box;
      padding-top: 10px; /* Rely on body padding for header offset, this is for slight decorative top spacing */
    }

    .page-s-ng-b-c-tr-c-ti-p__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-s-ng-b-c-tr-c-ti-p__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-s-ng-b-c-tr-c-ti-p__section--dark {
      background-color: #2a2a4a;
    }

    .page-s-ng-b-c-tr-c-ti-p__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      margin-bottom: 30px;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 15px;
    }

    .page-s-ng-b-c-tr-c-ti-p__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #e94560;
      border-radius: 2px;
    }

    .page-s-ng-b-c-tr-c-ti-p__hero-section {
      background-color: #1a1a2e;
      padding: 60px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .page-s-ng-b-c-tr-c-ti-p__hero-content {
      max-width: 900px;
      margin-bottom: 30px;
    }

    .page-s-ng-b-c-tr-c-ti-p__hero-title {
      font-size: 3.5em;
      color: #ffcc00;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-s-ng-b-c-tr-c-ti-p__hero-description {
      font-size: 1.2em;
      color: #e0e0e0;
      margin-bottom: 30px;
    }

    .page-s-ng-b-c-tr-c-ti-p__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      margin-bottom: 40px;
    }

    .page-s-ng-b-c-tr-c-ti-p__btn {
      background-color: #e94560;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-s-ng-b-c-tr-c-ti-p__btn:hover {
      background-color: #c0392b;
      transform: translateY(-3px);
    }

    .page-s-ng-b-c-tr-c-ti-p__btn--secondary {
      background-color: #ffcc00;
      color: #1a1a2e;
    }

    .page-s-ng-b-c-tr-c-ti-p__btn--secondary:hover {
      background-color: #e0b300;
      color: #1a1a2e;
    }

    .page-s-ng-b-c-tr-c-ti-p__hero-image-wrapper {
      width: 100%;
      max-width: 1000px;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
      box-sizing: border-box;
    }

    .page-s-ng-b-c-tr-c-ti-p__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .page-s-ng-b-c-tr-c-ti-p__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: left;
    }

    .page-s-ng-b-c-tr-c-ti-p__feature-item {
      background-color: #3a3a5a;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      box-sizing: border-box;
      width: 100%;
    }

    .page-s-ng-b-c-tr-c-ti-p__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-s-ng-b-c-tr-c-ti-p__feature-icon {
      max-width: 250px;
      height: auto;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      object-fit: contain;
    }

    .page-s-ng-b-c-tr-c-ti-p__feature-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 15px;
    }

    .page-s-ng-b-c-tr-c-ti-p__feature-description {
      color: #c0c0c0;
    }

    .page-s-ng-b-c-tr-c-ti-p__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-s-ng-b-c-tr-c-ti-p__game-card {
      background-color: #3a3a5a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      box-sizing: border-box;
      width: 100%;
    }

    .page-s-ng-b-c-tr-c-ti-p__game-card:hover {
      transform: translateY(-5px);
    }

    .page-s-ng-b-c-tr-c-ti-p__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-s-ng-b-c-tr-c-ti-p__game-content {
      padding: 20px;
    }

    .page-s-ng-b-c-tr-c-ti-p__game-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-s-ng-b-c-tr-c-ti-p__game-description {
      color: #c0c0c0;
      font-size: 0.95em;
    }

    .page-s-ng-b-c-tr-c-ti-p__providers-grid, 
    .page-s-ng-b-c-tr-c-ti-p__payments-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      align-items: center;
      justify-items: center;
    }

    .page-s-ng-b-c-tr-c-ti-p__provider-logo, 
    .page-s-ng-b-c-tr-c-ti-p__payment-logo {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
      filter: grayscale(80%);
      transition: filter 0.3s ease;
      box-sizing: border-box;
    }

    .page-s-ng-b-c-tr-c-ti-p__provider-logo:hover, 
    .page-s-ng-b-c-tr-c-ti-p__payment-logo:hover {
      filter: grayscale(0%);
    }

    .page-s-ng-b-c-tr-c-ti-p__faq-list {
      margin-top: 40px;
      text-align: left;
    }

    .page-s-ng-b-c-tr-c-ti-p__faq-item {
      background-color: #3a3a5a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

    .page-s-ng-b-c-tr-c-ti-p__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e94560;
      color: #ffffff;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-s-ng-b-c-tr-c-ti-p__faq-question:hover {
      background-color: #c0392b;
    }

    .page-s-ng-b-c-tr-c-ti-p__faq-title {
      font-size: 1.2em;
      margin: 0;
      pointer-events: none;
      color: #ffffff;
    }

    .page-s-ng-b-c-tr-c-ti-p__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-s-ng-b-c-tr-c-ti-p__faq-item.active .page-s-ng-b-c-tr-c-ti-p__faq-toggle {
      transform: rotate(45deg);
    }

    .page-s-ng-b-c-tr-c-ti-p__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #2a2a4a;
      color: #c0c0c0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-s-ng-b-c-tr-c-ti-p__faq-item.active .page-s-ng-b-c-tr-c-ti-p__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-s-ng-b-c-tr-c-ti-p__hero-title {
        font-size: 3em;
      }
      .page-s-ng-b-c-tr-c-ti-p__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-s-ng-b-c-tr-c-ti-p__container {
        padding: 15px;
      }
      .page-s-ng-b-c-tr-c-ti-p__hero-title {
        font-size: 2.2em;
      }
      .page-s-ng-b-c-tr-c-ti-p__hero-description {
        font-size: 1em;
      }
      .page-s-ng-b-c-tr-c-ti-p__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-s-ng-b-c-tr-c-ti-p__btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }
      .page-s-ng-b-c-tr-c-ti-p__section {
        padding: 30px 0;
      }
      .page-s-ng-b-c-tr-c-ti-p__section-title {
        font-size: 1.8em;
      }
      .page-s-ng-b-c-tr-c-ti-p__features-grid,
      .page-s-ng-b-c-tr-c-ti-p__games-grid {
        grid-template-columns: 1fr;
      }
      .page-s-ng-b-c-tr-c-ti-p__feature-item,
      .page-s-ng-b-c-tr-c-ti-p__game-card {
        margin: 0 auto;
        width: 100% !important;
        max-width: 400px !important;
        box-sizing: border-box !important;
      }
      .page-s-ng-b-c-tr-c-ti-p__providers-grid,
      .page-s-ng-b-c-tr-c-ti-p__payments-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
      }
      .page-s-ng-b-c-tr-c-ti-p__provider-logo,
      .page-s-ng-b-c-tr-c-ti-p__payment-logo {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-s-ng-b-c-tr-c-ti-p__faq-question {
        padding: 12px 15px;
      }
      .page-s-ng-b-c-tr-c-ti-p__faq-title {
        font-size: 1.1em;
      }
      .page-s-ng-b-c-tr-c-ti-p__faq-toggle {
        font-size: 1.5em;
      }
      .page-s-ng-b-c-tr-c-ti-p__faq-answer {
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-s-ng-b-c-tr-c-ti-p__hero-title {
        font-size: 1.8em;
      }
      .page-s-ng-b-c-tr-c-ti-p__section-title {
        font-size: 1.5em;
      }
      .page-s-ng-b-c-tr-c-ti-p__btn {
        padding: 12px 25px;
        font-size: 1em;
      }
    }
  