
    .page-123beg {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-123beg__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-123beg__section--dark {
      background-color: #242424;
    }

    .page-123beg__hero-section {
      background-image: url('[GALLERY:hero:1920x1080:betting,mobile,banner,123beg]');
      background-size: cover;
      background-position: center;
      color: #ffffff;
      padding: 10px 20px 80px 20px; /* 10px top for offset, 80px bottom for content */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
      position: relative;
    }

    .page-123beg__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #f7d300;
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-123beg__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      color: #ffffff;
    }

    .page-123beg__cta-group {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .page-123beg__button {
      background-color: #f7d300;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-sizing: border-box;
    }

    .page-123beg__button:hover {
      background-color: #e0be00;
      transform: translateY(-2px);
    }

    .page-123beg__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.9);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-123beg__floating-buttons .page-123beg__button {
      flex: 1;
      margin: 0 5px;
      text-align: center;
      padding: 12px 0;
      font-size: 1em;
      border-radius: 5px;
    }

    .page-123beg__floating-buttons .page-123beg__register-btn {
      background-color: #007bff;
      color: #ffffff;
    }

    .page-123beg__floating-buttons .page-123beg__register-btn:hover {
      background-color: #0056b3;
    }

    .page-123beg__floating-buttons .page-123beg__login-btn {
      background-color: #28a745;
      color: #ffffff;
    }

    .page-123beg__floating-buttons .page-123beg__login-btn:hover {
      background-color: #1e7e34;
    }

    .page-123beg__heading {
      font-size: 2.2em;
      color: #f7d300;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-123beg__heading::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #f7d300;
      border-radius: 2px;
    }

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

    .page-123beg__product-card {
      background-color: #2d2d2d;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      box-sizing: border-box;
    }

    .page-123beg__product-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-123beg__product-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-123beg__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      display: block;
    }

    .page-123beg__product-title {
      font-size: 1.5em;
      color: #f7d300;
      margin: 20px 15px 10px 15px;
    }

    .page-123beg__product-description {
      font-size: 0.95em;
      color: #b0b0b0;
      padding: 0 15px 20px 15px;
    }

    .page-123beg__features-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      margin-top: 40px;
      list-style: none;
      padding: 0;
    }

    .page-123beg__feature-item {
      background-color: #2d2d2d;
      border-radius: 10px;
      padding: 30px;
      flex: 1 1 calc(33% - 25px);
      max-width: calc(33% - 25px);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      text-align: left;
      box-sizing: border-box;
      transition: background-color 0.3s ease;
    }

    .page-123beg__feature-item:hover {
      background-color: #3a3a3a;
    }

    .page-123beg__feature-title {
      font-size: 1.3em;
      color: #f7d300;
      margin-bottom: 10px;
    }

    .page-123beg__feature-description {
      color: #e0e0e0;
      font-size: 0.95em;
    }

    .page-123beg__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-123beg__promo-card {
      background-color: #2d2d2d;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      box-sizing: border-box;
    }

    .page-123beg__promo-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-123beg__promo-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-123beg__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%;
      display: block;
    }

    .page-123beg__promo-content {
      padding: 20px;
    }

    .page-123beg__promo-title {
      font-size: 1.4em;
      color: #f7d300;
      margin-bottom: 10px;
    }

    .page-123beg__promo-description {
      font-size: 0.9em;
      color: #b0b0b0;
      margin-bottom: 15px;
    }

    .page-123beg__faq-container {
      margin-top: 40px;
      text-align: left;
    }

    .page-123beg__faq-item {
      background-color: #2d2d2d;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

    .page-123beg__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #3a3a3a;
      color: #f7d300;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-123beg__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-123beg__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: inherit;
      pointer-events: none;
    }

    .page-123beg__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

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

    .page-123beg__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #242424;
      color: #e0e0e0;
      font-size: 0.95em;
      box-sizing: border-box;
    }

    .page-123beg__faq-item.active .page-123beg__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-123beg__hero-title {
        font-size: 2.2em;
      }

      .page-123beg__hero-subtitle {
        font-size: 1.1em;
      }

      .page-123beg__cta-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-123beg__button {
        width: 100%;
        padding: 12px 20px;
      }

      .page-123beg__heading {
        font-size: 1.8em;
      }

      .page-123beg__product-grid, .page-123beg__promo-grid {
        grid-template-columns: 1fr;
      }

      .page-123beg__features-list {
        flex-direction: column;
        gap: 20px;
      }

      .page-123beg__feature-item {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 25px;
        box-sizing: border-box !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-123beg__features-list {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-123beg__product-image-wrapper, .page-123beg__promo-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-123beg__product-image, .page-123beg__promo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-123beg__faq-question, .page-123beg__faq-answer {
        padding-left: 15px;
        padding-right: 15px;
      }

      .page-123beg__faq-answer {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-123beg__floating-buttons .page-123beg__button {
        font-size: 0.9em;
        padding: 10px 0;
      }
    }

    @media (max-width: 480px) {
      .page-123beg__hero-section {
        min-height: 400px;
        padding-bottom: 60px;
      }
      .page-123beg__hero-title {
        font-size: 1.8em;
      }
      .page-123beg__hero-subtitle {
        font-size: 0.95em;
      }
      .page-123beg__section {
        padding: 30px 15px;
      }
      .page-123beg__floating-buttons .page-123beg__button {
        margin: 0 3px;
      }
    }
  