.page-22bet-pt {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }
    .page-22bet-pt__section-title {
      font-size: 2.5em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 20px;
      padding: 20px 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .page-22bet-pt__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      cursor: pointer;
      box-sizing: border-box;
    }
    .page-22bet-pt__button--primary {
      background-color: #e44d26; /* A vibrant orange-red */
      color: #ffffff;
      border: 2px solid #e44d26;
    }
    .page-22bet-pt__button--primary:hover {
      background-color: #c23d1d;
      transform: translateY(-2px);
    }
    .page-22bet-pt__button--secondary {
      background-color: transparent;
      color: #e44d26;
      border: 2px solid #e44d26;
    }
    .page-22bet-pt__button--secondary:hover {
      background-color: #e44d26;
      color: #ffffff;
      transform: translateY(-2px);
    }
    .page-22bet-pt__button--link {
      background-color: #337ab7; /* A standard blue for links */
      color: #ffffff;
      border: 2px solid #337ab7;
      margin: 5px;
      padding: 10px 20px;
      font-size: 0.9em;
    }
    .page-22bet-pt__button--link:hover {
      background-color: #286090;
      transform: translateY(-2px);
    }
    .page-22bet-pt__button--small {
      padding: 8px 15px;
      font-size: 0.85em;
      border-radius: 4px;
      margin-top: 10px;
      background-color: #e44d26;
      color: #ffffff;
      border: none;
    }
    .page-22bet-pt__button--small:hover {
      background-color: #c23d1d;
    }
    /* HERO Section */
    .page-22bet-pt__hero-section {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-align: center;
      padding: 10px 20px 80px; /* Added 10px for top spacing, assuming body has header-offset */
      min-height: 500px;
      overflow: hidden;
      background-color: #1a1a1a;
    }
    .page-22bet-pt__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      opacity: 0.4;
    }
    .page-22bet-pt__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }
    .page-22bet-pt__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      color: #f0f0f0; /* Ensure good contrast */
    }
    .page-22bet-pt__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
      color: #e0e0e0; /* Ensure good contrast */
    }
    .page-22bet-pt__hero-cta {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }
    /* Intro Section */
    .page-22bet-pt__intro-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }
    .page-22bet-pt__intro-text {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
    }
    .page-22bet-pt__features {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }
    .page-22bet-pt__feature-item {
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      padding: 25px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      text-align: center;
      box-sizing: border-box;
    }
    .page-22bet-pt__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100%;
    }
    .page-22bet-pt__feature-title {
      font-size: 1.4em;
      color: #e44d26;
      margin-bottom: 10px;
    }
    .page-22bet-pt__feature-description {
      color: #666;
    }
    /* Quick Access Section */
    .page-22bet-pt__quick-access-section {
      background-color: #e44d26;
      color: #ffffff;
      padding: 60px 20px;
      text-align: center;
    }
    .page-22bet-pt__quick-access-section .page-22bet-pt__section-title {
      color: #ffffff;
    }
    .page-22bet-pt__quick-access-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-22bet-pt__access-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }
    .page-22bet-pt__access-links .page-22bet-pt__button--link {
      background-color: #ffffff;
      color: #e44d26;
      border: 2px solid #ffffff;
      padding: 12px 25px;
      font-size: 1em;
    }
    .page-22bet-pt__access-links .page-22bet-pt__button--link:hover {
      background-color: #f0f0f0;
      color: #c23d1d;
    }
    /* Games Section */
    .page-22bet-pt__games-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }
    .page-22bet-pt__games-description {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
    }
    .page-22bet-pt__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }
    .page-22bet-pt__game-card {
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
    }
    .page-22bet-pt__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
      max-width: 100%;
    }
    .page-22bet-pt__game-title {
      font-size: 1.3em;
      color: #1a1a1a;
      margin-bottom: 10px;
      padding: 0 15px;
    }
    .page-22bet-pt__game-text {
      color: #666;
      font-size: 0.95em;
      padding: 0 15px 15px;
      flex-grow: 1;
    }
    /* Promotions Section */
    .page-22bet-pt__promo-section {
      background-color: #f0f0f0;
      padding: 60px 20px;
      text-align: center;
    }
    .page-22bet-pt__promo-description {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
    }
    .page-22bet-pt__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      justify-content: center;
    }
    .page-22bet-pt__promo-card {
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
    }
    .page-22bet-pt__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
      max-width: 100%;
    }
    .page-22bet-pt__promo-title {
      font-size: 1.3em;
      color: #1a1a1a;
      margin-bottom: 10px;
      padding: 0 15px;
    }
    .page-22bet-pt__promo-text {
      color: #666;
      font-size: 0.95em;
      padding: 0 15px 15px;
      flex-grow: 1;
    }
    /* Security & Customer Service Section */
    .page-22bet-pt__security-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }
    .page-22bet-pt__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }
    .page-22bet-pt__security-item {
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      padding: 25px;
      text-align: center;
      box-sizing: border-box;
    }
    .page-22bet-pt__security-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100%;
    }
    .page-22bet-pt__security-title {
      font-size: 1.4em;
      color: #e44d26;
      margin-bottom: 10px;
    }
    .page-22bet-pt__security-text {
      color: #666;
      margin-bottom: 15px;
    }
    /* FAQ Section */
    .page-22bet-pt__faq-section {
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
    }
    .page-22bet-pt__faq-section .page-22bet-pt__section-title {
      margin-bottom: 40px;
    }
    .page-22bet-pt__faq-container {
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }
    .page-22bet-pt__faq-item {
      border-bottom: 1px solid #eee;
    }
    .page-22bet-pt__faq-item:last-child {
      border-bottom: none;
    }
    .page-22bet-pt__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #f9f9f9;
      transition: background-color 0.3s ease;
      user-select: none;
    }
    .page-22bet-pt__faq-question:hover {
      background-color: #f0f0f0;
    }
    .page-22bet-pt__faq-q-text {
      font-size: 1.1em;
      color: #1a1a1a;
      margin: 0;
      flex-grow: 1;
      text-align: left;
    }
    .page-22bet-pt__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e44d26;
      margin-left: 20px;
      width: 20px;
      text-align: center;
      flex-shrink: 0;
    }
    .page-22bet-pt__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      text-align: left;
    }
    .page-22bet-pt__faq-answer p {
      margin-bottom: 15px;
      padding-bottom: 0; /* Adjust for padding on parent */
    }
    .page-22bet-pt__faq-item.active .page-22bet-pt__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }
    .page-22bet-pt__faq-item.active .page-22bet-pt__faq-toggle {
      content: "−"; /* Not directly applicable in CSS, handled by JS */
    }
    /* Blog Section */
    .page-22bet-pt__blog-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      background-color: #f8f8f8;
    }
    .page-22bet-pt__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }
    .page-22bet-pt__blog-card {
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: left;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
    }
    .page-22bet-pt__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
      max-width: 100%;
    }
    .page-22bet-pt__blog-title {
      font-size: 1.2em;
      color: #1a1a1a;
      margin-bottom: 10px;
      padding: 0 15px;
      line-height: 1.4;
    }
    .page-22bet-pt__blog-excerpt {
      color: #666;
      font-size: 0.9em;
      padding: 0 15px 15px;
      flex-grow: 1;
    }
    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-22bet-pt__hero-title {
        font-size: 2.8em;
      }
      .page-22bet-pt__hero-subtitle {
        font-size: 1.3em;
      }
      .page-22bet-pt__section-title {
        font-size: 2em;
      }
    }
    @media (max-width: 768px) {
      .page-22bet-pt__hero-section {
        min-height: 400px;
        padding-bottom: 60px;
      }
      .page-22bet-pt__hero-title {
        font-size: 2.2em;
      }
      .page-22bet-pt__hero-subtitle {
        font-size: 1.1em;
      }
      .page-22bet-pt__hero-cta {
        flex-direction: column;
        gap: 15px;
      }
      .page-22bet-pt__button {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
      }
      .page-22bet-pt__section-title {
        font-size: 1.8em;
      }
      .page-22bet-pt__intro-text,
      .page-22bet-pt__quick-access-description,
      .page-22bet-pt__games-description,
      .page-22bet-pt__promo-description {
        font-size: 1em;
      }
      /* List item responsive */
      .page-22bet-pt__features,
      .page-22bet-pt__game-categories,
      .page-22bet-pt__promo-grid,
      .page-22bet-pt__security-grid,
      .page-22bet-pt__blog-grid {
        grid-template-columns: 1fr;
      }
      .page-22bet-pt__feature-item,
      .page-22bet-pt__game-card,
      .page-22bet-pt__promo-card,
      .page-22bet-pt__security-item,
      .page-22bet-pt__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-22bet-pt__feature-description,
      .page-22bet-pt__game-text,
      .page-22bet-pt__promo-text,
      .page-22bet-pt__security-text,
      .page-22bet-pt__blog-excerpt,
      .page-22bet-pt__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-22bet-pt__faq-question,
      .page-22bet-pt__faq-answer {
        padding-left: 15px;
        padding-right: 15px;
      }
      .page-22bet-pt__faq-item.active .page-22bet-pt__faq-answer {
        padding: 15px !important;
      }
    }
    @media (max-width: 480px) {
      .page-22bet-pt__hero-title {
        font-size: 1.8em;
      }
      .page-22bet-pt__hero-subtitle {
        font-size: 1em;
      }
      .page-22bet-pt__section-title {
        font-size: 1.5em;
      }
      .page-22bet-pt__button {
        padding: 10px 20px;
      }
      .page-22bet-pt__access-links .page-22bet-pt__button--link {
        width: 100%;
      }
      .page-22bet-pt__faq-q-text {
        font-size: 1em;
      }
      .page-22bet-pt__faq-toggle {
        font-size: 1.2em;
      }
    }