body {
      font-family: 'Arial', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f4f7fa;
      color: #333;
      line-height: 1.6;
    }

    .page-playtime-app-download-for-android {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      padding-top: 20px; /* Small decorative padding, assuming body has header offset */
    }

    .page-playtime-app-download-for-android__section {
      background-color: #ffffff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-playtime-app-download-for-android__section-title {
      font-size: 2.5em;
      color: #1a237e; /* Dark blue for titles */
      margin-bottom: 20px;
      text-align: center;
      font-weight: bold;
    }

    .page-playtime-app-download-for-android__section-subtitle {
      font-size: 1.8em;
      color: #3f51b5; /* Medium blue for subtitles */
      margin-bottom: 15px;
      text-align: left;
    }

    .page-playtime-app-download-for-android__text {
      font-size: 1.1em;
      margin-bottom: 15px;
      color: #555;
    }

    .page-playtime-app-download-for-android__hero-section {
      background: linear-gradient(135deg, #42a5f5, #1e88e5);
      color: #ffffff;
      padding: 60px 20px;
      text-align: center;
      border-radius: 8px;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden;
    }

    .page-playtime-app-download-for-android__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('[GALLERY:hero:1920x1080:android,app,gaming,mobile,philippines]');
      background-size: cover;
      background-position: center;
      opacity: 0.2;
      z-index: 0;
    }

    .page-playtime-app-download-for-android__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-playtime-app-download-for-android__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: bold;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-playtime-app-download-for-android__hero-description {
      font-size: 1.4em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

    .page-playtime-app-download-for-android__cta-button {
      display: inline-block;
      background-color: #ffb300; /* Amber for CTA */
      color: #1a237e;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-size: 1.3em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-playtime-app-download-for-android__cta-button:hover {
      background-color: #ffca28;
      transform: translateY(-3px);
    }

    .page-playtime-app-download-for-android__info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-playtime-app-download-for-android__info-card {
      background-color: #e3f2fd; /* Light blue */
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-playtime-app-download-for-android__info-card:hover {
      transform: translateY(-5px);
    }

    .page-playtime-app-download-for-android__info-icon {
      margin-bottom: 15px;
      width: 60px;
      height: 60px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-playtime-app-download-for-android__info-title {
      font-size: 1.4em;
      color: #1a237e;
      margin-bottom: 10px;
    }

    .page-playtime-app-download-for-android__info-description {
      font-size: 1em;
      color: #555;
    }

    .page-playtime-app-download-for-android__game-category-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .page-playtime-app-download-for-android__game-category-card {
      background-color: #ffffff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      display: flex;
      flex-direction: column;
    }

    .page-playtime-app-download-for-android__game-category-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-playtime-app-download-for-android__game-category-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-playtime-app-download-for-android__game-category-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-playtime-app-download-for-android__game-category-title {
      font-size: 1.5em;
      color: #1a237e;
      margin-bottom: 10px;
    }

    .page-playtime-app-download-for-android__game-category-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-playtime-app-download-for-android__game-category-button {
      display: inline-block;
      background-color: #ffb300;
      color: #1a237e;
      padding: 10px 20px;
      border-radius: 20px;
      text-decoration: none;
      font-size: 1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-playtime-app-download-for-android__game-category-button:hover {
      background-color: #ffca28;
    }

    .page-playtime-app-download-for-android__promo-list {
      list-style: none;
      padding: 0;
      margin-top: 20px;
    }

    .page-playtime-app-download-for-android__promo-item {
      background-color: #e8f5e9; /* Light green */
      margin-bottom: 15px;
      padding: 20px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 20px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }

    .page-playtime-app-download-for-android__promo-icon {
      width: 80px;
      height: 80px;
      flex-shrink: 0;
    }

    .page-playtime-app-download-for-android__promo-content {
      flex-grow: 1;
    }

    .page-playtime-app-download-for-android__promo-title {
      font-size: 1.4em;
      color: #2e7d32; /* Dark green */
      margin-bottom: 5px;
    }

    .page-playtime-app-download-for-android__promo-description {
      font-size: 1em;
      color: #43a047;
    }

    .page-playtime-app-download-for-android__security-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      gap: 20px;
      margin-top: 20px;
    }

    .page-playtime-app-download-for-android__feature-item {
      flex: 1 1 calc(33% - 20px);
      min-width: 280px;
      background-color: #f3e5f5; /* Light purple */
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }

    .page-playtime-app-download-for-android__feature-icon {
      width: 70px;
      height: 70px;
      margin-bottom: 15px;
    }

    .page-playtime-app-download-for-android__feature-title {
      font-size: 1.3em;
      color: #6a1b9a; /* Dark purple */
      margin-bottom: 10px;
    }

    .page-playtime-app-download-for-android__feature-description {
      font-size: 0.95em;
      color: #8e24aa;
    }

    .page-playtime-app-download-for-android__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }

    .page-playtime-app-download-for-android__payment-logo {
      width: 100px;
      height: 60px;
      object-fit: contain;
      background-color: #f0f0f0;
      padding: 5px;
      border-radius: 5px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .page-playtime-app-download-for-android__faq-item {
      background-color: #f0f4c3; /* Light yellow-green */
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    }

    .page-playtime-app-download-for-android__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #dce775; /* Yellow-green */
      color: #333;
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-playtime-app-download-for-android__faq-question:hover {
      background-color: #cddc39;
    }

    .page-playtime-app-download-for-android__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
      color: #333;
    }

    .page-playtime-app-download-for-android__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
      color: #333;
    }

    .page-playtime-app-download-for-android__faq-item.active .page-playtime-app-download-for-android__faq-toggle {
      transform: rotate(45deg); /* Change + to X (or -) */
    }

    .page-playtime-app-download-for-android__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;
      color: #555;
    }

    .page-playtime-app-download-for-android__faq-item.active .page-playtime-app-download-for-android__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

    .page-playtime-app-download-for-android__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .page-playtime-app-download-for-android__blog-card {
      background-color: #ffffff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      text-decoration: none; /* For the whole card if it's a link */
      color: inherit;
    }

    .page-playtime-app-download-for-android__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-playtime-app-download-for-android__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-playtime-app-download-for-android__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-playtime-app-download-for-android__blog-title {
      font-size: 1.4em;
      color: #1a237e;
      margin-bottom: 10px;
    }

    .page-playtime-app-download-for-android__blog-excerpt {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-playtime-app-download-for-android__blog-date {
      font-size: 0.85em;
      color: #999;
      text-align: right;
    }

    /* General button styling */
    .page-playtime-app-download-for-android__button {
      display: inline-block;
      background-color: #3f51b5;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-size: 1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      text-align: center;
    }

    .page-playtime-app-download-for-android__button:hover {
      background-color: #303f9f;
      transform: translateY(-2px);
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-playtime-app-download-for-android {
        padding: 10px;
      }

      .page-playtime-app-download-for-android__hero-title {
        font-size: 2.5em;
      }

      .page-playtime-app-download-for-android__hero-description {
        font-size: 1.1em;
      }

      .page-playtime-app-download-for-android__cta-button {
        font-size: 1.1em;
        padding: 12px 25px;
      }

      .page-playtime-app-download-for-android__section-title {
        font-size: 2em;
      }

      .page-playtime-app-download-for-android__section-subtitle {
        font-size: 1.5em;
      }

      .page-playtime-app-download-for-android__info-grid,
      .page-playtime-app-download-for-android__game-category-grid,
      .page-playtime-app-download-for-android__blog-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-playtime-app-download-for-android__promo-item {
        flex-direction: column;
        text-align: center;
      }

      .page-playtime-app-download-for-android__feature-item {
        flex: 1 1 100%;
        min-width: unset;
      }

      .page-playtime-app-download-for-android__faq-question,
      .page-playtime-app-download-for-android__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      /* List items mobile responsiveness */
      .page-playtime-app-download-for-android__info-card,
      .page-playtime-app-download-for-android__game-category-card,
      .page-playtime-app-download-for-android__promo-item,
      .page-playtime-app-download-for-android__feature-item,
      .page-playtime-app-download-for-android__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !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-playtime-app-download-for-android__payment-methods {
        gap: 10px;
      }

      .page-playtime-app-download-for-android__payment-logo {
        width: 80px;
        height: 50px;
      }
    }

    @media (max-width: 480px) {
      .page-playtime-app-download-for-android__hero-title {
        font-size: 2em;
      }

      .page-playtime-app-download-for-android__hero-description {
        font-size: 1em;
      }

      .page-playtime-app-download-for-android__section-title {
        font-size: 1.8em;
      }

      .page-playtime-app-download-for-android__section-subtitle {
        font-size: 1.3em;
      }
    }