
    /* CSS Styles for page-f168vip */
    :root {
      --primary-color: #e44d26; /* A vibrant orange/red */
      --secondary-color: #f7b731; /* A golden yellow */
      --dark-background: #1a1a2e; /* Dark blue/purple */
      --light-text: #ffffff;
      --grey-text: #cccccc;
      --border-color: #333;
      --section-padding: 60px 20px;
      --container-max-width: 1200px;
      --header-offset: 120px; /* Default desktop offset */
    }

    .page-f168vip__main-content {
      background-color: var(--dark-background);
      color: var(--light-text);
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
    }

    .page-f168vip__container {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-f168vip__hero-section {
      text-align: center;
      padding: var(--section-padding);
      background-image: url('[GALLERY:hero:1920x1080:betting,online_casino,f168vip]');
      background-size: cover;
      background-position: center;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding-top: var(--header-offset); /* Ensure hero is not hidden by fixed header */
    }

    .page-f168vip__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
    }

    .page-f168vip__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
    }

    .page-f168vip__hero-title {
      font-size: 3.5em;
      color: var(--secondary-color);
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-f168vip__hero-description {
      font-size: 1.2em;
      color: var(--light-text);
      margin-bottom: 30px;
    }

    .page-f168vip__button {
      display: inline-block;
      background-color: var(--primary-color);
      color: var(--light-text);
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      cursor: pointer; /* Indicate it's clickable, even without a link */
      border: none;
      font-size: 1em;
    }

    .page-f168vip__button:hover {
      background-color: #ff6a3d; /* Lighter primary color on hover */
    }

    .page-f168vip__section {
      padding: var(--section-padding);
      text-align: center;
      border-bottom: 1px solid var(--border-color);
    }

    .page-f168vip__section:last-of-type {
      border-bottom: none;
    }

    .page-f168vip__section-title {
      font-size: 2.5em;
      color: var(--secondary-color);
      margin-bottom: 30px;
    }

    .page-f168vip__section-subtitle {
      font-size: 1.8em;
      color: var(--light-text);
      margin-bottom: 20px;
    }

    .page-f168vip__text-block {
      max-width: 800px;
      margin: 0 auto 30px auto;
      text-align: left;
      color: var(--grey-text);
    }

    .page-f168vip__text-block p {
      margin-bottom: 15px;
    }

    .page-f168vip__text-block strong {
      color: var(--light-text);
    }

    .page-f168vip__image-wrapper {
      margin: 40px auto;
      max-width: 800px;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      width: 100%; /* Important for responsiveness */
      box-sizing: border-box; /* Important for responsiveness */
    }

    .page-f168vip__image {
      max-width: 100%;
      height: auto;
      display: block;
    }

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

    .page-f168vip__feature-item {
      background-color: #2b2b45; /* Slightly lighter dark background */
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .page-f168vip__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-f168vip__feature-icon {
      margin-bottom: 20px;
      width: 250px; /* Min size > 200px */
      height: auto;
      max-width: 100%;
      border-radius: 5px;
    }

    .page-f168vip__feature-title {
      font-size: 1.5em;
      color: var(--secondary-color);
      margin-bottom: 15px;
    }

    .page-f168vip__feature-description {
      color: var(--grey-text);
    }

    .page-f168vip__cta-section {
      background-color: var(--primary-color);
      padding: var(--section-padding);
      color: var(--light-text);
    }

    .page-f168vip__cta-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: var(--light-text);
    }

    .page-f168vip__cta-description {
      font-size: 1.3em;
      margin-bottom: 40px;
    }

    /* FAQ Section Styles */
    .page-f168vip__faq-section {
      padding: var(--section-padding);
      text-align: center;
    }

    .page-f168vip__faq-list {
      max-width: 900px;
      margin: 40px auto 0 auto;
      text-align: left;
    }

    .page-f168vip__faq-item {
      background-color: #2b2b45;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-f168vip__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #3a3a5a;
      color: var(--light-text);
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-f168vip__faq-question:hover {
      background-color: #4a4a6a;
    }

    .page-f168vip__faq-question h3 {
      margin: 0;
      color: var(--light-text);
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
    }

    .page-f168vip__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event on parent */
    }

    .page-f168vip__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #2b2b45;
      color: var(--grey-text);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-f168vip__faq-answer p {
      margin: 0 0 15px 0;
      padding-top: 10px; /* Give some spacing from the top */
    }
    .page-f168vip__faq-answer p:last-child {
      margin-bottom: 0;
    }

    .page-f168vip__faq-item.active .page-f168vip__faq-answer {
      max-height: 2000px !important; /* Sufficiently large height for content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-f168vip__faq-item.active .page-f168vip__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or similar, or just change text */
    }

    /* Anchor text styling */
    .page-f168vip__text-block a {
      color: var(--secondary-color);
      text-decoration: underline;
      transition: color 0.3s ease;
    }

    .page-f168vip__text-block a:hover {
      color: var(--primary-color);
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-f168vip__hero-title {
        font-size: 2.8em;
      }
      .page-f168vip__section-title {
        font-size: 2em;
      }
      .page-f168vip__cta-title {
        font-size: 2.2em;
      }
    }

    @media (max-width: 768px) {
      :root {
        --section-padding: 40px 15px;
        --header-offset: 200px; /* Mobile header offset */
      }

      .page-f168vip__hero-section {
        min-height: 400px;
        padding-top: var(--header-offset) !important; /* Ensure hero is not hidden */
      }

      .page-f168vip__hero-title {
        font-size: 2em;
      }

      .page-f168vip__hero-description {
        font-size: 1em;
      }

      .page-f168vip__section-title {
        font-size: 1.8em;
      }

      .page-f168vip__section-subtitle {
        font-size: 1.4em;
      }

      .page-f168vip__cta-title {
        font-size: 1.8em;
      }

      .page-f168vip__cta-description {
        font-size: 1.1em;
      }

      /* List item responsive requirements */
      .page-f168vip__features-grid {
        grid-template-columns: 1fr; /* Stack items on mobile */
      }

      .page-f168vip__feature-item {
        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 */
      }

      .page-f168vip__feature-description,
      .page-f168vip__text-block p,
      .page-f168vip__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-f168vip__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding: 0 !important; /* Remove any extra padding that might cause overflow */
      }
      .page-f168vip__image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-f168vip__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }
      .page-f168vip__faq-question h3 {
        font-size: 1em;
      }
      .page-f168vip__faq-answer {
        padding: 0 20px;
      }
      .page-f168vip__faq-item.active .page-f168vip__faq-answer {
        padding: 15px 20px !important;
      }
      .page-f168vip__faq-list {
        padding: 0; /* Remove default ul/ol padding */
      }
    }

    @media (max-width: 480px) {
      .page-f168vip__hero-title {
        font-size: 1.8em;
      }
      .page-f168vip__section-title {
        font-size: 1.6em;
      }
      .page-f168vip__cta-title {
        font-size: 1.6em;
      }
      .page-f168vip__button {
        padding: 12px 25px;
        font-size: 0.9em;
      }
    }
  