.page-will-project-playtime-be-on-mobile {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f8f8f8;
      padding-bottom: 20px;
    }

    .page-will-project-playtime-be-on-mobile__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-will-project-playtime-be-on-mobile__section {
      background-color: #fff;
      margin-bottom: 20px;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-will-project-playtime-be-on-mobile__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
      padding: 40px 30px;
      text-align: center;
    }

    .page-will-project-playtime-be-on-mobile__section--dark h2,
    .page-will-project-playtime-be-on-mobile__section--dark p,
    .page-will-project-playtime-be-on-mobile__section--dark h3 {
      color: #ecf0f1;
    }

    .page-will-project-playtime-be-on-mobile__title {
      font-size: 2.5em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 20px;
      padding-top: 10px;
    }

    .page-will-project-playtime-be-on-mobile__subtitle {
      font-size: 1.8em;
      color: #34495e;
      margin-bottom: 15px;
      border-bottom: 2px solid #3498db;
      padding-bottom: 5px;
      display: inline-block;
    }

    .page-will-project-playtime-be-on-mobile__text {
      font-size: 1em;
      line-height: 1.7;
      margin-bottom: 15px;
    }

    .page-will-project-playtime-be-on-mobile__list {
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 15px;
    }

    .page-will-project-playtime-be-on-mobile__list-item {
      margin-bottom: 8px;
    }

    .page-will-project-playtime-be-on-mobile__button {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: 15px;
      cursor: pointer;
      border: none;
    }

    .page-will-project-playtime-be-on-mobile__button:hover {
      background-color: #c0392b;
    }

    .page-will-project-playtime-be-on-mobile__hero {
      position: relative;
      height: 450px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 20px;
      padding-top: 10px; /* Small decorative top padding, assuming body handles header offset */
    }

    .page-will-project-playtime-be-on-mobile__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.6);
    }

    .page-will-project-playtime-be-on-mobile__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 20px;
    }

    .page-will-project-playtime-be-on-mobile__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      line-height: 1.1;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-will-project-playtime-be-on-mobile__hero-description {
      font-size: 1.3em;
      margin-bottom: 25px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-will-project-playtime-be-on-mobile__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-will-project-playtime-be-on-mobile__quick-access-item {
      background-color: #f39c12;
      color: #fff;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100px;
      font-size: 1.1em;
    }

    .page-will-project-playtime-be-on-mobile__quick-access-item:hover {
      background-color: #e67e22;
    }

    .page-will-project-playtime-be-on-mobile__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-will-project-playtime-be-on-mobile__game-card {
      background-color: #ecf0f1;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-will-project-playtime-be-on-mobile__game-card:hover {
      transform: translateY(-5px);
    }

    .page-will-project-playtime-be-on-mobile__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-will-project-playtime-be-on-mobile__game-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-will-project-playtime-be-on-mobile__game-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-will-project-playtime-be-on-mobile__game-description {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-will-project-playtime-be-on-mobile__offer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-will-project-playtime-be-on-mobile__offer-card {
      background-color: #3498db;
      color: #fff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 180px;
    }

    .page-will-project-playtime-be-on-mobile__offer-title {
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    .page-will-project-playtime-be-on-mobile__offer-description {
      font-size: 1em;
      margin-bottom: 15px;
    }

    .page-will-project-playtime-be-on-mobile__offer-button {
      background-color: #f1c40f;
      color: #2c3e50;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-will-project-playtime-be-on-mobile__offer-button:hover {
      background-color: #f39c12;
    }

    .page-will-project-playtime-be-on-mobile__faq-item {
      background-color: #ecf0f1;
      margin-bottom: 10px;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .page-will-project-playtime-be-on-mobile__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #34495e;
      color: #fff;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-will-project-playtime-be-on-mobile__faq-question h3 {
      margin: 0;
      color: #fff;
      pointer-events: none; /* Prevent h3 from blocking click event */
      font-size: 1.1em;
    }

    .page-will-project-playtime-be-on-mobile__faq-question:hover {
      background-color: #2c3e50;
    }

    .page-will-project-playtime-be-on-mobile__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-will-project-playtime-be-on-mobile__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #333;
      background-color: #f9f9f9;
      font-size: 0.95em;
    }

    .page-will-project-playtime-be-on-mobile__faq-item.active .page-will-project-playtime-be-on-mobile__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-will-project-playtime-be-on-mobile__faq-item.active .page-will-project-playtime-be-on-mobile__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or '-' */
    }

    .page-will-project-playtime-be-on-mobile__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-will-project-playtime-be-on-mobile__blog-card {
      background-color: #ecf0f1;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-will-project-playtime-be-on-mobile__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-will-project-playtime-be-on-mobile__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-will-project-playtime-be-on-mobile__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-will-project-playtime-be-on-mobile__blog-title {
      font-size: 1.3em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-will-project-playtime-be-on-mobile__blog-excerpt {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-will-project-playtime-be-on-mobile__blog-link {
      color: #3498db;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
      align-self: flex-start;
    }

    .page-will-project-playtime-be-on-mobile__blog-link:hover {
      color: #2980b9;
    }

    .page-will-project-playtime-be-on-mobile__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 20px 0;
    }
    .page-will-project-playtime-be-on-mobile__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .page-will-project-playtime-be-on-mobile__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    /* General image responsiveness */
    .page-will-project-playtime-be-on-mobile img:not(.page-will-project-playtime-be-on-mobile__payment-logo img) {
        max-width: 100%;
        height: auto;
        display: block;
    }

    @media (max-width: 768px) {
      .page-will-project-playtime-be-on-mobile__title {
        font-size: 2em;
      }

      .page-will-project-playtime-be-on-mobile__hero {
        height: 350px;
      }

      .page-will-project-playtime-be-on-mobile__hero-title {
        font-size: 2.5em;
      }

      .page-will-project-playtime-be-on-mobile__hero-description {
        font-size: 1.1em;
      }

      .page-will-project-playtime-be-on-mobile__section {
        padding: 20px;
      }

      .page-will-project-playtime-be-on-mobile__quick-access-grid,
      .page-will-project-playtime-be-on-mobile__games-grid,
      .page-will-project-playtime-be-on-mobile__offer-grid,
      .page-will-project-playtime-be-on-mobile__blog-grid {
        grid-template-columns: 1fr;
      }

      .page-will-project-playtime-be-on-mobile__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
      }

      .page-will-project-playtime-be-on-mobile__list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-will-project-playtime-be-on-mobile__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 15px 0;
      }
      .page-will-project-playtime-be-on-mobile__payment-logo,
      .page-will-project-playtime-be-on-mobile__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-will-project-playtime-be-on-mobile img:not(.page-will-project-playtime-be-on-mobile__payment-logo img) {
          max-width: 100% !important;
          height: auto !important;
      }

      .page-will-project-playtime-be-on-mobile__faq-question h3 {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-will-project-playtime-be-on-mobile__hero-title {
        font-size: 2em;
      }

      .page-will-project-playtime-be-on-mobile__hero-description {
        font-size: 1em;
      }
    }