
    .page-789p {
      font-family: 'Arial', sans-serif;
      color: #333333;
      background-color: #f8f9fa;
      line-height: 1.6;
    }

    .page-789p__hero-section {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #ffffff;
      padding: 10px 20px 80px;
      overflow: hidden;
      background-color: #2563eb;
      background-image: linear-gradient(135deg, #2563eb 0%, #64748b 100%);
    }

    .page-789p__hero-video-wrapper {
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin-bottom: 30px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
      z-index: 1;
    }

    .page-789p__hero-video {
      width: 100%;
      height: auto;
      display: block;
      cursor: pointer;
    }

    .page-789p__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin-top: 20px;
    }

    .page-789p__hero-title {
      font-size: clamp(2.2rem, 5vw, 3.5rem);
      font-weight: 700;
      margin-bottom: 15px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #ffffff;
    }

    .page-789p__hero-description {
      font-size: clamp(1rem, 2.5vw, 1.3rem);
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      color: #f0f0f0;
    }

    .page-789p__cta-button {
      display: inline-block;
      background-color: #f0f0f0;
      color: #2563eb;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.1rem;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      border: none;
      cursor: pointer;
    }

    .page-789p__cta-button:hover {
      background-color: #ffffff;
      transform: translateY(-3px);
    }

    .page-789p__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-789p__section-title {
      font-size: 2.5rem;
      color: #2563eb;
      margin-bottom: 40px;
      font-weight: 700;
    }

    .page-789p__text-content {
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #333333;
    }

    .page-789p__image-container {
      margin: 40px auto;
      max-width: 800px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .page-789p__image-container img {
      width: 100%;
      height: auto;
      display: block;
    }

    .page-789p__button-link {
      display: inline-block;
      background-color: #64748b;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-789p__button-link:hover {
      background-color: #4a5568;
    }

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

    .page-789p__game-card {
      background-color: #ffffff;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-789p__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-789p__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
    }

    .page-789p__game-card-title {
      font-size: 1.5rem;
      color: #2563eb;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-789p__game-card-button {
      background-color: #2563eb;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.95rem;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-789p__game-card-button:hover {
      background-color: #1a4a9c;
    }

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

    .page-789p__promo-card {
      background-color: #ffffff;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-789p__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-789p__promo-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .page-789p__promo-card-content {
      padding: 25px;
    }

    .page-789p__promo-card-title {
      font-size: 1.6rem;
      color: #2563eb;
      margin-bottom: 10px;
    }

    .page-789p__promo-card-description {
      font-size: 1rem;
      color: #555555;
      margin-bottom: 20px;
    }

    .page-789p__promo-card-button {
      background-color: #64748b;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.95rem;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-789p__promo-card-button:hover {
      background-color: #4a5568;
    }

    .page-789p__registration-steps {
      display: flex;
      flex-direction: column;
      gap: 25px;
      margin-top: 40px;
      text-align: left;
    }

    .page-789p__step-item {
      background-color: #ffffff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .page-789p__step-number {
      background-color: #2563eb;
      color: #ffffff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      font-weight: 700;
      flex-shrink: 0;
    }

    .page-789p__step-content h3 {
      font-size: 1.4rem;
      color: #2563eb;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-789p__step-content p {
      font-size: 1rem;
      color: #555555;
      margin-bottom: 0;
    }

    .page-789p__faq-list {
      margin-top: 40px;
      text-align: left;
    }

    .page-789p__faq-item {
      background-color: #ffffff;
      margin-bottom: 15px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-789p__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      font-size: 1.2rem;
      font-weight: 600;
      color: #2563eb;
      cursor: pointer;
      user-select: none;
      background-color: #e0e7ff;
      transition: background-color 0.3s ease;
    }

    .page-789p__faq-question:hover {
      background-color: #c9d6ff;
    }

    .page-789p__faq-question h3 {
      margin: 0;
      pointer-events: none;
      color: #2563eb;
    }

    .page-789p__faq-toggle {
      font-size: 1.8rem;
      font-weight: 300;
      pointer-events: none;
      transition: transform 0.3s ease;
      color: #2563eb;
    }

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

    .page-789p__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555555;
      background-color: #f0f4ff;
    }

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

    .page-789p__final-cta-section {
      background-color: #2563eb;
      color: #ffffff;
      padding: 80px 20px;
      text-align: center;
      background-image: linear-gradient(135deg, #2563eb 0%, #64748b 100%);
    }

    .page-789p__final-cta-title {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 20px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
      color: #ffffff;
    }

    .page-789p__final-cta-description {
      font-size: 1.2rem;
      margin-bottom: 40px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      color: #f0f0f0;
    }

    /* Responsive Styles */
    @media (max-width: 768px) {
      .page-789p {
        font-size: 16px;
      }

      .page-789p__hero-section {
        padding: 10px 15px 60px;
      }

      .page-789p__hero-video-wrapper {
        border-radius: 10px;
      }

      .page-789p__hero-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
      }

      .page-789p__hero-description {
        font-size: clamp(0.9rem, 3vw, 1.1rem);
      }

      .page-789p__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 20px;
        font-size: 1rem;
      }

      .page-789p__section {
        padding: 40px 15px;
      }

      .page-789p__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
      }

      .page-789p__text-content {
        font-size: 1rem;
      }

      .page-789p__image-container {
        margin: 30px auto;
        border-radius: 10px;
      }

      .page-789p__games-grid,
      .page-789p__promotions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-789p__game-card-image {
        height: 180px;
      }

      .page-789p__game-card-title {
        font-size: 1.3rem;
      }

      .page-789p__promo-card-image {
        height: 180px;
      }

      .page-789p__promo-card-content {
        padding: 20px;
      }

      .page-789p__promo-card-title {
        font-size: 1.4rem;
      }

      .page-789p__registration-steps {
        gap: 20px;
      }

      .page-789p__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
      }

      .page-789p__step-content h3 {
        font-size: 1.3rem;
      }

      .page-789p__step-content p {
        font-size: 0.95rem;
      }

      .page-789p__faq-question {
        padding: 18px 20px;
        font-size: 1.1rem;
      }

      .page-789p__faq-answer {
        padding: 15px 20px !important;
      }

      .page-789p__final-cta-section {
        padding: 60px 15px;
      }

      .page-789p__final-cta-title {
        font-size: 2.2rem;
      }

      .page-789p__final-cta-description {
        font-size: 1rem;
      }

      /* Mobile image, video, button, list item specific overrides */
      .page-789p img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
      }
      .page-789p video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
      }
      .page-789p__hero-video-wrapper,
      .page-789p__image-container,
      .page-789p__games-grid,
      .page-789p__promotions-grid,
      .page-789p__registration-steps,
      .page-789p__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden !important;
      }
      .page-789p__game-card,
      .page-789p__promo-card,
      .page-789p__step-item,
      .page-789p__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-789p__step-content {
        width: 100%;
      }
    }
  