
    :root {
      --page-79sun-primary-color: #e44d26; /* Orange-red for action */
      --page-79sun-secondary-color: #333; /* Dark grey for text */
      --page-79sun-background-light: #f5f5f5; /* Light grey background */
      --page-79sun-background-dark: #222; /* Dark background for sections */
      --page-79sun-text-light: #fff;
      --page-79sun-text-dark: #333;
      --page-79sun-accent-color: #ffc107; /* Gold/yellow for highlights */
    }

    .page-79sun {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-79sun-text-dark);
      background-color: var(--page-79sun-background-light);
      padding-top: 10px; /* Small padding, assuming body handles main header offset */
      overflow-x: hidden;
    }

    .page-79sun__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-79sun__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: var(--page-79sun-text-light);
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .page-79sun__section--dark {
      background-color: var(--page-79sun-background-dark);
      color: var(--page-79sun-text-light);
    }

    .page-79sun__section--dark h2,
    .page-79sun__section--dark p {
      color: var(--page-79sun-text-light);
    }

    .page-79sun__heading-primary {
      font-size: 2.5em;
      color: var(--page-79sun-primary-color);
      margin-bottom: 20px;
      text-align: center;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__heading-secondary {
      font-size: 2em;
      color: var(--page-79sun-secondary-color);
      margin-bottom: 25px;
      text-align: center;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__heading-tertiary {
      font-size: 1.5em;
      color: var(--page-79sun-primary-color);
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__button {
      display: inline-block;
      background-color: var(--page-79sun-primary-color);
      color: var(--page-79sun-text-light);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__button:hover {
      background-color: #c0392b;
    }

    .page-79sun__hero-section {
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('[GALLERY:hero:1920x1080:betting,casino,mobile]') no-repeat center center/cover;
      color: var(--page-79sun-text-light);
      padding: 80px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
      border-radius: 8px;
      position: relative;
    }

    .page-79sun__hero-content {
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }

    .page-79sun__hero-text {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #f0f0f0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-79sun__floating-button {
      background-color: var(--page-79sun-accent-color);
      color: var(--page-79sun-background-dark);
      padding: 10px 20px;
      border-radius: 50px;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      min-width: 120px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__floating-button:hover {
      background-color: #ffda6a;
      transform: translateY(-2px);
    }

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

    .page-79sun__product-card {
      background-color: var(--page-79sun-background-light);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      text-align: left;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .page-79sun__product-card:hover {
      transform: translateY(-5px);
    }

    .page-79sun__product-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #eee;
    }

    .page-79sun__product-image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .page-79sun__product-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-79sun__product-title {
      font-size: 1.3em;
      color: var(--page-79sun-primary-color);
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__product-description {
      font-size: 0.95em;
      color: var(--page-79sun-secondary-color);
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__promotion-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-79sun__promotion-item {
      background-color: var(--page-79sun-background-light);
      border-left: 5px solid var(--page-79sun-primary-color);
      padding: 20px;
      border-radius: 5px;
      text-align: left;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      word-wrap: break-word;
      overflow-wrap: break-word;
      box-sizing: border-box;
    }

    .page-79sun__promotion-item h3 {
      color: var(--page-79sun-secondary-color);
      margin-top: 0;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__promotion-item p {
      font-size: 0.9em;
      color: var(--page-79sun-secondary-color);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__feature-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .page-79sun__feature-item {
      background-color: var(--page-79sun-background-light);
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      text-align: center;
      word-wrap: break-word;
      overflow-wrap: break-word;
      box-sizing: border-box;
    }

    .page-79sun__feature-item h3 {
      color: var(--page-79sun-primary-color);
      margin-top: 10px;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__feature-item p {
      font-size: 0.9em;
      color: var(--page-79sun-secondary-color);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-79sun__payment-grid,
    .page-79sun__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-79sun__payment-logo-wrapper,
    .page-79sun__provider-logo-wrapper {
      width: 100%;
      max-width: 200px;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--page-79sun-text-light);
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-79sun__payment-logo,
    .page-79sun__provider-logo {
      max-width: 80%;
      max-height: 80%;
      height: auto;
      display: block;
      object-fit: contain;
    }

    .page-79sun__faq-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-79sun__faq-item {
      background-color: var(--page-79sun-text-light);
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-79sun__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f9f9f9;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-79sun__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-79sun__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--page-79sun-secondary-color);
      pointer-events: none;
      word-wrap: break-word;
      overflow-wrap: break-word;
      flex-grow: 1;
      text-align: left;
    }

    .page-79sun__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--page-79sun-primary-color);
      margin-left: 10px;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

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

    .page-79sun__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      text-align: left;
    }

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

    .page-79sun__faq-answer p {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 0.95em;
      color: var(--page-79sun-secondary-color);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-79sun__container {
        padding: 15px;
      }

      .page-79sun__heading-primary {
        font-size: 2em;
      }

      .page-79sun__heading-secondary {
        font-size: 1.6em;
      }

      .page-79sun__hero-section {
        padding: 60px 15px;
        min-height: 300px;
      }

      .page-79sun__hero-text {
        font-size: 1em;
      }

      .page-79sun__floating-buttons {
        bottom: 15px;
        right: 15px;
      }

      .page-79sun__product-grid,
      .page-79sun__promotion-list,
      .page-79sun__feature-list,
      .page-79sun__payment-grid,
      .page-79sun__provider-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
      }

      .page-79sun__product-card,
      .page-79sun__promotion-item,
      .page-79sun__feature-item,
      .page-79sun__faq-item,
      .page-79sun__payment-logo-wrapper,
      .page-79sun__provider-logo-wrapper {
        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;
      }

      .page-79sun__product-image,
      .page-79sun__payment-logo,
      .page-79sun__provider-logo {
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
      }

      .page-79sun__faq-question,
      .page-79sun__faq-answer {
        padding: 15px !important;
      }

      .page-79sun__faq-question h3 {
        font-size: 1em;
      }

      .page-79sun__faq-toggle {
        font-size: 1.2em;
      }
    }

    @media (max-width: 480px) {
      .page-79sun__floating-button {
        padding: 8px 15px;
        min-width: 100px;
      }
      .page-79sun__heading-primary {
        font-size: 1.8em;
      }
    }
  