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

    .page-nustar-cebu-restaurants__section-title {
      font-size: 2.5rem;
      color: #222;
      text-align: center;
      margin-bottom: 40px;
      padding: 0 15px;
      font-weight: bold;
    }

    .page-nustar-cebu-restaurants__button {
      display: inline-block;
      background-color: #e2b000; /* Golden accent */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-nustar-cebu-restaurants__button:hover {
      background-color: #c99a00;
    }

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

    .page-nustar-cebu-restaurants__hero-image-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .page-nustar-cebu-restaurants__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.5); /* Darken image for text readability */
      max-width: 100%;
      display: block;
    }

    .page-nustar-cebu-restaurants__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 40px 20px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .page-nustar-cebu-restaurants__hero-title {
      font-size: 3.5rem;
      margin-bottom: 20px;
      font-weight: bold;
      line-height: 1.2;
    }

    .page-nustar-cebu-restaurants__hero-description {
      font-size: 1.2rem;
      margin-bottom: 30px;
      opacity: 0.9;
    }

    .page-nustar-cebu-restaurants__hero-cta-group {
      display: flex;
      gap: 15px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-nustar-cebu-restaurants__hero-button {
      display: inline-block;
      background-color: #e2b000;
      color: #fff;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1rem;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-nustar-cebu-restaurants__hero-button:hover {
      background-color: #c99a00;
      transform: translateY(-2px);
    }

    .page-nustar-cebu-restaurants__hero-button--secondary {
      background-color: #007bff; /* A secondary accent color */
    }

    .page-nustar-cebu-restaurants__hero-button--secondary:hover {
      background-color: #0056b3;
    }

    /* Payment Providers Section (Gamelogo) */
    .page-nustar-cebu-restaurants__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: 40px 20px;
      background-color: #f0f0f0;
      margin-bottom: 40px;
    }
    .page-nustar-cebu-restaurants__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      object-fit: contain;
      display: block;
    }

    /* Introduction Section */
    .page-nustar-cebu-restaurants__introduction-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-nustar-cebu-restaurants__introduction-content p {
      font-size: 1.1rem;
      margin-bottom: 20px;
      color: #555;
    }

    /* Quick Access Section */
    .page-nustar-cebu-restaurants__quick-access-section {
      background-color: #f2f2f2;
      padding: 60px 20px;
      text-align: center;
    }

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

    .page-nustar-cebu-restaurants__quick-access-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 25px;
      text-decoration: none;
      color: #333;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-sizing: border-box;
    }

    .page-nustar-cebu-restaurants__quick-access-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-nustar-cebu-restaurants__quick-access-image {
      width: 100%;
      max-width: 250px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      object-fit: cover;
      max-height: 180px;
    }

    .page-nustar-cebu-restaurants__quick-access-title {
      font-size: 1.5rem;
      margin-bottom: 10px;
      color: #e2b000;
      font-weight: bold;
    }

    .page-nustar-cebu-restaurants__quick-access-description {
      font-size: 0.95rem;
      color: #666;
    }

    /* Dining Categories Section */
    .page-nustar-cebu-restaurants__dining-categories-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

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

    .page-nustar-cebu-restaurants__dining-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-nustar-cebu-restaurants__dining-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

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

    .page-nustar-cebu-restaurants__dining-title {
      font-size: 1.4rem;
      color: #e2b000;
      padding: 15px 20px 5px;
      font-weight: bold;
    }

    .page-nustar-cebu-restaurants__dining-description {
      font-size: 0.95rem;
      color: #666;
      padding: 0 20px 20px;
    }

    /* Promotions Section */
    .page-nustar-cebu-restaurants__promotions-section {
      background-color: #f2f2f2;
      padding: 60px 20px;
      text-align: center;
    }

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

    .page-nustar-cebu-restaurants__promo-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-nustar-cebu-restaurants__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    .page-nustar-cebu-restaurants__promo-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
      margin-bottom: 20px;
    }

    .page-nustar-cebu-restaurants__promo-title {
      font-size: 1.6rem;
      color: #e2b000;
      margin-bottom: 10px;
      padding: 0 20px;
      font-weight: bold;
    }

    .page-nustar-cebu-restaurants__promo-description {
      font-size: 1rem;
      color: #666;
      margin-bottom: 20px;
      padding: 0 20px;
    }

    /* Security & Service Section */
    .page-nustar-cebu-restaurants__security-service-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

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

    .page-nustar-cebu-restaurants__security-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      padding: 30px;
      box-sizing: border-box;
    }

    .page-nustar-cebu-restaurants__security-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-nustar-cebu-restaurants__security-title {
      font-size: 1.5rem;
      color: #e2b000;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-nustar-cebu-restaurants__security-description {
      font-size: 1rem;
      color: #666;
    }

    .page-nustar-cebu-restaurants__security-cta {
      margin-top: 30px;
    }

    /* FAQ Section */
    .page-nustar-cebu-restaurants__faq-section {
      background-color: #f2f2f2;
      padding: 60px 20px;
    }

    .page-nustar-cebu-restaurants__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

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

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

    .page-nustar-cebu-restaurants__faq-question:hover {
      background-color: #f9f9f9;
    }

    .page-nustar-cebu-restaurants__faq-title {
      font-size: 1.2rem;
      color: #333;
      margin: 0;
      font-weight: bold;
      flex-grow: 1;
    }

    .page-nustar-cebu-restaurants__faq-toggle {
      font-size: 1.8rem;
      color: #e2b000;
      margin-left: 15px;
      transition: transform 0.3s ease;
    }

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

    .page-nustar-cebu-restaurants__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;
    }

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

    .page-nustar-cebu-restaurants__faq-answer p {
      margin: 0;
      color: #555;
      font-size: 1rem;
    }

    /* Blog Section */
    .page-nustar-cebu-restaurants__blog-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

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

    .page-nustar-cebu-restaurants__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-nustar-cebu-restaurants__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

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

    .page-nustar-cebu-restaurants__blog-content {
      padding: 20px;
    }

    .page-nustar-cebu-restaurants__blog-title {
      font-size: 1.4rem;
      color: #333;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-nustar-cebu-restaurants__blog-excerpt {
      font-size: 0.95rem;
      color: #666;
      margin-bottom: 15px;
    }

    .page-nustar-cebu-restaurants__blog-link {
      display: inline-block;
      color: #e2b000;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-nustar-cebu-restaurants__blog-link:hover {
      color: #c99a00;
      text-decoration: underline;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-nustar-cebu-restaurants__hero-title {
        font-size: 2.8rem;
      }
      .page-nustar-cebu-restaurants__hero-description {
        font-size: 1.1rem;
      }
      .page-nustar-cebu-restaurants__section-title {
        font-size: 2rem;
      }
    }

    @media (max-width: 768px) {
      .page-nustar-cebu-restaurants__hero-section {
        min-height: 500px;
      }
      .page-nustar-cebu-restaurants__hero-title {
        font-size: 2.2rem;
      }
      .page-nustar-cebu-restaurants__hero-description {
        font-size: 1rem;
      }
      .page-nustar-cebu-restaurants__hero-cta-group {
        flex-direction: column;
        gap: 10px;
      }
      .page-nustar-cebu-restaurants__hero-button {
        width: 80%;
        max-width: 300px;
        padding: 12px 20px;
        font-size: 1rem;
      }
      .page-nustar-cebu-restaurants__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
      }

      /* Payment Providers (Gamelogo) specific mobile styles */
      .page-nustar-cebu-restaurants__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }
      .page-nustar-cebu-restaurants__payment-logo {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      /* General grid items mobile */
      .page-nustar-cebu-restaurants__quick-access-grid,
      .page-nustar-cebu-restaurants__dining-grid,
      .page-nustar-cebu-restaurants__promo-grid,
      .page-nustar-cebu-restaurants__security-grid,
      .page-nustar-cebu-restaurants__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-nustar-cebu-restaurants__quick-access-card,
      .page-nustar-cebu-restaurants__dining-card,
      .page-nustar-cebu-restaurants__promo-card,
      .page-nustar-cebu-restaurants__security-item,
      .page-nustar-cebu-restaurants__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding for smaller screens */
      }

      .page-nustar-cebu-restaurants__quick-access-image,
      .page-nustar-cebu-restaurants__dining-image,
      .page-nustar-cebu-restaurants__promo-image,
      .page-nustar-cebu-restaurants__security-icon,
      .page-nustar-cebu-restaurants__blog-image {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover;
      }

      .page-nustar-cebu-restaurants__faq-question {
        padding: 15px 20px;
      }
      .page-nustar-cebu-restaurants__faq-title {
        font-size: 1.1rem;
      }
      .page-nustar-cebu-restaurants__faq-toggle {
        font-size: 1.5rem;
      }
      .page-nustar-cebu-restaurants__faq-answer {
        padding: 0 20px;
      }
      .page-nustar-cebu-restaurants__faq-item.active .page-nustar-cebu-restaurants__faq-answer {
        padding: 15px 20px !important;
      }

      .page-nustar-cebu-restaurants__introduction-section,
      .page-nustar-cebu-restaurants__quick-access-section,
      .page-nustar-cebu-restaurants__dining-categories-section,
      .page-nustar-cebu-restaurants__promotions-section,
      .page-nustar-cebu-restaurants__security-service-section,
      .page-nustar-cebu-restaurants__faq-section,
      .page-nustar-cebu-restaurants__blog-section {
        padding: 40px 15px;
      }

      .page-nustar-cebu-restaurants__introduction-content p,
      .page-nustar-cebu-restaurants__quick-access-description,
      .page-nustar-cebu-restaurants__dining-description,
      .page-nustar-cebu-restaurants__promo-description,
      .page-nustar-cebu-restaurants__security-description,
      .page-nustar-cebu-restaurants__faq-answer p,
      .page-nustar-cebu-restaurants__blog-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }
    @media (max-width: 480px) {
      .page-nustar-cebu-restaurants__hero-title {
        font-size: 1.8rem;
      }
      .page-nustar-cebu-restaurants__hero-description {
        font-size: 0.9rem;
      }
      .page-nustar-cebu-restaurants__section-title {
        font-size: 1.5rem;
      }
    }