
    /* Tổng quan cho trang đá gà trực tiếp Thomo Gacam67 */
    .page-thomogacam67 {
      font-family: 'Arial', sans-serif;
      color: #f0f2f5; /* Màu chữ sáng */
      background-color: #1a1a2e; /* Nền tối */
      line-height: 1.6;
      padding-bottom: 80px; /* Đảm bảo không bị che bởi footer */
    }

    .page-thomogacam67 a {
      color: #e94560; /* Màu liên kết nổi bật */
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-thomogacam67 a:hover {
      color: #ff7b9c; /* Màu liên kết khi hover */
      text-decoration: underline;
    }

    .page-thomogacam67 h1,
    .page-thomogacam67 h2,
    .page-thomogacam67 h3 {
      color: #0f3460; /* Màu tiêu đề chính */
      margin-bottom: 1rem;
      font-weight: bold;
    }

    .page-thomogacam67 h1 {
      font-size: 2.5rem;
      text-align: center;
      padding: 2rem 1rem;
      background-color: #0f3460;
      color: #fff;
      margin-top: 0;
      border-bottom: 5px solid #e94560;
    }

    .page-thomogacam67 h2 {
      font-size: 2rem;
      border-left: 5px solid #e94560;
      padding-left: 1rem;
      margin-top: 2.5rem;
      color: #f0f2f5;
    }

    .page-thomogacam67 h3 {
      font-size: 1.5rem;
      color: #f0f2f5;
      margin-top: 2rem;
    }

    .page-thomogacam67 section {
      padding: 2rem 1rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-thomogacam67 .hero-section {
      text-align: center;
      padding: 3rem 1rem;
      background: linear-gradient(rgba(26, 26, 46, 0.8), rgba(26, 26, 46, 0.8)), url('[GALLERY:background:cockfighting_arena,thomo,gacam67_hero]') no-repeat center center/cover;
      color: #fff;
      border-radius: 8px;
      margin: 2rem auto;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-thomogacam67 .hero-section p {
      font-size: 1.1rem;
      max-width: 800px;
      margin: 1rem auto 2rem;
    }

    .page-thomogacam67 .btn-primary {
      display: inline-block;
      background-color: #e94560;
      color: #fff;
      padding: 0.8rem 2rem;
      border-radius: 5px;
      font-size: 1.1rem;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-thomogacam67 .btn-primary:hover {
      background-color: #ff7b9c;
      transform: translateY(-2px);
    }

    .page-thomogacam67 .feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem;
    }

    .page-thomogacam67 .feature-card {
      background-color: #0f3460;
      padding: 1.5rem;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      text-align: center;
      transition: transform 0.3s ease;
    }

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

    .page-thomogacam67 .feature-card img {
      width: 80px;
      height: 80px;
      margin-bottom: 1rem;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #e94560;
    }

    .page-thomogacam67 .feature-card h3 {
      color: #f0f2f5;
      font-size: 1.3rem;
      margin-top: 0.5rem;
    }

    .page-thomogacam67 .step-list {
      list-style: none;
      padding: 0;
      margin-top: 1.5rem;
    }

    .page-thomogacam67 .step-list li {
      background-color: #0f3460;
      margin-bottom: 1rem;
      padding: 1.2rem;
      border-radius: 8px;
      display: flex;
      align-items: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .page-thomogacam67 .step-list li strong {
      color: #e94560;
      font-size: 1.2rem;
      margin-right: 1rem;
      flex-shrink: 0;
    }

    .page-thomogacam67 .image-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1rem;
      margin-top: 2rem;
    }

    .page-thomogacam67 .image-gallery img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      border: 2px solid #e94560;
    }

    .page-thomogacam67 .promo-card {
      background-color: #0f3460;
      padding: 2rem;
      border-radius: 8px;
      text-align: center;
      margin-top: 2rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      border: 2px solid #e94560;
    }

    .page-thomogacam67 .promo-card h3 {
      color: #e94560;
      font-size: 1.8rem;
      margin-bottom: 1rem;
    }

    .page-thomogacam67 .promo-card p {
      font-size: 1.1rem;
      margin-bottom: 1.5rem;
    }

    .page-thomogacam67 .faq-item {
      background-color: #0f3460;
      margin-bottom: 1rem;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      overflow: hidden;
    }

    .page-thomogacam67 .faq-question {
      padding: 1rem 1.5rem;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      color: #f0f2f5;
      background-color: #0f3460;
      border-bottom: 1px solid #1a1a2e;
    }

    .page-thomogacam67 .faq-question:hover {
      background-color: #1a1a2e;
    }

    .page-thomogacam67 .faq-question span {
      font-size: 1.2rem;
      transition: transform 0.3s ease;
    }

    .page-thomogacam67 .faq-answer {
      padding: 0 1.5rem 1rem;
      color: #ccc;
      display: none;
    }

    .page-thomogacam67 .faq-item.active .faq-answer {
      display: block;
    }

    .page-thomogacam67 .faq-item.active .faq-question span {
      transform: rotate(180deg);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-thomogacam67 h1 {
        font-size: 2rem;
      }

      .page-thomogacam67 h2 {
        font-size: 1.7rem;
      }

      .page-thomogacam67 h3 {
        font-size: 1.3rem;
      }

      .page-thomogacam67 .hero-section {
        padding: 2rem 1rem;
      }

      .page-thomogacam67 .feature-grid {
        grid-template-columns: 1fr;
      }

      .page-thomogacam67 .step-list li {
        flex-direction: column;
        text-align: center;
      }

      .page-thomogacam67 .step-list li strong {
        margin-right: 0;
        margin-bottom: 0.5rem;
      }
    }
  