.page-cazden-hunter-and-arad-winwin {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-cazden-hunter-and-arad-winwin__section-title {
      color: #f0f0f0;
      text-align: center;
      padding: 40px 20px 20px;
      font-size: 2.5em;
      margin-bottom: 20px;
      background-color: #2a2a4a;
      border-bottom: 2px solid #e94560;
    }

    .page-cazden-hunter-and-arad-winwin__text-content {
      max-width: 900px;
      margin: 0 auto 20px;
      padding: 0 15px;
      text-align: center;
      font-size: 1.1em;
    }

    .page-cazden-hunter-and-arad-winwin__main-cta-button,
    .page-cazden-hunter-and-arad-winwin__hero-cta-button,
    .page-cazden-hunter-and-arad-winwin__hero-download-button,
    .page-cazden-hunter-and-arad-winwin__quick-link-button,
    .page-cazden-hunter-and-arad-winwin__game-card-button,
    .page-cazden-hunter-and-arad-winwin__promotion-button,
    .page-cazden-hunter-and-arad-winwin__blog-card-link,
    .page-cazden-hunter-and-arad-winwin__floating-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
      text-align: center;
    }

    .page-cazden-hunter-and-arad-winwin__main-cta-button:hover,
    .page-cazden-hunter-and-arad-winwin__hero-cta-button:hover,
    .page-cazden-hunter-and-arad-winwin__hero-download-button:hover,
    .page-cazden-hunter-and-arad-winwin__quick-link-button:hover,
    .page-cazden-hunter-and-arad-winwin__game-card-button:hover,
    .page-cazden-hunter-and-arad-winwin__promotion-button:hover,
    .page-cazden-hunter-and-arad-winwin__blog-card-link:hover,
    .page-cazden-hunter-and-arad-winwin__floating-button:hover {
      background-color: #ff6f8a;
      transform: translateY(-2px);
    }

    .page-cazden-hunter-and-arad-winwin__hero-section {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 70vh;
      padding: 60px 20px;
      background-color: #0f0f1a;
    }

    .page-cazden-hunter-and-arad-winwin__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .page-cazden-hunter-and-arad-winwin__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.4;
    }

    .page-cazden-hunter-and-arad-winwin__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-cazden-hunter-and-arad-winwin__hero-title {
      font-size: 3.5em;
      color: #ffffff;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-cazden-hunter-and-arad-winwin__hero-description {
      font-size: 1.3em;
      color: #f0f0f0;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

    .page-cazden-hunter-and-arad-winwin__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-cazden-hunter-and-arad-winwin__payment-providers {
      display: flex;
      flex-direction: column; /* For title above logos */
      align-items: center;
      padding: 40px 20px;
      background-color: #22223b;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-cazden-hunter-and-arad-winwin__logo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px;
      box-sizing: border-box;
      margin-top: 20px;
    }

    .page-cazden-hunter-and-arad-winwin__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      filter: brightness(0.8) grayscale(0.5);
      transition: filter 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-cazden-hunter-and-arad-winwin__payment-logo:hover {
      filter: brightness(1) grayscale(0);
    }

    .page-cazden-hunter-and-arad-winwin__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    .page-cazden-hunter-and-arad-winwin__introduction-section,
    .page-cazden-hunter-and-arad-winwin__security-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      text-align: center;
    }

    .page-cazden-hunter-and-arad-winwin__quick-access-section {
      padding: 60px 20px;
      background-color: #2a2a4a;
      text-align: center;
    }

    .page-cazden-hunter-and-arad-winwin__quick-links-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1000px;
      margin: 30px auto 0;
    }

    .page-cazden-hunter-and-arad-winwin__games-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      text-align: center;
    }

    .page-cazden-hunter-and-arad-winwin__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 30px auto 0;
    }

    .page-cazden-hunter-and-arad-winwin__game-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 20px;
    }

    .page-cazden-hunter-and-arad-winwin__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    }

    .page-cazden-hunter-and-arad-winwin__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-cazden-hunter-and-arad-winwin__game-card-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-cazden-hunter-and-arad-winwin__game-card-description {
      font-size: 0.95em;
      color: #c0c0c0;
      margin-bottom: 20px;
      padding: 0 15px;
      flex-grow: 1;
    }

    .page-cazden-hunter-and-arad-winwin__promotions-section {
      padding: 60px 20px;
      background-color: #22223b;
      text-align: center;
    }

    .page-cazden-hunter-and-arad-winwin__promotion-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 30px auto 0;
    }

    .page-cazden-hunter-and-arad-winwin__promotion-item {
      background-color: #2a2a4a;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-cazden-hunter-and-arad-winwin__promotion-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    }

    .page-cazden-hunter-and-arad-winwin__promotion-title {
      font-size: 1.6em;
      color: #ffffff;
      margin-bottom: 10px;
    }

    .page-cazden-hunter-and-arad-winwin__promotion-description {
      font-size: 1em;
      color: #c0c0c0;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-cazden-hunter-and-arad-winwin__faq-section {
      padding: 60px 20px;
      background-color: #2a2a4a;
    }

    .page-cazden-hunter-and-arad-winwin__faq-container {
      max-width: 900px;
      margin: 30px auto;
    }

    .page-cazden-hunter-and-arad-winwin__faq-item {
      background-color: #1a1a2e;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-cazden-hunter-and-arad-winwin__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: #e94560;
      color: #ffffff;
      cursor: pointer;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-cazden-hunter-and-arad-winwin__faq-question:hover {
      background-color: #ff6f8a;
    }

    .page-cazden-hunter-and-arad-winwin__faq-question-title {
      margin: 0;
      color: #ffffff;
      pointer-events: none;
    }

    .page-cazden-hunter-and-arad-winwin__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
    }

    .page-cazden-hunter-and-arad-winwin__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #22223b;
      color: #c0c0c0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-cazden-hunter-and-arad-winwin__faq-answer p {
      padding: 15px 0;
      margin: 0;
    }

    .page-cazden-hunter-and-arad-winwin__faq-item.active .page-cazden-hunter-and-arad-winwin__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-cazden-hunter-and-arad-winwin__faq-item.active .page-cazden-hunter-and-arad-winwin__faq-question {
      background-color: #ff6f8a;
    }

    .page-cazden-hunter-and-arad-winwin__blog-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      text-align: center;
    }

    .page-cazden-hunter-and-arad-winwin__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 30px auto 0;
    }

    .page-cazden-hunter-and-arad-winwin__blog-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 20px;
      text-align: left;
    }

    .page-cazden-hunter-and-arad-winwin__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    }

    .page-cazden-hunter-and-arad-winwin__blog-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-cazden-hunter-and-arad-winwin__blog-card-title {
      font-size: 1.4em;
      color: #e94560;
      margin-bottom: 10px;
      padding: 0 20px;
    }

    .page-cazden-hunter-and-arad-winwin__blog-card-excerpt {
      font-size: 0.9em;
      color: #c0c0c0;
      margin-bottom: 20px;
      padding: 0 20px;
      flex-grow: 1;
    }

    .page-cazden-hunter-and-arad-winwin__blog-card-link {
      align-self: flex-start;
      margin-left: 20px;
      padding: 8px 15px;
      font-size: 0.9em;
    }

    .page-cazden-hunter-and-arad-winwin__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-cazden-hunter-and-arad-winwin__floating-button {
      width: 120px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    }

    .page-cazden-hunter-and-arad-winwin__floating-register { background-color: #4CAF50; }
    .page-cazden-hunter-and-arad-winwin__floating-register:hover { background-color: #66BB6A; }
    .page-cazden-hunter-and-arad-winwin__floating-login { background-color: #2196F3; }
    .page-cazden-hunter-and-arad-winwin__floating-login:hover { background-color: #64B5F6; }
    .page-cazden-hunter-and-arad-winwin__floating-download { background-color: #FF9800; }
    .page-cazden-hunter-and-arad-winwin__floating-download:hover { background-color: #FFB74D; }

    @media (max-width: 1024px) {
      .page-cazden-hunter-and-arad-winwin__hero-title {
        font-size: 2.8em;
      }
      .page-cazden-hunter-and-arad-winwin__hero-description {
        font-size: 1.1em;
      }
      .page-cazden-hunter-and-arad-winwin__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-cazden-hunter-and-arad-winwin__hero-section {
        min-height: 60vh;
        padding: 40px 15px;
      }
      .page-cazden-hunter-and-arad-winwin__hero-title {
        font-size: 2.2em;
      }
      .page-cazden-hunter-and-arad-winwin__hero-description {
        font-size: 1em;
      }
      .page-cazden-hunter-and-arad-winwin__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-cazden-hunter-and-arad-winwin__hero-cta-button,
      .page-cazden-hunter-and-arad-winwin__hero-download-button {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-cazden-hunter-and-arad-winwin__section-title {
        font-size: 1.8em;
        padding: 30px 15px 15px;
      }
      .page-cazden-hunter-and-arad-winwin__text-content {
        font-size: 0.95em;
        padding: 0 10px;
      }

      .page-cazden-hunter-and-arad-winwin__payment-providers {
        flex-direction: column; /* Keep column for title above logos */
        gap: 16px; /* Gap for overall section */
        padding: 30px 15px;
      }
      .page-cazden-hunter-and-arad-winwin__logo-grid {
        flex-direction: row; /* Ensure row for logos */
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
      }
      .page-cazden-hunter-and-arad-winwin__payment-logo,
      .page-cazden-hunter-and-arad-winwin__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-cazden-hunter-and-arad-winwin__quick-links-grid,
      .page-cazden-hunter-and-arad-winwin__game-categories,
      .page-cazden-hunter-and-arad-winwin__promotion-list,
      .page-cazden-hunter-and-arad-winwin__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px auto 0;
        padding: 0 15px;
      }

      .page-cazden-hunter-and-arad-winwin__game-card,
      .page-cazden-hunter-and-arad-winwin__promotion-item,
      .page-cazden-hunter-and-arad-winwin__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-cazden-hunter-and-arad-winwin__game-card-description,
      .page-cazden-hunter-and-arad-winwin__promotion-description,
      .page-cazden-hunter-and-arad-winwin__blog-card-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-cazden-hunter-and-arad-winwin__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }
      .page-cazden-hunter-and-arad-winwin__faq-answer {
        padding: 0 20px;
      }
      .page-cazden-hunter-and-arad-winwin__faq-item.active .page-cazden-hunter-and-arad-winwin__faq-answer {
        padding: 15px 20px !important;
      }

      .page-cazden-hunter-and-arad-winwin__floating-buttons {
        flex-direction: row;
        bottom: 10px;
        right: 10px;
        left: 10px;
        justify-content: space-around;
        width: auto;
        gap: 5px;
      }
      .page-cazden-hunter-and-arad-winwin__floating-button {
        width: 30%;
        padding: 10px 0;
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-cazden-hunter-and-arad-winwin__hero-title {
        font-size: 1.8em;
      }
      .page-cazden-hunter-and-arad-winwin__hero-description {
        font-size: 0.9em;
      }
      .page-cazden-hunter-and-arad-winwin__section-title {
        font-size: 1.5em;
      }
      .page-cazden-hunter-and-arad-winwin__quick-link-button,
      .page-cazden-hunter-and-arad-winwin__game-card-button,
      .page-cazden-hunter-and-arad-winwin__promotion-button,
      .page-cazden-hunter-and-arad-winwin__blog-card-link {
        padding: 10px 15px;
        font-size: 0.9em;
      }
      .page-cazden-hunter-and-arad-winwin__floating-button {
        width: 30%;
        font-size: 0.85em;
        padding: 8px 0;
      }
    }