.page-nustar-hotel-cebu-price {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }
    .page-nustar-hotel-cebu-price__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }
    .page-nustar-hotel-cebu-price__section-title {
      font-size: 2.5em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 20px;
      font-weight: 700;
      line-height: 1.2;
    }
    .page-nustar-hotel-cebu-price__section-description {
      font-size: 1.1em;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #555;
    }
    .page-nustar-hotel-cebu-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 handles header offset */
    }
    .page-nustar-hotel-cebu-price__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }
    .page-nustar-hotel-cebu-price__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
      z-index: 2;
    }
    .page-nustar-hotel-cebu-price__hero-content {
      position: relative;
      z-index: 3;
      max-width: 900px;
      padding: 20px;
    }
    .page-nustar-hotel-cebu-price__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: 800;
      line-height: 1.1;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }
    .page-nustar-hotel-cebu-price__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }
    .page-nustar-hotel-cebu-price__hero-cta {
      display: inline-block;
      background-color: #e44d26;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    .page-nustar-hotel-cebu-price__hero-cta:hover {
      background-color: #ff6a3c;
      transform: translateY(-2px);
    }
    .page-nustar-hotel-cebu-price__introduction-section,
    .page-nustar-hotel-cebu-price__quick-access-section,
    .page-nustar-hotel-cebu-price__games-section,
    .page-nustar-hotel-cebu-price__promotions-section,
    .page-nustar-hotel-cebu-price__security-section,
    .page-nustar-hotel-cebu-price__faq-section,
    .page-nustar-hotel-cebu-price__blog-section {
      padding: 60px 0;
    }
    .page-nustar-hotel-cebu-price__introduction-section {
      background-color: #fff;
    }
    .page-nustar-hotel-cebu-price__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      text-align: center;
    }
    .page-nustar-hotel-cebu-price__feature-item {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
    }
    .page-nustar-hotel-cebu-price__feature-item:hover {
      transform: translateY(-5px);
    }
    .page-nustar-hotel-cebu-price__feature-icon {
      width: 100%;
      max-width: 200px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
    }
    .page-nustar-hotel-cebu-price__feature-title {
      font-size: 1.5em;
      color: #222;
      margin-bottom: 10px;
    }
    .page-nustar-hotel-cebu-price__feature-text {
      color: #666;
    }
    .page-nustar-hotel-cebu-price__quick-access-section {
      background-color: #f0f0f0;
      text-align: center;
    }
    .page-nustar-hotel-cebu-price__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }
    .page-nustar-hotel-cebu-price__access-btn {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }
    .page-nustar-hotel-cebu-price__access-btn:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }
    .page-nustar-hotel-cebu-price__games-section {
      background-color: #fff;
    }
    .page-nustar-hotel-cebu-price__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }
    .page-nustar-hotel-cebu-price__game-card {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.3s ease;
    }
    .page-nustar-hotel-cebu-price__game-card:hover {
      transform: translateY(-5px);
    }
    .page-nustar-hotel-cebu-price__game-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      object-fit: contain;
    }
    .page-nustar-hotel-cebu-price__game-title {
      font-size: 1.4em;
      color: #222;
      margin-bottom: 10px;
    }
    .page-nustar-hotel-cebu-price__game-text {
      color: #666;
      margin-bottom: 20px;
    }
    .page-nustar-hotel-cebu-price__game-link {
      display: inline-block;
      background-color: #28a745;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }
    .page-nustar-hotel-cebu-price__game-link:hover {
      background-color: #218838;
    }
    .page-nustar-hotel-cebu-price__promotions-section {
      background-color: #f0f0f0;
    }
    .page-nustar-hotel-cebu-price__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }
    .page-nustar-hotel-cebu-price__promo-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      text-align: center;
    }
    .page-nustar-hotel-cebu-price__promo-card:hover {
      transform: translateY(-8px);
    }
    .page-nustar-hotel-cebu-price__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .page-nustar-hotel-cebu-price__promo-title {
      font-size: 1.6em;
      color: #222;
      margin: 20px 15px 10px 15px;
    }
    .page-nustar-hotel-cebu-price__promo-text {
      color: #666;
      padding: 0 15px 20px 15px;
    }
    .page-nustar-hotel-cebu-price__promo-cta {
      display: inline-block;
      background-color: #dc3545;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color 0.3s ease;
    }
    .page-nustar-hotel-cebu-price__promo-cta:hover {
      background-color: #c82333;
    }
    .page-nustar-hotel-cebu-price__security-section {
      background-color: #fff;
    }
    .page-nustar-hotel-cebu-price__security-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: center;
    }
    .page-nustar-hotel-cebu-price__security-item {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    .page-nustar-hotel-cebu-price__security-icon {
      width: 100%;
      max-width: 150px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
    }
    .page-nustar-hotel-cebu-price__security-title {
      font-size: 1.4em;
      color: #222;
      margin-bottom: 10px;
    }
    .page-nustar-hotel-cebu-price__security-text {
      color: #666;
    }
    .page-nustar-hotel-cebu-price__support-cta {
      display: block;
      width: fit-content;
      margin: 40px auto 0 auto;
      background-color: #6c757d;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    .page-nustar-hotel-cebu-price__support-cta:hover {
      background-color: #5a6268;
      transform: translateY(-2px);
    }
    .page-nustar-hotel-cebu-price__faq-section {
      background-color: #f0f0f0;
    }
    .page-nustar-hotel-cebu-price__faq-list {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-nustar-hotel-cebu-price__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }
    .page-nustar-hotel-cebu-price__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      user-select: none;
      background-color: #e9ecef;
      border-bottom: 1px solid #dee2e6;
      transition: background-color 0.3s ease;
    }
    .page-nustar-hotel-cebu-price__faq-question:hover {
      background-color: #e2e6ea;
    }
    .page-nustar-hotel-cebu-price__faq-title {
      font-size: 1.2em;
      color: #333;
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }
    .page-nustar-hotel-cebu-price__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #6c757d;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }
    .page-nustar-hotel-cebu-price__faq-item.active .page-nustar-hotel-cebu-price__faq-toggle {
      transform: rotate(45deg);
    }
    .page-nustar-hotel-cebu-price__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;
      background-color: #fff;
      color: #555;
    }
    .page-nustar-hotel-cebu-price__faq-item.active .page-nustar-hotel-cebu-price__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }
    .page-nustar-hotel-cebu-price__blog-section {
      background-color: #fff;
    }
    .page-nustar-hotel-cebu-price__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }
    .page-nustar-hotel-cebu-price__blog-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
    }
    .page-nustar-hotel-cebu-price__blog-card:hover {
      transform: translateY(-5px);
    }
    .page-nustar-hotel-cebu-price__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .page-nustar-hotel-cebu-price__blog-title {
      font-size: 1.4em;
      color: #222;
      margin: 15px;
      line-height: 1.3;
    }
    .page-nustar-hotel-cebu-price__blog-title a {
      text-decoration: none;
      color: inherit;
      transition: color 0.3s ease;
    }
    .page-nustar-hotel-cebu-price__blog-title a:hover {
      color: #e44d26;
    }
    .page-nustar-hotel-cebu-price__blog-excerpt {
      color: #666;
      padding: 0 15px 15px 15px;
      font-size: 0.95em;
    }
    .page-nustar-hotel-cebu-price__blog-read-more {
      display: inline-block;
      background-color: #17a2b8;
      color: #fff;
      padding: 8px 15px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 0.9em;
      font-weight: bold;
      margin: 0 15px 15px 15px;
      transition: background-color 0.3s ease;
    }
    .page-nustar-hotel-cebu-price__blog-read-more:hover {
      background-color: #138496;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-nustar-hotel-cebu-price__hero-section {
        height: 450px;
      }
      .page-nustar-hotel-cebu-price__hero-title {
        font-size: 2.5em;
      }
      .page-nustar-hotel-cebu-price__hero-subtitle {
        font-size: 1.1em;
      }
      .page-nustar-hotel-cebu-price__hero-cta {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-nustar-hotel-cebu-price__section-title {
        font-size: 2em;
      }
      .page-nustar-hotel-cebu-price__section-description {
        font-size: 1em;
        margin-bottom: 20px;
      }
      .page-nustar-hotel-cebu-price__container {
        padding: 15px;
      }
      .page-nustar-hotel-cebu-price__introduction-section,
      .page-nustar-hotel-cebu-price__quick-access-section,
      .page-nustar-hotel-cebu-price__games-section,
      .page-nustar-hotel-cebu-price__promotions-section,
      .page-nustar-hotel-cebu-price__security-section,
      .page-nustar-hotel-cebu-price__faq-section,
      .page-nustar-hotel-cebu-price__blog-section {
        padding: 40px 0;
      }
      .page-nustar-hotel-cebu-price__features-grid,
      .page-nustar-hotel-cebu-price__game-categories,
      .page-nustar-hotel-cebu-price__promo-grid,
      .page-nustar-hotel-cebu-price__security-features,
      .page-nustar-hotel-cebu-price__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-nustar-hotel-cebu-price__access-buttons {
        flex-direction: column;
        align-items: center;
      }
      .page-nustar-hotel-cebu-price__access-btn {
        width: 100%;
        max-width: 300px;
      }
      /* List item mobile responsiveness for FAQ */
      .page-nustar-hotel-cebu-price__faq-list {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-nustar-hotel-cebu-price__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-nustar-hotel-cebu-price__faq-question {
        padding: 15px;
      }
      .page-nustar-hotel-cebu-price__faq-title {
        font-size: 1.1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-nustar-hotel-cebu-price__faq-toggle {
        font-size: 1.3em;
      }
      .page-nustar-hotel-cebu-price__faq-answer {
        padding: 15px !important;
      }
      /* Image responsiveness */
      .page-nustar-hotel-cebu-price__feature-icon,
      .page-nustar-hotel-cebu-price__game-icon,
      .page-nustar-hotel-cebu-price__promo-image,
      .page-nustar-hotel-cebu-price__security-icon,
      .page-nustar-hotel-cebu-price__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-nustar-hotel-cebu-price__promo-image,
      .page-nustar-hotel-cebu-price__blog-image {
        height: 180px;
      }
    }