/* General Layout & Typography */
    .page-22bet {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e; /* Dark background */
      line-height: 1.6;
      box-sizing: border-box;
    }

    .page-22bet__section-title {
      font-size: 2.5em;
      color: #e0e0e0;
      text-align: center;
      margin-bottom: 40px;
      padding-top: 40px;
      position: relative;
      letter-spacing: 0.05em;
    }

    .page-22bet__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #ffcc00; /* Accent color */
      margin: 15px auto 0;
      border-radius: 2px;
    }

    /* Hero Section */
    .page-22bet__hero-section {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #ffffff;
      padding: 80px 20px;
      min-height: 600px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-22bet__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: brightness(0.5); /* Darken image for text readability */
    }

    .page-22bet__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-22bet__hero-title {
      font-size: 3.8em;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.1;
      color: #ffcc00; /* Accent color for title */
    }

    .page-22bet__hero-description {
      font-size: 1.4em;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

    .page-22bet__hero-cta-group {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-22bet__hero-cta {
      display: inline-block;
      padding: 15px 35px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-22bet__hero-cta--register {
      background-color: #ffcc00; /* Accent color */
      color: #1a1a2e;
    }

    .page-22bet__hero-cta--register:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-22bet__hero-cta--login {
      background-color: #007bff; /* Secondary accent color */
      color: #ffffff;
      border: 2px solid #007bff;
    }

    .page-22bet__hero-cta--login:hover {
      background-color: #0056b3;
      transform: translateY(-3px);
    }

    /* Payment Providers Section */
    .page-22bet__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 40px 20px;
      background-color: #22223b; /* Slightly lighter dark */
    }

    .page-22bet__payment-logos-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-22bet__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      background-color: #ffffff; /* Background for logos */
      border-radius: 10px;
      padding: 5px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-22bet__payment-logo img {
      display: block;
      width: 70px !important; /* Adjusted to fit padding */
      height: 70px !important; /* Adjusted to fit padding */
      max-width: 70px !important;
      max-height: 70px !important;
      object-fit: contain;
    }

    /* Introduction Section */
    .page-22bet__introduction-section {
      padding: 60px 20px;
      max-width: 1000px;
      margin: 0 auto;
      text-align: center;
    }

    .page-22bet__intro-text {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #c0c0c0;
    }

    /* Quick Access Section */
    .page-22bet__quick-access-section {
      padding: 60px 20px;
      background-color: #22223b;
      text-align: center;
    }

    .page-22bet__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-22bet__quick-access-link {
      background-color: #2e2e4a;
      border-radius: 10px;
      padding: 25px;
      text-decoration: none;
      color: #ffffff;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: transform 0.3s ease, background-color 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-22bet__quick-access-link:hover {
      transform: translateY(-5px);
      background-color: #3a3a5e;
    }

    .page-22bet__quick-access-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 15px;
      border-radius: 8px;
    }

    .page-22bet__quick-access-text {
      font-size: 1.2em;
      font-weight: bold;
      color: #ffcc00;
    }

    /* Games Section */
    .page-22bet__games-section {
      padding: 60px 20px;
      text-align: center;
    }

    .page-22bet__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-22bet__game-card {
      background-color: #2e2e4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-22bet__game-card:hover {
      transform: translateY(-8px);
    }

    .page-22bet__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-22bet__game-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin: 20px 15px 10px;
    }

    .page-22bet__game-description {
      font-size: 0.95em;
      color: #c0c0c0;
      padding: 0 15px;
      flex-grow: 1;
    }

    .page-22bet__game-button {
      display: block;
      background-color: #007bff;
      color: #ffffff;
      text-decoration: none;
      padding: 12px 20px;
      margin: 20px 15px;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-22bet__game-button:hover {
      background-color: #0056b3;
    }

    /* Promotions Section */
    .page-22bet__promotions-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      text-align: center;
    }

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

    .page-22bet__promo-card {
      background-color: #2e2e4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-22bet__promo-card:hover {
      transform: translateY(-8px);
    }

    .page-22bet__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .page-22bet__promo-title {
      font-size: 1.6em;
      color: #ffcc00;
      margin: 20px 15px 10px;
    }

    .page-22bet__promo-description {
      font-size: 1em;
      color: #c0c0c0;
      padding: 0 15px;
      flex-grow: 1;
    }

    .page-22bet__promo-button {
      display: block;
      background-color: #ffcc00;
      color: #1a1a2e;
      text-decoration: none;
      padding: 12px 20px;
      margin: 20px 15px;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-22bet__promo-button:hover {
      background-color: #e6b800;
    }

    /* Security & Support Section */
    .page-22bet__security-support-section {
      padding: 60px 20px;
      text-align: center;
    }

    .page-22bet__security-support-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-22bet__security-item {
      background-color: #2e2e4a;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
    }

    .page-22bet__security-item:hover {
      transform: translateY(-5px);
    }

    .page-22bet__security-icon {
      width: 120px;
      height: 120px;
      object-fit: contain;
      margin-bottom: 20px;
      border-radius: 50%;
      background-color: #1a1a2e;
      padding: 10px;
    }

    .page-22bet__security-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 15px;
    }

    .page-22bet__security-description {
      font-size: 1em;
      color: #c0c0c0;
    }

    /* FAQ Section */
    .page-22bet__faq-section {
      padding: 60px 20px;
      background-color: #22223b;
    }

    .page-22bet__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-22bet__faq-item {
      background-color: #2e2e4a;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .page-22bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #3a3a5e;
      color: #ffffff;
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-22bet__faq-question:hover {
      background-color: #4a4a7a;
    }

    .page-22bet__faq-title {
      margin: 0;
      font-size: 1.2em;
      color: #ffcc00;
      pointer-events: none;
    }

    .page-22bet__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      width: 30px;
      text-align: center;
      pointer-events: none;
      transition: transform 0.3s ease;
      color: #ffcc00;
    }

    .page-22bet__faq-item.active .page-22bet__faq-toggle {
      transform: rotate(45deg);
    }

    .page-22bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #2e2e4a;
      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;
      font-size: 1em;
    }

    .page-22bet__faq-item.active .page-22bet__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Blog Section */
    .page-22bet__blog-section {
      padding: 60px 20px;
      text-align: center;
    }

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

    .page-22bet__blog-card {
      background-color: #2e2e4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      text-align: left;
    }

    .page-22bet__blog-card:hover {
      transform: translateY(-8px);
    }

    .page-22bet__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-22bet__blog-title {
      font-size: 1.4em;
      margin: 20px 15px 10px;
    }

    .page-22bet__blog-title a {
      color: #ffcc00;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-22bet__blog-title a:hover {
      color: #fff;
    }

    .page-22bet__blog-excerpt {
      font-size: 0.95em;
      color: #c0c0c0;
      padding: 0 15px;
      flex-grow: 1;
    }

    .page-22bet__blog-date {
      font-size: 0.85em;
      color: #888888;
      padding: 15px;
      border-top: 1px solid #3a3a5e;
      margin-top: 20px;
    }

    /* General Link Styling for content within main */
    .page-22bet a {
      color: #007bff;
      text-decoration: none;
    }

    .page-22bet a:hover {
      text-decoration: underline;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-22bet__hero-title {
        font-size: 3em;
      }
      .page-22bet__hero-description {
        font-size: 1.2em;
      }
      .page-22bet__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-22bet__hero-section {
        min-height: 450px;
        padding: 60px 15px;
      }
      .page-22bet__hero-title {
        font-size: 2.2em;
      }
      .page-22bet__hero-description {
        font-size: 1em;
      }
      .page-22bet__hero-cta-group {
        flex-direction: column;
        gap: 15px;
      }
      .page-22bet__hero-cta {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
        font-size: 1.1em;
        padding: 12px 25px;
      }

      /* Payment Providers Mobile */
      .page-22bet__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }
      .page-22bet__payment-logo,
      .page-22bet__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-22bet__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding-top: 30px;
      }

      .page-22bet__introduction-section,
      .page-22bet__quick-access-section,
      .page-22bet__games-section,
      .page-22bet__promotions-section,
      .page-22bet__security-support-section,
      .page-22bet__faq-section,
      .page-22bet__blog-section {
        padding: 40px 15px;
      }

      .page-22bet__quick-access-grid,
      .page-22bet__games-grid,
      .page-22bet__promotions-grid,
      .page-22bet__security-support-content,
      .page-22bet__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-22bet__quick-access-link,
      .page-22bet__game-card,
      .page-22bet__promo-card,
      .page-22bet__security-item,
      .page-22bet__blog-card {
        max-width: 100%;
        box-sizing: border-box;
      }

      /* Image responsiveness for general images */
      .page-22bet__hero-image,
      .page-22bet__quick-access-icon,
      .page-22bet__game-image,
      .page-22bet__promo-image,
      .page-22bet__security-icon,
      .page-22bet__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      /* FAQ Mobile */
      .page-22bet__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-22bet__faq-title {
        font-size: 1.1em;
      }

      .page-22bet__faq-toggle {
        font-size: 1.5em;
        width: 25px;
      }

      .page-22bet__faq-answer {
        padding: 15px 20px !important;
        font-size: 0.95em;
      }
    }

    @media (max-width: 480px) {
      .page-22bet__hero-title {
        font-size: 1.8em;
      }
      .page-22bet__hero-description {
        font-size: 0.9em;
      }
      .page-22bet__section-title {
        font-size: 1.5em;
      }
      .page-22bet__quick-access-icon {
        width: 80px;
        height: 80px;
      }
      .page-22bet__security-icon {
        width: 90px;
        height: 90px;
      }
    }