.page-nustar-free-20-promo {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-top: 10px;
    }

    .page-nustar-free-20-promo__section-title {
      font-size: 2.2rem;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-nustar-free-20-promo__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ff6600;
      border-radius: 2px;
    }

    .page-nustar-free-20-promo__paragraph {
      max-width: 900px;
      margin: 0 auto 20px auto;
      padding: 0 15px;
      text-align: center;
    }

    /* Hero Section */
    .page-nustar-free-20-promo__hero-section {
      position: relative;
      width: 100%;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      margin-bottom: 50px;
      box-sizing: border-box;
    }

    .page-nustar-free-20-promo__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .page-nustar-free-20-promo__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2;
    }

    .page-nustar-free-20-promo__hero-content {
      position: relative;
      z-index: 3;
      max-width: 800px;
      padding: 20px;
    }

    .page-nustar-free-20-promo__hero-title {
      font-size: 3.5rem;
      margin-bottom: 20px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-nustar-free-20-promo__hero-description {
      font-size: 1.3rem;
      margin-bottom: 30px;
      color: #eee;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }

    .page-nustar-free-20-promo__hero-cta-button {
      display: inline-block;
      background-color: #ff6600;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-nustar-free-20-promo__hero-cta-button:hover {
      background-color: #e65c00;
    }

    /* Partner Logos Section */
    .page-nustar-free-20-promo__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 50px 20px;
      background-color: #222;
      margin-bottom: 50px;
    }
    .page-nustar-free-20-promo__payment-providers .page-nustar-free-20-promo__section-title {
      color: #fff;
      width: 100%;
    }
    .page-nustar-free-20-promo__payment-providers .page-nustar-free-20-promo__section-title::after {
      background-color: #ff6600;
    }
    .page-nustar-free-20-promo__payment-logo-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }
    .page-nustar-free-20-promo__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      object-fit: contain;
      filter: grayscale(100%) brightness(150%);
      transition: filter 0.3s ease;
    }
    .page-nustar-free-20-promo__payment-logo:hover {
      filter: grayscale(0%) brightness(100%);
    }

    /* Introduction Section */
    .page-nustar-free-20-promo__introduction-section {
      padding: 50px 20px;
      background-color: #fff;
      margin-bottom: 50px;
    }

    /* Quick Access Section */
    .page-nustar-free-20-promo__quick-access-section {
      padding: 50px 20px;
      background-color: #f0f0f0;
      margin-bottom: 50px;
      text-align: center;
    }

    .page-nustar-free-20-promo__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-nustar-free-20-promo__access-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: bold;
      transition: background-color 0.3s ease;
      min-width: 150px;
      text-align: center;
    }

    .page-nustar-free-20-promo__access-button:hover {
      background-color: #0056b3;
    }

    /* Games Section */
    .page-nustar-free-20-promo__games-section {
      padding: 50px 20px;
      background-color: #fff;
      margin-bottom: 50px;
    }

    .page-nustar-free-20-promo__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-nustar-free-20-promo__game-card {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-nustar-free-20-promo__game-card:hover {
      transform: translateY(-5px);
    }

    .page-nustar-free-20-promo__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-nustar-free-20-promo__game-title {
      font-size: 1.5rem;
      color: #1a1a1a;
      margin: 15px 10px 10px 10px;
    }

    .page-nustar-free-20-promo__game-description {
      font-size: 0.95rem;
      color: #555;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-nustar-free-20-promo__game-button {
      display: inline-block;
      background-color: #ff6600;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1rem;
      margin-bottom: 15px;
      transition: background-color 0.3s ease;
    }

    .page-nustar-free-20-promo__game-button:hover {
      background-color: #e65c00;
    }

    /* Promotions Section */
    .page-nustar-free-20-promo__promotions-section {
      padding: 50px 20px;
      background-color: #f0f0f0;
      margin-bottom: 50px;
    }

    .page-nustar-free-20-promo__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-nustar-free-20-promo__promo-card {
      background-color: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-nustar-free-20-promo__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-nustar-free-20-promo__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .page-nustar-free-20-promo__promo-title {
      font-size: 1.4rem;
      color: #1a1a1a;
      margin: 15px 15px 10px 15px;
    }

    .page-nustar-free-20-promo__promo-description {
      font-size: 0.95rem;
      color: #555;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-nustar-free-20-promo__promo-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1rem;
      margin: 0 15px 15px 15px;
      transition: background-color 0.3s ease;
    }

    .page-nustar-free-20-promo__promo-button:hover {
      background-color: #0056b3;
    }

    /* Security Section */
    .page-nustar-free-20-promo__security-section {
      padding: 50px 20px;
      background-color: #fff;
      margin-bottom: 50px;
      text-align: center;
    }

    .page-nustar-free-20-promo__security-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto 40px auto;
    }

    .page-nustar-free-20-promo__feature-item {
      background-color: #f9f9f9;
      border-radius: 8px;
      padding: 25px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .page-nustar-free-20-promo__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-nustar-free-20-promo__feature-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .page-nustar-free-20-promo__feature-title {
      font-size: 1.3rem;
      color: #1a1a1a;
      margin-bottom: 10px;
    }

    .page-nustar-free-20-promo__feature-description {
      font-size: 0.9rem;
      color: #555;
    }

    .page-nustar-free-20-promo__contact-button {
      display: inline-block;
      background-color: #ff6600;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-nustar-free-20-promo__contact-button:hover {
      background-color: #e65c00;
    }

    /* FAQ Section */
    .page-nustar-free-20-promo__faq-section {
      padding: 50px 20px;
      background-color: #f0f0f0;
      margin-bottom: 50px;
    }

    .page-nustar-free-20-promo__faq-list {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-nustar-free-20-promo__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-nustar-free-20-promo__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
    }

    .page-nustar-free-20-promo__faq-item.active .page-nustar-free-20-promo__faq-question {
      background-color: #f5f5f5;
    }

    .page-nustar-free-20-promo__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-nustar-free-20-promo__faq-q-text {
      font-size: 1.1rem;
      color: #1a1a1a;
      margin: 0;
      pointer-events: none;
    }

    .page-nustar-free-20-promo__faq-toggle {
      font-size: 1.5rem;
      font-weight: bold;
      color: #ff6600;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-nustar-free-20-promo__faq-item.active .page-nustar-free-20-promo__faq-toggle {
      transform: rotate(45deg);
    }

    .page-nustar-free-20-promo__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-nustar-free-20-promo__faq-item.active .page-nustar-free-20-promo__faq-answer {
      max-height: 2000px !important;
      padding: 20px 20px !important;
      opacity: 1;
    }

    .page-nustar-free-20-promo__faq-a-text {
      font-size: 0.95rem;
      color: #555;
      margin: 0;
    }

    /* Blog Section */
    .page-nustar-free-20-promo__blog-section {
      padding: 50px 20px;
      background-color: #fff;
      margin-bottom: 50px;
    }

    .page-nustar-free-20-promo__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-nustar-free-20-promo__blog-card {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-nustar-free-20-promo__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-nustar-free-20-promo__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-nustar-free-20-promo__blog-title {
      font-size: 1.4rem;
      color: #1a1a1a;
      margin: 15px 15px 10px 15px;
    }

    .page-nustar-free-20-promo__blog-summary {
      font-size: 0.9rem;
      color: #555;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-nustar-free-20-promo__blog-button {
      display: inline-block;
      background-color: #ff6600;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1rem;
      margin: 0 15px 15px 15px;
      transition: background-color 0.3s ease;
    }

    .page-nustar-free-20-promo__blog-button:hover {
      background-color: #e65c00;
    }

    /* General Image and Link Styling */
    .page-nustar-free-20-promo img {
      max-width: 100%;
      height: auto;
      display: block;
      box-sizing: border-box;
    }

    .page-nustar-free-20-promo a {
      text-decoration: none;
    }

    /* Responsive Styles */
    @media (max-width: 768px) {
      .page-nustar-free-20-promo__hero-section {
        height: 400px;
      }

      .page-nustar-free-20-promo__hero-title {
        font-size: 2.5rem;
      }

      .page-nustar-free-20-promo__hero-description {
        font-size: 1.1rem;
      }

      .page-nustar-free-20-promo__hero-cta-button {
        padding: 12px 25px;
        font-size: 1rem;
      }

      .page-nustar-free-20-promo__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
      }

      .page-nustar-free-20-promo__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 10px;
      }
      .page-nustar-free-20-promo__payment-logo,
      .page-nustar-free-20-promo__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }
      .page-nustar-free-20-promo__payment-logo-container {
        gap: 16px;
      }

      .page-nustar-free-20-promo__access-buttons {
        flex-direction: column;
        align-items: center;
      }

      .page-nustar-free-20-promo__access-button {
        width: 100% !important;
        max-width: 280px !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 20px;
      }

      .page-nustar-free-20-promo__game-categories,
      .page-nustar-free-20-promo__promo-grid,
      .page-nustar-free-20-promo__security-features,
      .page-nustar-free-20-promo__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
      }

      .page-nustar-free-20-promo__game-card,
      .page-nustar-free-20-promo__promo-card,
      .page-nustar-free-20-promo__feature-item,
      .page-nustar-free-20-promo__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-nustar-free-20-promo__game-image,
      .page-nustar-free-20-promo__promo-image,
      .page-nustar-free-20-promo__blog-image {
        height: 180px;
      }

      .page-nustar-free-20-promo__feature-icon {
        width: 60px;
        height: 60px;
      }

      .page-nustar-free-20-promo__faq-question {
        padding: 15px 15px;
      }

      .page-nustar-free-20-promo__faq-q-text {
        font-size: 1rem;
      }

      .page-nustar-free-20-promo__faq-answer {
        padding: 0 15px;
      }

      .page-nustar-free-20-promo__faq-item.active .page-nustar-free-20-promo__faq-answer {
        padding: 15px 15px !important;
      }

      .page-nustar-free-20-promo__faq-a-text {
        font-size: 0.9rem;
      }

      .page-nustar-free-20-promo img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }