
    .page-t-i-game-789-v {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-top: var(--header-offset, 122px); /* Fallback if shared.css doesn't set body padding-top */
    }

    .page-t-i-game-789-v__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-t-i-game-789-v__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      padding: 60px 20px;
      text-align: center;
      border-radius: 10px;
      margin-bottom: 40px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
      padding-top: 10px; /* Small top padding, main offset from body */
    }

    .page-t-i-game-789-v__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #ffeb3b;
    }

    .page-t-i-game-789-v__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-t-i-game-789-v__button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-t-i-game-789-v__download-button {
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: inline-block;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-t-i-game-789-v__download-button:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
    }

    .page-t-i-game-789-v__section {
      background-color: #ffffff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-t-i-game-789-v__section-title {
      font-size: 2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .page-t-i-game-789-v__section-title::after {
      content: '';
      width: 60px;
      height: 4px;
      background-color: #fdbb2d;
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 2px;
    }

    .page-t-i-game-789-v__features-grid,
    .page-t-i-game-789-v__game-types-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-t-i-game-789-v__feature-item,
    .page-t-i-game-789-v__game-type-item {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-t-i-game-789-v__feature-item:hover,
    .page-t-i-game-789-v__game-type-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

    .page-t-i-game-789-v__feature-icon,
    .page-t-i-game-789-v__game-image {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 15px;
      border-radius: 8px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .page-t-i-game-789-v__feature-title,
    .page-t-i-game-789-v__game-title {
      font-size: 1.3em;
      color: #b21f1f;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-t-i-game-789-v__download-steps {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-t-i-game-789-v__step-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
      background-color: #fefefe;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
      box-sizing: border-box;
    }

    .page-t-i-game-789-v__step-number {
      background-color: #1a2a6c;
      color: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2em;
      font-weight: bold;
      flex-shrink: 0;
      margin-right: 20px;
    }

    .page-t-i-game-789-v__step-content h3 {
      margin-top: 0;
      color: #1a2a6c;
      font-size: 1.3em;
    }

    .page-t-i-game-789-v__step-content p {
      margin-bottom: 0;
      color: #555;
    }

    .page-t-i-game-789-v__faq-section {
      background-color: #ffffff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-t-i-game-789-v__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
      box-sizing: border-box;
    }

    .page-t-i-game-789-v__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-t-i-game-789-v__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 15px 0;
      font-size: 1.1em;
      color: #1a2a6c;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-t-i-game-789-v__faq-question:hover {
      background-color: #f0f0f0;
      border-radius: 5px;
      padding-left: 10px;
      padding-right: 10px;
    }

    .page-t-i-game-789-v__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none;
      color: #1a2a6c;
    }

    .page-t-i-game-789-v__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #fdbb2d;
      margin-left: 15px;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-t-i-game-789-v__faq-item.active .page-t-i-game-789-v__faq-toggle {
      transform: rotate(45deg);
    }

    .page-t-i-game-789-v__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;
      color: #555;
    }

    .page-t-i-game-789-v__faq-item.active .page-t-i-game-789-v__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-t-i-game-789-v__promotion-banner {
      text-align: center;
      background: linear-gradient(45deg, #fdbb2d, #fc4a1a);
      color: #fff;
      padding: 40px 20px;
      border-radius: 10px;
      margin-bottom: 30px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .page-t-i-game-789-v__promotion-banner h2 {
      font-size: 2.2em;
      margin-bottom: 15px;
      color: #1a2a6c;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }

    .page-t-i-game-789-v__promotion-banner p {
      font-size: 1.1em;
      margin-bottom: 25px;
    }

    .page-t-i-game-789-v__promotion-banner .page-t-i-game-789-v__download-button {
      background-color: #1a2a6c;
      color: #fff;
    }

    .page-t-i-game-789-v__promotion-banner .page-t-i-game-789-v__download-button:hover {
      background-color: #0d1a4a;
    }

    .page-t-i-game-789-v__game-providers-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-t-i-game-789-v__provider-item {
      background-color: #f9f9f9;
      padding: 15px 25px;
      border-radius: 50px;
      font-weight: bold;
      color: #1a2a6c;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-t-i-game-789-v__provider-item:hover {
      background-color: #e0e7ee;
      transform: translateY(-2px);
    }

    .page-t-i-game-789-v__payment-methods-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-t-i-game-789-v__payment-item {
      background-color: #f9f9f9;
      padding: 15px 25px;
      border-radius: 50px;
      font-weight: bold;
      color: #b21f1f;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-t-i-game-789-v__payment-item:hover {
      background-color: #ffe0e0;
      transform: translateY(-2px);
    }

    @media (max-width: 768px) {
      .page-t-i-game-789-v__container {
        padding: 15px;
      }

      .page-t-i-game-789-v__hero-section {
        padding: 40px 15px;
      }

      .page-t-i-game-789-v__hero-title {
        font-size: 2em;
      }

      .page-t-i-game-789-v__hero-description {
        font-size: 1em;
      }

      .page-t-i-game-789-v__download-button {
        width: 100% !important;
        max-width: 300px !important;
        padding: 12px 20px;
        font-size: 1em;
        margin-bottom: 10px; /* Add margin for stacking */
      }

      .page-t-i-game-789-v__button-group {
        flex-direction: column;
        align-items: center;
      }

      .page-t-i-game-789-v__section {
        padding: 25px;
      }

      .page-t-i-game-789-v__section-title {
        font-size: 1.6em;
      }

      .page-t-i-game-789-v__features-grid,
      .page-t-i-game-789-v__game-types-grid,
      .page-t-i-game-789-v__game-providers-list,
      .page-t-i-game-789-v__payment-methods-list {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-t-i-game-789-v__feature-item,
      .page-t-i-game-789-v__game-type-item,
      .page-t-i-game-789-v__provider-item,
      .page-t-i-game-789-v__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-t-i-game-789-v__feature-icon,
      .page-t-i-game-789-v__game-image {
        max-width: 150px;
        margin-bottom: 10px;
      }

      .page-t-i-game-789-v__step-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
      }

      .page-t-i-game-789-v__step-number {
        margin: 0 auto 15px auto;
      }

      .page-t-i-game-789-v__step-content h3 {
        font-size: 1.2em;
      }

      .page-t-i-game-789-v__faq-question {
        font-size: 1em;
        padding: 12px 0;
      }

      .page-t-i-game-789-v__faq-answer {
        padding: 15px 10px !important;
      }

      .page-t-i-game-789-v__promotion-banner h2 {
        font-size: 1.8em;
      }

      .page-t-i-game-789-v__promotion-banner p {
        font-size: 0.95em;
      }
    }

    @media (max-width: 480px) {
      .page-t-i-game-789-v__hero-title {
        font-size: 1.8em;
      }

      .page-t-i-game-789-v__section-title {
        font-size: 1.4em;
      }

      .page-t-i-game-789-v__download-button {
        font-size: 0.95em;
        padding: 10px 15px;
      }
    }
  