
    .page-77winnew-online {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e;
      line-height: 1.6;
      overflow-x: hidden;
    }

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

    .page-77winnew-online__register-button,
    .page-77winnew-online__login-button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 120px;
      height: 45px;
      border-radius: 25px;
      font-weight: bold;
      text-decoration: none;
      color: #1a1a2e;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, background-color 0.3s ease;
      font-size: 16px;
    }

    .page-77winnew-online__register-button {
      background-color: #ffd700;
    }

    .page-77winnew-online__login-button {
      background-color: #ff4500;
    }

    .page-77winnew-online__register-button:hover,
    .page-77winnew-online__login-button:hover {
      transform: translateY(-3px);
      opacity: 0.9;
    }

    .page-77winnew-online__hero-section,
    .page-77winnew-online__promotions-section,
    .page-77winnew-online__games-section,
    .page-77winnew-online__why-choose-us,
    .page-77winnew-online__faq-section,
    .page-77winnew-online__cta-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-77winnew-online__section-title {
      font-size: 2.5em;
      color: #ffd700;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-77winnew-online__section-description {
      font-size: 1.1em;
      margin-bottom: 40px;
      color: #ccc;
    }

    .page-77winnew-online__brand-highlight {
      color: #ff4500;
    }

    .page-77winnew-online__text-highlight {
      color: #ffd700;
      font-weight: bold;
    }

    .page-77winnew-online__primary-button,
    .page-77winnew-online__secondary-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .page-77winnew-online__primary-button {
      background-color: #ffd700;
      color: #1a1a2e;
    }

    .page-77winnew-online__primary-button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-77winnew-online__secondary-button {
      background-color: #ff4500;
      color: #f0f0f0;
      border: 2px solid #ff4500;
    }

    .page-77winnew-online__secondary-button:hover {
      background-color: #e03c00;
      transform: translateY(-2px);
    }

    .page-77winnew-online__button-wrapper {
      margin-top: 40px;
    }

    .page-77winnew-online__hero-section {
      padding-top: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 60vh;
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1c 100%);
    }

    .page-77winnew-online__hero-content {
      z-index: 1;
      max-width: 800px;
      margin-bottom: 30px;
    }

    .page-77winnew-online__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #f0f0f0;
    }

    .page-77winnew-online__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #ccc;
    }

    .page-77winnew-online__hero-image-wrapper {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
      z-index: 1;
    }

    .page-77winnew-online__hero-image {
      width: 100%;
      height: auto;
      display: block;
    }

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

    .page-77winnew-online__promotion-card {
      background-color: #2a2a44;
      border-radius: 15px;
      padding: 25px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-77winnew-online__promotion-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
    }

    .page-77winnew-online__promotion-image {
      width: 100%;
      max-width: 400px;
      height: auto;
      border-radius: 10px;
      margin-bottom: 20px;
      display: block;
    }

    .page-77winnew-online__card-title {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 10px;
      text-align: center;
    }

    .page-77winnew-online__card-text {
      font-size: 1em;
      color: #ccc;
      text-align: center;
    }

    .page-77winnew-online__games-section {
      background-color: #0f0f1c;
    }

    .page-77winnew-online__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-77winnew-online__game-card {
      background-color: #2a2a44;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .page-77winnew-online__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    }

    .page-77winnew-online__game-image {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 10px;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-77winnew-online__why-choose-us {
      background-color: #1a1a2e;
    }

    .page-77winnew-online__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-77winnew-online__feature-item {
      background-color: #2a2a44;
      border-radius: 15px;
      padding: 25px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .page-77winnew-online__feature-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    }

    .page-77winnew-online__feature-icon {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-77winnew-online__feature-title {
      font-size: 1.4em;
      color: #ffd700;
      margin-bottom: 10px;
    }

    .page-77winnew-online__feature-description {
      font-size: 0.95em;
      color: #ccc;
    }

    .page-77winnew-online__faq-container {
      margin-top: 30px;
      text-align: left;
    }

    .page-77winnew-online__faq-item {
      background-color: #2a2a44;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      overflow: hidden;
    }

    .page-77winnew-online__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #3b3b5c;
      color: #f0f0f0;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-77winnew-online__faq-question:hover {
      background-color: #4c4c73;
    }

    .page-77winnew-online__faq-question-text {
      font-size: 1.2em;
      margin: 0;
      color: #f0f0f0;
      pointer-events: none;
    }

    .page-77winnew-online__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffd700;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-77winnew-online__faq-item.active .page-77winnew-online__faq-toggle {
      transform: rotate(45deg);
      color: #ff4500;
    }

    .page-77winnew-online__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: #ccc;
      background-color: #2a2a44;
    }

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

    .page-77winnew-online__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    .page-77winnew-online__cta-section {
      background-color: #0f0f1c;
      padding-bottom: 60px;
    }

    @media (max-width: 1024px) {
      .page-77winnew-online__section-title {
        font-size: 2em;
      }

      .page-77winnew-online__hero-title {
        font-size: 2.8em;
      }
    }

    @media (max-width: 768px) {
      .page-77winnew-online__floating-buttons {
        flex-direction: row;
        bottom: 15px;
        right: 15px;
        left: 15px;
        justify-content: space-around;
      }

      .page-77winnew-online__register-button,
      .page-77winnew-online__login-button {
        width: 48%;
        height: 40px;
        font-size: 15px;
      }

      .page-77winnew-online__hero-section,
      .page-77winnew-online__promotions-section,
      .page-77winnew-online__games-section,
      .page-77winnew-online__why-choose-us,
      .page-77winnew-online__faq-section,
      .page-77winnew-online__cta-section {
        padding: 30px 15px;
      }

      .page-77winnew-online__section-title {
        font-size: 1.8em;
        margin-bottom: 15px;
      }

      .page-77winnew-online__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }

      .page-77winnew-online__hero-content {
        margin-bottom: 20px;
      }

      .page-77winnew-online__hero-title {
        font-size: 2.2em;
      }

      .page-77winnew-online__hero-description {
        font-size: 1.1em;
      }

      .page-77winnew-online__primary-button,
      .page-77winnew-online__secondary-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-77winnew-online__hero-image,
      .page-77winnew-online__promotion-image,
      .page-77winnew-online__game-image,
      .page-77winnew-online__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-77winnew-online__hero-image-wrapper,
      .page-77winnew-online__promotion-card,
      .page-77winnew-online__game-card,
      .page-77winnew-online__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-77winnew-online__promotion-grid,
      .page-77winnew-online__game-categories,
      .page-77winnew-online__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-77winnew-online__promotion-card,
      .page-77winnew-online__game-card,
      .page-77winnew-online__feature-item {
        padding: 20px;
      }

      .page-77winnew-online__card-title,
      .page-77winnew-online__feature-title {
        font-size: 1.3em;
      }

      .page-77winnew-online__card-text,
      .page-77winnew-online__feature-description {
        font-size: 0.9em;
      }

      .page-77winnew-online__faq-question {
        padding: 15px 20px;
      }

      .page-77winnew-online__faq-question-text {
        font-size: 1.1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-77winnew-online__faq-answer {
        padding: 0 20px;
      }

      .page-77winnew-online__faq-item.active .page-77winnew-online__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-77winnew-online__hero-title {
        font-size: 1.8em;
      }

      .page-77winnew-online__hero-description {
        font-size: 1em;
      }

      .page-77winnew-online__section-title {
        font-size: 1.5em;
      }

      .page-77winnew-online__register-button,
      .page-77winnew-online__login-button {
        width: 45%;
        font-size: 14px;
      }
    }
  