.page-bet88-app-download-ios {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-bet88-app-download-ios__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-bet88-app-download-ios__hero-section {
      background: linear-gradient(135deg, #0056b3, #007bff);
      color: #ffffff;
      padding: 60px 0 30px;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small padding as per instruction, assuming body has header offset */
    }

    .page-bet88-app-download-ios__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #ffffff;
    }

    .page-bet88-app-download-ios__hero-subtitle {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 30px;
      color: rgba(255, 255, 255, 0.9);
    }

    .page-bet88-app-download-ios__hero-cta {
      margin-bottom: 40px;
    }

    .page-bet88-app-download-ios__button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: all 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-bet88-app-download-ios__button--primary {
      background-color: #ffc107;
      color: #333;
    }

    .page-bet88-app-download-ios__button--primary:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-bet88-app-download-ios__button--secondary {
      background-color: #007bff;
      color: #ffffff;
      border: 2px solid #007bff;
    }

    .page-bet88-app-download-ios__button--secondary:hover {
      background-color: #0056b3;
      border-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-bet88-app-download-ios__hero-image-wrapper {
      max-width: 400px;
      margin: 0 auto;
    }

    .page-bet88-app-download-ios__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 15px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .page-bet88-app-download-ios__section-title {
      font-size: 2.2em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 20px;
      padding-top: 40px;
    }

    .page-bet88-app-download-ios__section-description {
      font-size: 1.1em;
      text-align: center;
      max-width: 900px;
      margin: 0 auto 40px;
      color: #555;
    }

    /* Features Section */
    .page-bet88-app-download-ios__features-section {
      padding: 60px 0;
      background-color: #ffffff;
    }

    .page-bet88-app-download-ios__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-bet88-app-download-ios__feature-item {
      background-color: #f0f8ff;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-bet88-app-download-ios__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-bet88-app-download-ios__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-bet88-app-download-ios__feature-heading {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-bet88-app-download-ios__feature-text {
      font-size: 0.95em;
      color: #666;
    }

    /* Download Guide Section */
    .page-bet88-app-download-ios__download-guide-section {
      padding: 60px 0;
      background-color: #f8f8f8;
    }

    .page-bet88-app-download-ios__step-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .page-bet88-app-download-ios__step-item {
      display: flex;
      align-items: center;
      background-color: #ffffff;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-bet88-app-download-ios__step-item:nth-child(even) {
      flex-direction: row-reverse;
    }

    .page-bet88-app-download-ios__step-number {
      font-size: 2.5em;
      font-weight: bold;
      color: #ffc107;
      margin-right: 30px;
      min-width: 60px;
      text-align: center;
    }

    .page-bet88-app-download-ios__step-item:nth-child(even) .page-bet88-app-download-ios__step-number {
      margin-right: 0;
      margin-left: 30px;
    }

    .page-bet88-app-download-ios__step-content {
      flex: 1;
    }

    .page-bet88-app-download-ios__step-heading {
      font-size: 1.5em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-bet88-app-download-ios__step-text {
      font-size: 1em;
      color: #666;
    }

    .page-bet88-app-download-ios__step-image {
      width: 150px;
      height: 150px;
      margin-left: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      max-width: 100%;
      height: auto;
    }

    .page-bet88-app-download-ios__step-item:nth-child(even) .page-bet88-app-download-ios__step-image {
      margin-left: 0;
      margin-right: 30px;
    }

    .page-bet88-app-download-ios__download-cta {
      text-align: center;
      margin-top: 50px;
    }

    /* Game Gallery Section */
    .page-bet88-app-download-ios__game-gallery-section {
      padding: 60px 0;
      background-color: #e6f7ff;
    }

    .page-bet88-app-download-ios__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 30px;
      margin-bottom: 40px;
    }

    .page-bet88-app-download-ios__game-card {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-bet88-app-download-ios__game-card:hover {
      transform: translateY(-5px);
    }

    .page-bet88-app-download-ios__game-logo {
      width: 120px; /* gamelogo type does not have WxH, control with CSS */
      height: 120px;
      object-fit: contain;
      margin-bottom: 15px;
      max-width: 100%;
      height: auto;
    }

    .page-bet88-app-download-ios__game-title {
      font-size: 1.2em;
      color: #0056b3;
    }

    .page-bet88-app-download-ios__game-cta {
      text-align: center;
    }

    /* FAQ Section */
    .page-bet88-app-download-ios__faq-section {
      padding: 60px 0;
      background-color: #ffffff;
    }

    .page-bet88-app-download-ios__faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-bet88-app-download-ios__faq-item {
      background-color: #f0f8ff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-bet88-app-download-ios__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #007bff;
      color: #ffffff;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-bet88-app-download-ios__faq-question:hover {
      background-color: #0056b3;
    }

    .page-bet88-app-download-ios__faq-title {
      margin: 0;
      font-size: 1.1em;
      color: #ffffff;
      pointer-events: none; /* Prevent title text from interfering with click event */
    }

    .page-bet88-app-download-ios__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from interfering with click event */
    }

    .page-bet88-app-download-ios__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fdfdfd;
      color: #333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-bet88-app-download-ios__faq-answer p {
      margin: 15px 0;
      font-size: 0.95em;
    }

    .page-bet88-app-download-ios__faq-item.active .page-bet88-app-download-ios__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px !important;
      opacity: 1;
    }

    .page-bet88-app-download-ios__faq-item.active .page-bet88-app-download-ios__faq-question {
      background-color: #0056b3;
    }

    .page-bet88-app-download-ios__faq-item.active .page-bet88-app-download-ios__faq-toggle::before {
      content: "−"; /* Unicode minus sign */
    }

    /* Final CTA Section */
    .page-bet88-app-download-ios__cta-final-section {
      padding: 60px 0;
      background: linear-gradient(135deg, #007bff, #0056b3);
      color: #ffffff;
      text-align: center;
    }

    .page-bet88-app-download-ios__cta-final-section .page-bet88-app-download-ios__section-title {
      color: #ffffff;
    }

    .page-bet88-app-download-ios__cta-final-section .page-bet88-app-download-ios__section-description {
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 30px;
    }

    .page-bet88-app-download-ios__cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    /* Floating Buttons */
    .page-bet88-app-download-ios__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.8);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-bet88-app-download-ios__floating-button {
      flex: 1;
      text-align: center;
      padding: 12px 0;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      border-radius: 0; /* Make them fill the bottom */
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-bet88-app-download-ios__floating-button--register {
      background-color: #ffc107;
      color: #333;
    }

    .page-bet88-app-download-ios__floating-button--register:hover {
      background-color: #e0a800;
    }

    .page-bet88-app-download-ios__floating-button--login {
      background-color: #007bff;
      color: #ffffff;
    }

    .page-bet88-app-download-ios__floating-button--login:hover {
      background-color: #0056b3;
    }

    /* Responsive Styles */
    @media (max-width: 992px) {
      .page-bet88-app-download-ios__hero-title {
        font-size: 2.2em;
      }
      .page-bet88-app-download-ios__section-title {
        font-size: 1.8em;
      }
      .page-bet88-app-download-ios__step-item {
        flex-direction: column;
        text-align: center;
      }
      .page-bet88-app-download-ios__step-item:nth-child(even) {
        flex-direction: column;
      }
      .page-bet88-app-download-ios__step-number {
        margin: 0 0 20px 0;
      }
      .page-bet88-app-download-ios__step-item:nth-child(even) .page-bet88-app-download-ios__step-number {
        margin: 0 0 20px 0;
      }
      .page-bet88-app-download-ios__step-image {
        margin: 20px auto 0;
      }
      .page-bet88-app-download-ios__step-item:nth-child(even) .page-bet88-app-download-ios__step-image {
        margin: 20px auto 0;
      }
    }

    @media (max-width: 768px) {
      .page-bet88-app-download-ios__hero-title {
        font-size: 1.8em;
      }
      .page-bet88-app-download-ios__hero-subtitle {
        font-size: 1em;
      }
      .page-bet88-app-download-ios__section-title {
        font-size: 1.6em;
      }
      .page-bet88-app-download-ios__section-description {
        font-size: 0.95em;
      }
      .page-bet88-app-download-ios__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      /* List items responsiveness */
      .page-bet88-app-download-ios__feature-list,
      .page-bet88-app-download-ios__step-list,
      .page-bet88-app-download-ios__game-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-bet88-app-download-ios__feature-item,
      .page-bet88-app-download-ios__step-item,
      .page-bet88-app-download-ios__game-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-bet88-app-download-ios__feature-icon,
      .page-bet88-app-download-ios__step-image,
      .page-bet88-app-download-ios__game-logo {
        max-width: 100% !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .page-bet88-app-download-ios__step-item {
        padding: 20px 15px !important;
      }
      .page-bet88-app-download-ios__step-number {
        font-size: 2em;
      }
      .page-bet88-app-download-ios__step-heading {
        font-size: 1.3em;
      }
      .page-bet88-app-download-ios__step-text {
        font-size: 0.9em;
      }

      .page-bet88-app-download-ios__faq-question {
        padding: 12px 15px;
        font-size: 0.95em;
      }
      .page-bet88-app-download-ios__faq-title {
        font-size: 1em;
      }
      .page-bet88-app-download-ios__faq-toggle {
        font-size: 1.3em;
      }
      .page-bet88-app-download-ios__faq-answer {
        padding: 0 15px;
      }
      .page-bet88-app-download-ios__faq-item.active .page-bet88-app-download-ios__faq-answer {
        padding: 15px !important;
      }

      .page-bet88-app-download-ios__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-bet88-app-download-ios__floating-buttons {
        padding: 8px 0;
      }
      .page-bet88-app-download-ios__floating-button {
        font-size: 1em;
        padding: 10px 0;
      }
    }

    @media (max-width: 480px) {
      .page-bet88-app-download-ios__hero-section {
        padding-top: 5px; /* Adjust for smaller screens */
      }
      .page-bet88-app-download-ios__hero-title {
        font-size: 1.6em;
      }
      .page-bet88-app-download-ios__hero-subtitle {
        font-size: 0.9em;
      }
      .page-bet88-app-download-ios__section-title {
        font-size: 1.4em;
      }
      .page-bet88-app-download-ios__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }