
    .page-90phut-link {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f0f2f5;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for potential fixed footer/buttons */
    }

    .page-90phut-link__hero-section {
      position: relative;
      width: 100%;
      height: 400px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      padding-top: 10px; /* Small padding as body handles main offset */
      box-sizing: border-box;
    }

    .page-90phut-link__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .page-90phut-link__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
      z-index: 2;
    }

    .page-90phut-link__hero-content {
      position: relative;
      z-index: 3;
      max-width: 90%;
      padding: 20px;
    }

    .page-90phut-link__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-90phut-link__hero-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-90phut-link__cta-button {
      display: inline-block;
      background-color: #e44d26;
      color: #fff;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-90phut-link__cta-button:hover {
      background-color: #ff6633;
    }

    .page-90phut-link__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      margin-bottom: 25px;
      box-sizing: border-box;
    }

    .page-90phut-link__section-title {
      font-size: 2em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-90phut-link__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 60px;
      height: 4px;
      background-color: #e44d26;
      border-radius: 2px;
    }

    .page-90phut-link__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      justify-content: center;
    }

    .page-90phut-link__game-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      text-align: center;
      padding: 15px;
    }

    .page-90phut-link__game-item:hover {
      transform: translateY(-5px);
    }

    .page-90phut-link__game-image-wrapper {
      width: 100%;
      height: 180px;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
    }

    .page-90phut-link__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-90phut-link__game-title {
      font-size: 1.3em;
      color: #e44d26;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-90phut-link__game-description {
      font-size: 0.95em;
      color: #666;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-90phut-link__promotion-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .page-90phut-link__promotion-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
    }

    .page-90phut-link__promotion-item:hover {
      transform: translateY(-5px);
    }

    .page-90phut-link__promotion-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-90phut-link__promotion-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-90phut-link__promotion-content {
      padding: 20px;
    }

    .page-90phut-link__promotion-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-90phut-link__promotion-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-90phut-link__about-content {
      text-align: center;
      font-size: 1.1em;
      color: #555;
    }

    .page-90phut-link__about-content p {
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-90phut-link__about-image-wrapper {
      width: 100%;
      max-width: 800px;
      margin: 20px auto;
      height: auto;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-90phut-link__about-image {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%;
    }

    .page-90phut-link__faq-list {
      list-style: none;
      padding: 0;
    }

    .page-90phut-link__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
    }

    .page-90phut-link__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e44d26;
      color: #fff;
      cursor: pointer;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
    }

    .page-90phut-link__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #fff;
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-90phut-link__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event on parent */
    }

    .page-90phut-link__faq-item.active .page-90phut-link__faq-toggle {
      transform: rotate(45deg);
    }

    .page-90phut-link__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #fff;
      color: #333;
    }

    .page-90phut-link__faq-item.active .page-90phut-link__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    .page-90phut-link__faq-answer p {
      margin-bottom: 0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-90phut-link__hero-section {
        height: 300px;
      }

      .page-90phut-link__hero-title {
        font-size: 2em;
      }

      .page-90phut-link__hero-description {
        font-size: 1em;
      }

      .page-90phut-link__section {
        padding: 25px 15px;
        margin-bottom: 20px;
      }

      .page-90phut-link__section-title {
        font-size: 1.7em;
      }

      .page-90phut-link__game-grid, .page-90phut-link__promotion-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-90phut-link__game-item, .page-90phut-link__promotion-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-90phut-link__game-image-wrapper, .page-90phut-link__promotion-image-wrapper, .page-90phut-link__about-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        height: auto; /* Allow height to adjust for images */
        overflow: hidden;
      }

      .page-90phut-link__game-image, .page-90phut-link__promotion-image, .page-90phut-link__about-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-90phut-link__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-90phut-link__faq-question h3 {
        font-size: 1em;
      }

      .page-90phut-link__faq-answer {
        padding: 0 15px;
      }

      .page-90phut-link__faq-item.active .page-90phut-link__faq-answer {
        padding: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-90phut-link__hero-title {
        font-size: 1.8em;
      }

      .page-90phut-link__hero-description {
        font-size: 0.9em;
      }

      .page-90phut-link__cta-button {
        padding: 10px 20px;
        font-size: 1em;
      }
    }
  