.page-nustar-buffet-price {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-nustar-buffet-price__section-title {
      font-size: 2.5em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 40px;
      margin-top: 60px;
      position: relative;
      padding-bottom: 15px;
      font-weight: 700;
    }

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

    .page-nustar-buffet-price__hero-section {
      position: relative;
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, assuming body padding from shared.css */
      box-sizing: border-box;
    }

    .page-nustar-buffet-price__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .page-nustar-buffet-price__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.6);
    }

    .page-nustar-buffet-price__hero-content {
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }

    .page-nustar-buffet-price__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: 800;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-nustar-buffet-price__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-nustar-buffet-price__hero-cta-group {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-nustar-buffet-price__hero-cta-button {
      display: inline-block;
      padding: 15px 30px;
      background-color: #e44d26;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: 2px solid #e44d26;
    }

    .page-nustar-buffet-price__hero-cta-button:hover {
      background-color: #ff6a00;
      transform: translateY(-2px);
    }

    .page-nustar-buffet-price__hero-cta-button--secondary {
      background-color: transparent;
      border: 2px solid #fff;
    }

    .page-nustar-buffet-price__hero-cta-button--secondary:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border-color: #ff6a00;
    }

    .page-nustar-buffet-price__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px;
      margin: 60px auto;
      padding: 20px;
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .page-nustar-buffet-price__payment-logo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-nustar-buffet-price__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
    }
    .page-nustar-buffet-price__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    .page-nustar-buffet-price__introduction-section,
    .page-nustar-buffet-price__quick-access-section,
    .page-nustar-buffet-price__game-types-section,
    .page-nustar-buffet-price__promotions-section,
    .page-nustar-buffet-price__security-support-section,
    .page-nustar-buffet-price__faq-section,
    .page-nustar-buffet-price__blog-section {
      max-width: 1200px;
      margin: 80px auto;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .page-nustar-buffet-price__intro-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-nustar-buffet-price__intro-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-nustar-buffet-price__intro-item:hover {
      transform: translateY(-5px);
    }

    .page-nustar-buffet-price__intro-subtitle {
      font-size: 1.5em;
      color: #e44d26;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-nustar-buffet-price__intro-text {
      font-size: 1em;
      color: #555;
    }

    .page-nustar-buffet-price__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-nustar-buffet-price__quick-access-button {
      display: block;
      width: 100%;
      padding: 18px 25px;
      background-color: #28a745;
      color: #fff;
      text-align: center;
      text-decoration: none;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: 600;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-sizing: border-box;
    }

    .page-nustar-buffet-price__quick-access-button:hover {
      background-color: #218838;
      transform: translateY(-3px);
    }

    .page-nustar-buffet-price__game-grid,
    .page-nustar-buffet-price__promo-grid,
    .page-nustar-buffet-price__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-nustar-buffet-price__game-card,
    .page-nustar-buffet-price__promo-card,
    .page-nustar-buffet-price__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-nustar-buffet-price__game-card:hover,
    .page-nustar-buffet-price__promo-card:hover,
    .page-nustar-buffet-price__blog-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-nustar-buffet-price__game-image,
    .page-nustar-buffet-price__promo-image,
    .page-nustar-buffet-price__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-nustar-buffet-price__game-card .page-nustar-buffet-price__game-image {
      height: 180px;
    }

    .page-nustar-buffet-price__promo-card .page-nustar-buffet-price__promo-image {
      height: 220px;
    }

    .page-nustar-buffet-price__blog-card .page-nustar-buffet-price__blog-image {
      height: 180px;
    }

    .page-nustar-buffet-price__game-title,
    .page-nustar-buffet-price__promo-title,
    .page-nustar-buffet-price__blog-title {
      font-size: 1.4em;
      color: #1a1a1a;
      padding: 15px 20px 10px;
      font-weight: 600;
    }

    .page-nustar-buffet-price__game-description,
    .page-nustar-buffet-price__promo-description,
    .page-nustar-buffet-price__blog-summary {
      font-size: 0.95em;
      color: #666;
      padding: 0 20px 15px;
    }

    .page-nustar-buffet-price__game-button,
    .page-nustar-buffet-price__promo-button,
    .page-nustar-buffet-price__blog-link {
      display: block;
      padding: 12px 20px;
      background-color: #e44d26;
      color: #fff;
      text-align: center;
      text-decoration: none;
      font-weight: 600;
      transition: background-color 0.3s ease;
      border-radius: 0 0 10px 10px;
    }

    .page-nustar-buffet-price__game-button:hover,
    .page-nustar-buffet-price__promo-button:hover,
    .page-nustar-buffet-price__blog-link:hover {
      background-color: #ff6a00;
    }

    .page-nustar-buffet-price__blog-content {
      padding-bottom: 0;
    }

    .page-nustar-buffet-price__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-nustar-buffet-price__security-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      text-align: center;
    }

    .page-nustar-buffet-price__security-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 20px;
    }

    .page-nustar-buffet-price__security-subtitle {
      font-size: 1.3em;
      color: #e44d26;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-nustar-buffet-price__security-text {
      font-size: 0.95em;
      color: #555;
    }

    .page-nustar-buffet-price__faq-list {
      margin-top: 40px;
    }

    .page-nustar-buffet-price__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-nustar-buffet-price__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-nustar-buffet-price__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-nustar-buffet-price__faq-question-title {
      font-size: 1.2em;
      color: #333;
      margin: 0;
      font-weight: 600;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-nustar-buffet-price__faq-toggle {
      font-size: 1.5em;
      color: #e44d26;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-nustar-buffet-price__faq-item.active .page-nustar-buffet-price__faq-toggle {
      transform: rotate(45deg);
    }

    .page-nustar-buffet-price__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      opacity: 0;
    }

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

    .page-nustar-buffet-price__faq-answer p {
      margin: 0;
      color: #555;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-nustar-buffet-price__hero-title {
        font-size: 2.8em;
      }
      .page-nustar-buffet-price__hero-description {
        font-size: 1.1em;
      }
      .page-nustar-buffet-price__hero-cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }

    @media (max-width: 768px) {
      .page-nustar-buffet-price__hero-section {
        height: 500px;
      }
      .page-nustar-buffet-price__hero-title {
        font-size: 2.2em;
      }
      .page-nustar-buffet-price__hero-description {
        font-size: 1em;
      }
      .page-nustar-buffet-price__hero-cta-group {
        flex-direction: column;
        gap: 15px;
      }
      .page-nustar-buffet-price__hero-cta-button {
        width: 80%;
        margin: 0 auto;
      }

      .page-nustar-buffet-price__section-title {
        font-size: 2em;
        margin-top: 40px;
        margin-bottom: 30px;
      }

      .page-nustar-buffet-price__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        margin: 40px auto;
        padding: 15px;
      }
      .page-nustar-buffet-price__payment-logo, .page-nustar-buffet-price__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-nustar-buffet-price__introduction-section,
      .page-nustar-buffet-price__quick-access-section,
      .page-nustar-buffet-price__game-types-section,
      .page-nustar-buffet-price__promotions-section,
      .page-nustar-buffet-price__security-support-section,
      .page-nustar-buffet-price__faq-section,
      .page-nustar-buffet-price__blog-section {
        margin: 50px auto;
        padding: 0 15px;
      }

      .page-nustar-buffet-price__intro-grid,
      .page-nustar-buffet-price__quick-access-grid,
      .page-nustar-buffet-price__game-grid,
      .page-nustar-buffet-price__promo-grid,
      .page-nustar-buffet-price__security-grid,
      .page-nustar-buffet-price__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-nustar-buffet-price__intro-item,
      .page-nustar-buffet-price__quick-access-button,
      .page-nustar-buffet-price__game-card,
      .page-nustar-buffet-price__promo-card,
      .page-nustar-buffet-price__blog-card,
      .page-nustar-buffet-price__security-item,
      .page-nustar-buffet-price__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-nustar-buffet-price__quick-access-button {
        font-size: 1em;
        padding: 15px 20px;
      }

      .page-nustar-buffet-price__game-image,
      .page-nustar-buffet-price__promo-image,
      .page-nustar-buffet-price__blog-image {
        max-width: 100% !important;
        height: auto !important;
      }
      
      .page-nustar-buffet-price__faq-question {
        padding: 15px 20px;
      }
      .page-nustar-buffet-price__faq-question-title {
        font-size: 1.1em;
      }
      .page-nustar-buffet-price__faq-answer {
        padding: 0 20px;
      }
      .page-nustar-buffet-price__faq-item.active .page-nustar-buffet-price__faq-answer {
        padding: 15px 20px !important;
      }

      /* List item specific responsive rules */
      .page-nustar-buffet-price__intro-item,
      .page-nustar-buffet-price__quick-access-button,
      .page-nustar-buffet-price__game-card,
      .page-nustar-buffet-price__promo-card,
      .page-nustar-buffet-price__blog-card,
      .page-nustar-buffet-price__security-item,
      .page-nustar-buffet-price__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-nustar-buffet-price__intro-text, .page-nustar-buffet-price__game-description, .page-nustar-buffet-price__promo-description, .page-nustar-buffet-price__blog-summary, .page-nustar-buffet-price__security-text, .page-nustar-buffet-price__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }