.page-https-www-phsky-app-m-home {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e;
      line-height: 1.6;
      overflow-x: hidden;
      padding-bottom: 50px;
    }

    .page-https-www-phsky-app-m-home__hero-section {
      padding-top: 10px;
    }

    .page-https-www-phsky-app-m-home__hero-section,
    .page-https-www-phsky-app-m-home__promotions-section,
    .page-https-www-phsky-app-m-home__games-section,
    .page-https-www-phsky-app-m-home__access-section,
    .page-https-www-phsky-app-m-home__faq-section,
    .page-https-www-phsky-app-m-home__cta-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      box-sizing: border-box;
    }

    .page-https-www-phsky-app-m-home__section-title {
      font-size: 2.5em;
      color: #e94560;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-https-www-phsky-app-m-home__subsection-title {
      font-size: 1.8em;
      color: #0f3460;
      margin-top: 40px;
      margin-bottom: 20px;
    }

    .page-https-www-phsky-app-m-home__section-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: #b0b0b0;
    }

    .page-https-www-phsky-app-m-home__highlight {
      color: #e94560;
      font-weight: bold;
    }

    .page-https-www-phsky-app-m-home__strong-text {
      color: #e94560;
    }

    .page-https-www-phsky-app-m-home__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
      text-align: center;
    }

    .page-https-www-phsky-app-m-home__button--primary {
      background-color: #e94560;
      color: #ffffff;
      margin: 10px;
    }

    .page-https-www-phsky-app-m-home__button--primary:hover {
      background-color: #d13a51;
      transform: translateY(-2px);
    }

    .page-https-www-phsky-app-m-home__button--secondary {
      background-color: #0f3460;
      color: #ffffff;
      border: 2px solid #e94560;
      margin: 10px;
    }

    .page-https-www-phsky-app-m-home__button--secondary:hover {
      background-color: #164a80;
      transform: translateY(-2px);
    }

    .page-https-www-phsky-app-m-home__button--small {
      padding: 8px 15px;
      font-size: 0.9em;
    }

    .page-https-www-phsky-app-m-home__button--large {
      padding: 15px 30px;
      font-size: 1.2em;
    }

    .page-https-www-phsky-app-m-home__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 30px;
      background: linear-gradient(135deg, #1a1a2e, #0f3460);
      padding-bottom: 60px;
    }

    .page-https-www-phsky-app-m-home__hero-content {
      max-width: 800px;
    }

    .page-https-www-phsky-app-m-home__hero-title {
      font-size: 3em;
      color: #ffffff;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-https-www-phsky-app-m-home__hero-description {
      font-size: 1.3em;
      color: #c0c0c0;
      margin-bottom: 30px;
    }

    .page-https-www-phsky-app-m-home__hero-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .page-https-www-phsky-app-m-home__hero-image-wrapper {
      width: 100%;
      max-width: 800px;
      margin-top: 20px;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    }

    .page-https-www-phsky-app-m-home__hero-image {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-https-www-phsky-app-m-home__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-https-www-phsky-app-m-home__promo-card {
      background-color: #2e2e4a;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-https-www-phsky-app-m-home__promo-card:hover {
      transform: translateY(-8px);
    }

    .page-https-www-phsky-app-m-home__promo-image {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-https-www-phsky-app-m-home__promo-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-https-www-phsky-app-m-home__promo-text {
      color: #c0c0c0;
      margin-bottom: 20px;
    }

    .page-https-www-phsky-app-m-home__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-https-www-phsky-app-m-home__game-category-card {
      background-color: #2e2e4a;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-https-www-phsky-app-m-home__game-category-card:hover {
      transform: translateY(-8px);
    }

    .page-https-www-phsky-app-m-home__category-image {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-https-www-phsky-app-m-home__category-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-https-www-phsky-app-m-home__category-text {
      color: #c0c0c0;
    }

    .page-https-www-phsky-app-m-home__provider-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-https-www-phsky-app-m-home__provider-logo {
      width: 100px;
      height: 60px;
      object-fit: contain;
      filter: grayscale(100%);
      opacity: 0.7;
      transition: filter 0.3s ease, opacity 0.3s ease;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-https-www-phsky-app-m-home__provider-logo:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    .page-https-www-phsky-app-m-home__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-https-www-phsky-app-m-home__feature-card {
      background-color: #2e2e4a;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-https-www-phsky-app-m-home__feature-card:hover {
      transform: translateY(-8px);
    }

    .page-https-www-phsky-app-m-home__feature-icon {
      width: 100%;
      max-width: 200px;
      height: auto;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-https-www-phsky-app-m-home__feature-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-https-www-phsky-app-m-home__feature-text {
      color: #c0c0c0;
    }

    .page-https-www-phsky-app-m-home__payment-methods {
      margin-top: 50px;
    }

    .page-https-www-phsky-app-m-home__payment-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
    }

    .page-https-www-phsky-app-m-home__payment-item {
      background-color: #0f3460;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 6px;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      word-wrap: break-word !important;
    }

    .page-https-www-phsky-app-m-home__faq-container {
      max-width: 800px;
      margin: 30px auto 0 auto;
      text-align: left;
    }

    .page-https-www-phsky-app-m-home__faq-item {
      background-color: #2e2e4a;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .page-https-www-phsky-app-m-home__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #0f3460;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      color: #ffffff;
    }

    .page-https-www-phsky-app-m-home__faq-question:hover {
      background-color: #164a80;
    }

    .page-https-www-phsky-app-m-home__faq-q-text {
      margin: 0;
      font-size: 1.2em;
      color: #ffffff;
      pointer-events: none;
      flex-grow: 1;
      word-wrap: break-word !important;
    }

    .page-https-www-phsky-app-m-home__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-https-www-phsky-app-m-home__faq-item.active .page-https-www-phsky-app-m-home__faq-toggle {
      transform: rotate(45deg);
    }

    .page-https-www-phsky-app-m-home__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #2e2e4a;
      color: #c0c0c0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-https-www-phsky-app-m-home__faq-item.active .page-https-www-phsky-app-m-home__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-https-www-phsky-app-m-home__faq-answer p {
      margin: 0;
      word-wrap: break-word !important;
    }

    .page-https-www-phsky-app-m-home__cta-section {
      background-color: #0f3460;
      padding: 60px 20px;
      margin-top: 50px;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    }

    @media (max-width: 768px) {
      .page-https-www-phsky-app-m-home__hero-section {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
      }

      .page-https-www-phsky-app-m-home__hero-title {
        font-size: 2em;
      }

      .page-https-www-phsky-app-m-home__hero-description {
        font-size: 1em;
      }

      .page-https-www-phsky-app-m-home__button {
        width: 100% !important;
        margin: 10px 0 !important;
      }

      .page-https-www-phsky-app-m-home__section-title {
        font-size: 2em;
      }

      .page-https-www-phsky-app-m-home__subsection-title {
        font-size: 1.5em;
      }

      .page-https-www-phsky-app-m-home__promo-grid,
      .page-https-www-phsky-app-m-home__game-categories,
      .page-https-www-phsky-app-m-home__features-grid {
        grid-template-columns: 1fr;
      }

      .page-https-www-phsky-app-m-home__provider-logos {
        gap: 10px;
      }

      .page-https-www-phsky-app-m-home__provider-logo {
        width: 80px;
        height: 50px;
      }

      .page-https-www-phsky-app-m-home__payment-list {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-https-www-phsky-app-m-home__payment-item {
        width: 90% !important;
        max-width: 90% !important;
        box-sizing: border-box !important;
        padding: 10px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
      }

      .page-https-www-phsky-app-m-home__hero-image,
      .page-https-www-phsky-app-m-home__promo-image,
      .page-https-www-phsky-app-m-home__category-image,
      .page-https-www-phsky-app-m-home__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-https-www-phsky-app-m-home__hero-image-wrapper,
      .page-https-www-phsky-app-m-home__promo-card,
      .page-https-www-phsky-app-m-home__game-category-card,
      .page-https-www-phsky-app-m-home__feature-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
      }

      .page-https-www-phsky-app-m-home__faq-container {
        padding-left: 15px;
        padding-right: 15px;
      }

      .page-https-www-phsky-app-m-home__faq-question {
        padding: 15px;
      }

      .page-https-www-phsky-app-m-home__faq-answer {
        padding: 15px !important;
      }
    }

    .page-https-www-phsky-app-m-home img {
      max-width: 100%;
      height: auto;
      display: block;
      box-sizing: border-box;
    }
    .page-https-www-phsky-app-m-home__hero-image-wrapper,
    .page-https-www-phsky-app-m-home__promo-image,
    .page-https-www-phsky-app-m-home__category-image,
    .page-https-www-phsky-app-m-home__feature-icon {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }