.page-https-www-playtime-ph-download-play-store {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
  padding-top: var(--header-offset, 122px);
}
.page-https-www-playtime-ph-download-play-store__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.page-https-www-playtime-ph-download-play-store h1,
.page-https-www-playtime-ph-download-play-store h2,
.page-https-www-playtime-ph-download-play-store h3 {
  color: #222;
  text-align: center;
  margin-bottom: 20px;
}
.page-https-www-playtime-ph-download-play-store h1 {
  font-size: 2.8em;
}
.page-https-www-playtime-ph-download-play-store h2 {
  font-size: 2.2em;
}
.page-https-www-playtime-ph-download-play-store h3 {
  font-size: 1.6em;
}
.page-https-www-playtime-ph-download-play-store__section-title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.page-https-www-playtime-ph-download-play-store__section-description {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #555;
}
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__hero-button,
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__access-button,
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__game-button,
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__promo-button,
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__contact-button,
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__blog-readmore {
  display: inline-block;
  background-color: #ffcc00;
  color: #333;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__hero-button:hover,
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__access-button:hover,
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__game-button:hover,
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__promo-button:hover,
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__contact-button:hover,
.page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__blog-readmore:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}
.page-https-www-playtime-ph-download-play-store__hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background-color: #1a1a1a;
  padding: 10px 0 0 0;
}
.page-https-www-playtime-ph-download-play-store__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-https-www-playtime-ph-download-play-store__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  max-width: 100%;
}
.page-https-www-playtime-ph-download-play-store__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 20px;
}
.page-https-www-playtime-ph-download-play-store__hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  color: #fff;
}
.page-https-www-playtime-ph-download-play-store__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #eee;
}
.page-https-www-playtime-ph-download-play-store__introduction-section {
  background-color: #fff;
  padding: 60px 0;
}
.page-https-www-playtime-ph-download-play-store__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  justify-items: center;
}
.page-https-www-playtime-ph-download-play-store__feature-item {
  text-align: center;
  padding: 25px;
  background-color: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.page-https-www-playtime-ph-download-play-store__feature-item:hover {
  transform: translateY(-5px);
}
.page-https-www-playtime-ph-download-play-store__feature-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
}
.page-https-www-playtime-ph-download-play-store__feature-title {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 10px;
}
.page-https-www-playtime-ph-download-play-store__feature-text {
  color: #666;
}
.page-https-www-playtime-ph-download-play-store__quick-access-section {
  background-color: #f2f2f2;
  padding: 60px 0;
  text-align: center;
}
.page-https-www-playtime-ph-download-play-store__access-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.page-https-www-playtime-ph-download-play-store__access-button {
  min-width: 180px;
}
.page-https-www-playtime-ph-download-play-store__games-section {
  background-color: #fff;
  padding: 60px 0;
}
.page-https-www-playtime-ph-download-play-store__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  justify-items: center;
}
.page-https-www-playtime-ph-download-play-store__game-card {
  background-color: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-https-www-playtime-ph-download-play-store__game-card:hover {
  transform: translateY(-5px);
}
.page-https-www-playtime-ph-download-play-store__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  max-width: 100%;
}
.page-https-www-playtime-ph-download-play-store__game-title {
  font-size: 1.5em;
  margin: 20px 15px 10px 15px;
  color: #333;
}
.page-https-www-playtime-ph-download-play-store__game-text {
  padding: 0 15px 20px 15px;
  color: #666;
  flex-grow: 1;
}
.page-https-www-playtime-ph-download-play-store__game-button {
  margin: 0 15px 20px 15px;
  align-self: center;
}
.page-https-www-playtime-ph-download-play-store__promotions-section {
  background-color: #f2f2f2;
  padding: 60px 0;
}
.page-https-www-playtime-ph-download-play-store__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  justify-items: center;
}
.page-https-www-playtime-ph-download-play-store__promo-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-https-www-playtime-ph-download-play-store__promo-card:hover {
  transform: translateY(-5px);
}
.page-https-www-playtime-ph-download-play-store__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  max-width: 100%;
}
.page-https-www-playtime-ph-download-play-store__promo-title {
  font-size: 1.5em;
  margin: 20px 15px 10px 15px;
  color: #333;
}
.page-https-www-playtime-ph-download-play-store__promo-text {
  padding: 0 15px 20px 15px;
  color: #666;
  flex-grow: 1;
}
.page-https-www-playtime-ph-download-play-store__promo-button {
  margin: 0 15px 20px 15px;
  align-self: center;
}
.page-https-www-playtime-ph-download-play-store__security-section {
  background-color: #fff;
  padding: 60px 0;
}
.page-https-www-playtime-ph-download-play-store__security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  justify-items: center;
}
.page-https-www-playtime-ph-download-play-store__security-item {
  text-align: center;
  padding: 25px;
  background-color: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.page-https-www-playtime-ph-download-play-store__security-item:hover {
  transform: translateY(-5px);
}
.page-https-www-playtime-ph-download-play-store__security-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
}
.page-https-www-playtime-ph-download-play-store__security-title {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 10px;
}
.page-https-www-playtime-ph-download-play-store__security-text {
  color: #666;
}
.page-https-www-playtime-ph-download-play-store__contact-cta {
  text-align: center;
  margin-top: 60px;
  padding: 30px;
  background-color: #eee;
  border-radius: 8px;
}
.page-https-www-playtime-ph-download-play-store__contact-cta p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #444;
}
.page-https-www-playtime-ph-download-play-store__faq-section {
  background-color: #f8f8f8;
  padding: 60px 0;
}
.page-https-www-playtime-ph-download-play-store__faq-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
}
.page-https-www-playtime-ph-download-play-store__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.page-https-www-playtime-ph-download-play-store__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #fcfcfc;
  transition: background-color 0.3s ease;
  user-select: none;
}
.page-https-www-playtime-ph-download-play-store__faq-question:hover {
  background-color: #f0f0f0;
}
.page-https-www-playtime-ph-download-play-store__faq-question-text {
  font-size: 1.2em;
  color: #333;
  margin: 0;
  pointer-events: none;
}
.page-https-www-playtime-ph-download-play-store__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #ffcc00;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.page-https-www-playtime-ph-download-play-store__faq-item.active .page-https-www-playtime-ph-download-play-store__faq-toggle {
  transform: rotate(45deg);
  color: #e6b800;
}
.page-https-www-playtime-ph-download-play-store__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  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-https-www-playtime-ph-download-play-store__faq-item.active .page-https-www-playtime-ph-download-play-store__faq-answer {
  max-height: 2000px !important;
  padding: 20px 25px !important;
  opacity: 1;
}
.page-https-www-playtime-ph-download-play-store__faq-answer p {
  margin-bottom: 0;
}
.page-https-www-playtime-ph-download-play-store__blog-section {
  background-color: #eee;
  padding: 60px 0;
}
.page-https-www-playtime-ph-download-play-store__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  justify-items: center;
}
.page-https-www-playtime-ph-download-play-store__blog-post {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-https-www-playtime-ph-download-play-store__blog-post:hover {
  transform: translateY(-5px);
}
.page-https-www-playtime-ph-download-play-store__blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  max-width: 100%;
}
.page-https-www-playtime-ph-download-play-store__blog-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.page-https-www-playtime-ph-download-play-store__blog-title {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}
.page-https-www-playtime-ph-download-play-store__blog-title a {
  color: #333;
  text-decoration: none;
}
.page-https-www-playtime-ph-download-play-store__blog-title a:hover {
  color: #ffcc00;
}
.page-https-www-playtime-ph-download-play-store__blog-excerpt {
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
}
.page-https-www-playtime-ph-download-play-store__blog-readmore {
  align-self: flex-start;
  font-size: 0.9em;
  padding: 8px 15px;
}
@media (max-width: 1024px) {
  .page-https-www-playtime-ph-download-play-store__hero-title {
    font-size: 3em;
  }
  .page-https-www-playtime-ph-download-play-store h1 {
    font-size: 2.5em;
  }
  .page-https-www-playtime-ph-download-play-store h2 {
    font-size: 2em;
  }
  .page-https-www-playtime-ph-download-play-store h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 768px) {
  .page-https-www-playtime-ph-download-play-store__container {
    padding: 15px;
  }
  .page-https-www-playtime-ph-download-play-store__hero-section {
    min-height: 400px;
  }
  .page-https-www-playtime-ph-download-play-store__hero-title {
    font-size: 2.2em;
  }
  .page-https-www-playtime-ph-download-play-store__hero-subtitle {
    font-size: 1.1em;
  }
  .page-https-www-playtime-ph-download-play-store h1 {
    font-size: 2em;
  }
  .page-https-www-playtime-ph-download-play-store h2 {
    font-size: 1.8em;
  }
  .page-https-www-playtime-ph-download-play-store h3 {
    font-size: 1.2em;
  }
  .page-https-www-playtime-ph-download-play-store__section-description {
    margin-bottom: 30px;
  }
  .page-https-www-playtime-ph-download-play-store__features-grid,
  .page-https-www-playtime-ph-download-play-store__game-categories,
  .page-https-www-playtime-ph-download-play-store__promo-grid,
  .page-https-www-playtime-ph-download-play-store__security-features,
  .page-https-www-playtime-ph-download-play-store__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-https-www-playtime-ph-download-play-store__feature-item,
  .page-https-www-playtime-ph-download-play-store__game-card,
  .page-https-www-playtime-ph-download-play-store__promo-card,
  .page-https-www-playtime-ph-download-play-store__security-item,
  .page-https-www-playtime-ph-download-play-store__blog-post {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 15px;
  }
  .page-https-www-playtime-ph-download-play-store__feature-icon,
  .page-https-www-playtime-ph-download-play-store__game-image,
  .page-https-www-playtime-ph-download-play-store__promo-image,
  .page-https-www-playtime-ph-download-play-store__security-icon,
  .page-https-www-playtime-ph-download-play-store__blog-image {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-https-www-playtime-ph-download-play-store__access-buttons {
    flex-direction: column;
  }
  .page-https-www-playtime-ph-download-play-store__access-button {
    width: 100%;
  }
  .page-https-www-playtime-ph-download-play-store__faq-question,
  .page-https-www-playtime-ph-download-play-store__faq-answer {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-https-www-playtime-ph-download-play-store__faq-question-text {
    font-size: 1.1em;
  }
  .page-https-www-playtime-ph-download-play-store__feature-text,
  .page-https-www-playtime-ph-download-play-store__game-text,
  .page-https-www-playtime-ph-download-play-store__promo-text,
  .page-https-www-playtime-ph-download-play-store__security-text,
  .page-https-www-playtime-ph-download-play-store__blog-excerpt,
  .page-https-www-playtime-ph-download-play-store__faq-answer p {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
}
@media (max-width: 480px) {
  .page-https-www-playtime-ph-download-play-store__hero-title {
    font-size: 1.8em;
  }
  .page-https-www-playtime-ph-download-play-store__hero-subtitle {
    font-size: 1em;
  }
  .page-https-www-playtime-ph-download-play-store a.page-https-www-playtime-ph-download-play-store__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}