
    /* Page specific CSS for gacam67thomo */
    .page-gacam67thomo {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
    }

    .page-gacam67thomo .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-gacam67thomo .hero-section {
      background-color: #0056b3; /* Dark blue */
      color: #ffffff;
      padding: 60px 20px;
      text-align: center;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 30px;
    }

    .page-gacam67thomo .hero-section h1 {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00; /* Gold for emphasis */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-gacam67thomo .hero-section p {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-gacam67thomo .btn-primary {
      display: inline-block;
      background-color: #ffcc00; /* Gold */
      color: #0056b3; /* Dark blue text */
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-gacam67thomo .btn-primary:hover {
      background-color: #e6b800; /* Slightly darker gold */
      transform: translateY(-2px);
    }

    .page-gacam67thomo .section-heading {
      font-size: 2.2em;
      color: #0056b3; /* Dark blue */
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-gacam67thomo .section-heading::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffcc00; /* Gold accent */
      border-radius: 2px;
    }

    .page-gacam67thomo .content-block {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      margin-bottom: 30px;
    }

    .page-gacam67thomo .content-block h2 {
      color: #0056b3;
      font-size: 1.8em;
      margin-bottom: 20px;
    }

    .page-gacam67thomo .content-block h3 {
      color: #007bff; /* Lighter blue */
      font-size: 1.4em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

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

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

    .page-gacam67thomo .feature-card {
      background-color: #e0f2f7; /* Light blue background */
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .page-gacam67thomo .feature-card:hover {
      transform: translateY(-5px);
    }

    .page-gacam67thomo .feature-card img {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      object-fit: contain;
    }

    .page-gacam67thomo .feature-card h3 {
      color: #0056b3;
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-gacam67thomo .steps-list {
      list-style: none;
      padding: 0;
    }

    .page-gacam67thomo .steps-list li {
      background-color: #ffffff;
      margin-bottom: 15px;
      padding: 20px;
      border-left: 5px solid #0056b3;
      border-radius: 4px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
    }

    .page-gacam67thomo .steps-list li strong {
      color: #ffcc00; /* Gold for step numbers */
      font-size: 1.5em;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .page-gacam67thomo .game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
      margin-top: 30px;
      text-align: center;
    }

    .page-gacam67thomo .game-card {
      background-color: #ffffff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px;
      transition: box-shadow 0.3s ease;
    }

    .page-gacam67thomo .game-card:hover {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .page-gacam67thomo .game-card img {
      width: 100%;
      max-width: 120px;
      height: auto;
      border-radius: 4px;
      margin-bottom: 10px;
    }

    .page-gacam67thomo .game-card h4 {
      font-size: 1.1em;
      color: #0056b3;
      margin-bottom: 5px;
    }

    .page-gacam67thomo .game-card a {
      text-decoration: none;
      color: #007bff;
      font-weight: bold;
    }

    .page-gacam67thomo .game-card a:hover {
      text-decoration: underline;
    }

    .page-gacam67thomo .faq-section .faq-item {
      background-color: #ffffff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-gacam67thomo .faq-section .faq-question {
      padding: 18px 25px;
      background-color: #007bff; /* Lighter blue for questions */
      color: #ffffff;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background-color 0.3s ease;
    }

    .page-gacam67thomo .faq-section .faq-question:hover {
      background-color: #0056b3; /* Darker blue on hover */
    }

    .page-gacam67thomo .faq-section .faq-question span {
      font-size: 1.2em;
    }

    .page-gacam67thomo .faq-section .faq-answer {
      padding: 15px 25px;
      background-color: #f0f8ff; /* Very light blue for answers */
      border-top: 1px solid #e0e0e0;
      display: none; /* Hidden by default */
    }

    .page-gacam67thomo .faq-section .faq-answer p {
      margin-bottom: 0;
    }

    .page-gacam67thomo .floating-cta {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #e6b800; /* Gold */
      color: #0056b3; /* Dark blue text */
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .page-gacam67thomo .floating-cta:hover {
      background-color: #ffcc00; /* Lighter gold */
      transform: translateY(-3px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-gacam67thomo .hero-section {
        padding: 40px 15px;
      }

      .page-gacam67thomo .hero-section h1 {
        font-size: 2em;
      }

      .page-gacam67thomo .hero-section p {
        font-size: 1em;
      }

      .page-gacam67thomo .section-heading {
        font-size: 1.8em;
      }

      .page-gacam67thomo .content-block h2 {
        font-size: 1.5em;
      }

      .page-gacam67thomo .feature-grid,
      .page-gacam67thomo .game-grid {
        grid-template-columns: 1fr;
      }

      .page-gacam67thomo .steps-list li {
        flex-direction: column;
        text-align: center;
        border-left: none;
        border-top: 5px solid #0056b3;
      }

      .page-gacam67thomo .steps-list li strong {
        margin-right: 0;
        margin-bottom: 10px;
      }

      .page-gacam67thomo .floating-cta {
        bottom: 15px;
        right: 15px;
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }
  