
    :root {
      --page-bg-color: #000000;
      --page-text-color: #ffffff;
      --page-highlight-color: #FFD700; /* Gold/Yellow */
      --page-accent-color: #FFA500; /* Orange */
      --page-border-color: #333333;
      --page-padding-section: 20px;
      --page-max-width: 1200px;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners {
      font-family: Arial, sans-serif;
      background-color: var(--page-bg-color);
      color: var(--page-text-color);
      line-height: 1.6;
      overflow-x: hidden; /* Prevent horizontal scroll */
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__container {
      max-width: var(--page-max-width);
      margin: 0 auto;
      padding: 0 var(--page-padding-section);
      box-sizing: border-box;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__hero-section {
      text-align: center;
      padding: calc(var(--page-padding-section) * 2) var(--page-padding-section);
      background-color: #1a1a1a;
      padding-top: 10px; /* Fixed nav bar spacing */
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__hero-image {
      width: 100%;
      max-width: 800px;
      height: auto;
      display: block;
      margin: 20px auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
      object-fit: cover;
      min-height: 200px; /* Ensure minimum size */
      box-sizing: border-box;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__hero-title {
      color: var(--page-highlight-color);
      font-size: 2.5em;
      margin-bottom: 10px;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__hero-description {
      font-size: 1.1em;
      color: var(--page-text-color);
      max-width: 800px;
      margin: 0 auto 20px auto;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__call-to-action {
      display: inline-block;
      background-color: var(--page-accent-color);
      color: var(--page-bg-color);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin-top: 15px;
      cursor: pointer;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__call-to-action:hover {
      background-color: var(--page-highlight-color);
      transform: translateY(-2px);
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__section {
      padding: var(--page-padding-section) 0;
      border-bottom: 1px solid var(--page-border-color);
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__section:last-of-type {
      border-bottom: none;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__section-title {
      color: var(--page-highlight-color);
      font-size: 2em;
      text-align: center;
      margin-bottom: var(--page-padding-section);
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__content-paragraph {
      margin-bottom: 15px;
      font-size: 1em;
      color: var(--page-text-color);
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__image-full-width {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 20px 0;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      object-fit: cover;
      min-height: 200px; /* Ensure minimum size */
      box-sizing: border-box;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__feature-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__feature-item {
      background-color: #1a1a1a;
      padding: 20px;
      border-radius: 8px;
      border: 1px solid var(--page-border-color);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__feature-title {
      color: var(--page-accent-color);
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__feature-description {
      font-size: 0.95em;
      color: #cccccc;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__game-categories {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 15px;
      margin-top: 20px;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__game-category-item {
      background-color: #1a1a1a;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      border: 1px solid var(--page-border-color);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__game-category-icon {
      width: 100%;
      max-width: 150px;
      height: auto;
      margin-bottom: 10px;
      border-radius: 4px;
      object-fit: cover;
      min-height: 100px; /* Ensure minimum size */
      box-sizing: border-box;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__game-category-name {
      color: var(--page-highlight-color);
      font-weight: bold;
      font-size: 1em;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__usage-steps {
      list-style: decimal;
      padding-left: 25px;
      margin-top: 20px;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__usage-step-item {
      margin-bottom: 10px;
      color: var(--page-text-color);
      font-size: 1em;
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__usage-step-item strong {
      color: var(--page-accent-color);
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__disclaimer-box {
      background-color: #0d0d0d;
      border: 1px solid var(--page-accent-color);
      padding: 20px;
      border-radius: 8px;
      margin-top: var(--page-padding-section);
      font-size: 0.9em;
      color: #cccccc;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__disclaimer-title {
      color: var(--page-accent-color);
      font-size: 1.2em;
      margin-bottom: 10px;
      text-align: center;
    }

    /* FAQ Section Styles */
    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-section {
      padding: var(--page-padding-section) 0;
      background-color: var(--page-bg-color);
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-title {
      color: var(--page-highlight-color);
      font-size: 2em;
      text-align: center;
      margin-bottom: var(--page-padding-section);
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-item {
      background-color: #1a1a1a;
      border: 1px solid var(--page-border-color);
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #222222;
      color: var(--page-text-color);
      transition: background-color 0.3s ease;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-question:hover {
      background-color: #333333;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--page-highlight-color);
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--page-accent-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click */
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-item.active .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding matches question sides */
      background-color: #1a1a1a;
      color: #cccccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-item.active .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important; /* Final padding when open */
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__container {
        padding: 0 15px;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__hero-section {
        padding: calc(var(--page-padding-section) * 1.5) 15px;
        padding-top: 10px; /* Fixed nav bar spacing */
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__hero-title {
        font-size: 1.8em;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__hero-description {
        font-size: 1em;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__call-to-action {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__section-title {
        font-size: 1.5em;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__content-paragraph {
        font-size: 0.95em;
      }

      /* List item responsive adjustments */
      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__feature-list,
      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__game-categories {
        grid-template-columns: 1fr; /* Stack items */
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__feature-item,
      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__game-category-item,
      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__usage-step-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !important; /* Adjust padding for smaller screens */
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__usage-steps {
        padding-left: 20px; /* Adjust for smaller screens */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 15px !important;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__game-category-icon {
        max-width: 100px;
        min-height: 80px;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-question {
        padding: 12px 15px;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-answer {
        padding: 0 15px;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-item.active .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__faq-answer {
        padding: 15px !important;
      }

      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__image-full-width,
      .page-resources-what-services-does-gacam67-provide-a-quick-guide-for-beginners__hero-image {
        max-width: 100%;
        height: auto;
        min-height: 150px; /* Smaller min-height for mobile hero */
        box-sizing: border-box !important;
      }
    }
  