
    :root {
      --page-f169-primary-color: #e44d26; /* A vibrant orange/red */
      --page-f169-secondary-color: #f0ad4e; /* A complementary yellow/orange */
      --page-f169-dark-bg: #1a1a1a;
      --page-f169-light-bg: #2a2a2a;
      --page-f169-text-color: #f8f8f8;
      --page-f169-accent-color: #5cb85c; /* Green for success/highlight */
      --page-f169-border-color: #3a3a3a;
      --page-f169-button-hover-color: #c0392b;
    }

    .page-f169 {
      font-family: 'Arial', sans-serif;
      color: var(--page-f169-text-color);
      background-color: var(--page-f169-dark-bg);
      line-height: 1.6;
      overflow-x: hidden; /* Prevent horizontal scroll from elements */
    }

    .page-f169 strong {
      color: var(--page-f169-primary-color);
    }

    .page-f169__section {
      padding: 40px 15px;
      margin-bottom: 20px;
      background-color: var(--page-f169-light-bg);
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-f169__section--dark {
      background-color: var(--page-f169-dark-bg);
    }

    .page-f169__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-f169__heading-primary {
      font-size: 2.8em;
      text-align: center;
      color: var(--page-f169-primary-color);
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-f169__heading-secondary {
      font-size: 2.2em;
      text-align: center;
      color: var(--page-f169-secondary-color);
      margin-bottom: 30px;
      border-bottom: 2px solid var(--page-f169-primary-color);
      padding-bottom: 10px;
      display: inline-block;
      width: auto;
      margin-left: auto;
      margin-right: auto;
    }

    .page-f169__heading-tertiary {
      font-size: 1.8em;
      color: var(--page-f169-text-color);
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-f169__text-center {
      text-align: center;
    }

    /* Hero Section */
    .page-f169__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,abstract,f169]') no-repeat center center/cover;
      padding: 10px 15px 80px; /* 10px top padding for header offset, 80px bottom */
      text-align: center;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      position: relative;
      border-radius: 0; /* Hero section typically spans full width */
      margin-bottom: 20px;
    }

    .page-f169__hero-title {
      font-size: 3.5em;
      margin-bottom: 10px;
      color: var(--page-f169-primary-color);
      text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    }

    .page-f169__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      color: #eee;
    }

    .page-f169__cta-button {
      background-color: var(--page-f169-accent-color);
      color: #fff;
      padding: 15px 30px;
      font-size: 1.2em;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
      display: inline-block;
      margin-top: 20px;
    }

    .page-f169__cta-button:hover {
      background-color: var(--page-f169-button-hover-color);
    }

    /* Floating Buttons */
    .page-f169__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 10px 20px;
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-f169__floating-button {
      background-color: var(--page-f169-primary-color);
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 25px;
      font-size: 1em;
      cursor: pointer;
      transition: background-color 0.3s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      text-decoration: none;
    }

    .page-f169__floating-button:hover {
      background-color: var(--page-f169-button-hover-color);
    }

    /* Game Categories */
    .page-f169__game-categories-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-f169__game-category-card {
      background-color: var(--page-f169-dark-bg);
      border: 1px solid var(--page-f169-border-color);
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; /* Ensure cards are same height */
      box-sizing: border-box;
    }

    .page-f169__game-category-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }

    .page-f169__game-category-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 200px; /* Fixed height for images */
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #000;
    }

    .page-f169__game-category-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover; /* Ensures image covers the area */
      width: 100%;
      height: 100%;
    }

    .page-f169__game-category-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-f169__game-category-title {
      font-size: 1.5em;
      color: var(--page-f169-primary-color);
      margin-bottom: 10px;
    }

    .page-f169__game-category-description {
      font-size: 0.95em;
      color: #ccc;
      margin-bottom: 15px;
    }

    /* Promotions Section */
    .page-f169__promotion-card {
      background-color: var(--page-f169-dark-bg);
      border: 1px solid var(--page-f169-border-color);
      border-radius: 8px;
      padding: 25px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-f169__promotion-icon {
      flex-shrink: 0;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: var(--page-f169-primary-color);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.5em;
      color: #fff;
    }

    .page-f169__promotion-content {
      flex-grow: 1;
    }

    .page-f169__promotion-title {
      font-size: 1.6em;
      color: var(--page-f169-secondary-color);
      margin-bottom: 10px;
    }

    .page-f169__promotion-description {
      font-size: 1em;
      color: #ddd;
    }

    /* Why F169 Section */
    .page-f169__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-f169__feature-item {
      background-color: var(--page-f169-dark-bg);
      padding: 25px;
      border-radius: 8px;
      border: 1px solid var(--page-f169-border-color);
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      box-sizing: border-box; /* Crucial for responsiveness */
    }

    .page-f169__feature-icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 15px;
      display: block;
    }

    .page-f169__feature-title {
      font-size: 1.3em;
      color: var(--page-f169-primary-color);
      margin-bottom: 10px;
    }

    .page-f169__feature-description {
      font-size: 0.95em;
      color: #ccc;
    }

    /* Providers & Payments */
    .page-f169__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-f169__logo-item {
      background-color: var(--page-f169-dark-bg);
      padding: 15px;
      border-radius: 8px;
      border: 1px solid var(--page-f169-border-color);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      box-sizing: border-box; /* Crucial for responsiveness */
    }

    .page-f169__logo-image {
      max-width: 100%;
      max-height: 70px;
      height: auto;
      object-fit: contain;
    }

    /* FAQ Section */
    .page-f169__faq-list {
      margin-top: 30px;
    }

    .page-f169__faq-item {
      background-color: var(--page-f169-dark-bg);
      border: 1px solid var(--page-f169-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .page-f169__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: var(--page-f169-light-bg);
      border-bottom: 1px solid transparent;
      transition: background-color 0.3s ease;
    }

    .page-f169__faq-question:hover {
      background-color: #3a3a3a;
    }

    .page-f169__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--page-f169-secondary-color);
      pointer-events: none; /* Crucial for click handling */
    }

    .page-f169__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--page-f169-primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click handling */
    }

    .page-f169__faq-item.active .page-f169__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or '-' */
    }

    .page-f169__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: var(--page-f169-dark-bg);
      color: #ddd;
    }

    .page-f169__faq-item.active .page-f169__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }
    
    .page-f169__faq-answer p {
        margin-top: 0;
        margin-bottom: 1em;
    }
    .page-f169__faq-answer p:last-child {
        margin-bottom: 0;
    }


    /* Responsive Design */
    @media (max-width: 768px) {
      .page-f169__heading-primary {
        font-size: 2.2em;
      }

      .page-f169__heading-secondary {
        font-size: 1.8em;
      }

      .page-f169__hero-title {
        font-size: 2.5em;
      }

      .page-f169__hero-subtitle {
        font-size: 1.1em;
      }

      .page-f169__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-f169__floating-buttons {
        gap: 10px;
        padding: 8px 15px;
      }

      .page-f169__floating-button {
        padding: 8px 15px;
        font-size: 0.9em;
      }

      .page-f169__section {
        padding: 25px 10px;
      }

      .page-f169__game-categories-grid,
      .page-f169__feature-list,
      .page-f169__logo-grid {
        grid-template-columns: 1fr; /* Stack items */
      }
      
      /* Ensure all list items and containers are 100% width on mobile */
      .page-f169__game-category-card,
      .page-f169__feature-item,
      .page-f169__logo-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important; /* Adjust padding for mobile */
        padding-right: 15px !important; /* Adjust padding for mobile */
      }
      .page-f169__game-category-content,
      .page-f169__feature-description,
      .page-f169__promotion-description,
      .page-f169__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-f169__promotion-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
      }

      .page-f169__promotion-icon {
        width: 80px;
        height: 80px;
        font-size: 2em;
      }
      
      /* Image responsiveness */
      .page-f169__game-category-image,
      .page-f169__feature-icon,
      .page-f169__logo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-f169__game-category-image-wrapper,
      .page-f169__logo-item {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
      
      .page-f169__faq-question {
        padding: 15px 10px;
      }
      .page-f169__faq-answer {
        padding: 0 10px;
      }
      .page-f169__faq-item.active .page-f169__faq-answer {
        padding: 15px 10px !important;
      }
    }
  