.page-apps-playtime-ph { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-apps-playtime-ph__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-apps-playtime-ph__container { padding: 10px; } } .page-apps-playtime-ph__hero-section { background-color: #0f3460; text-align: center; padding: 10px 0 60px; position: relative; overflow: hidden; border-radius: 0 0 20px 20px; margin-bottom: 40px; } .page-apps-playtime-ph__hero-image { width: 100%; height: auto; display: block; object-fit: cover; max-height: 500px; } @media (max-width: 768px) { .page-apps-playtime-ph__hero-image { max-height: 300px; } } .page-apps-playtime-ph__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; color: #ffffff; padding: 20px; width: 90%; max-width: 800px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); } .page-apps-playtime-ph__hero-content h1 { font-size: 3em; margin-bottom: 15px; line-height: 1.2; } .page-apps-playtime-ph__hero-content p { font-size: 1.2em; margin-bottom: 30px; } @media (max-width: 768px) { .page-apps-playtime-ph__hero-content h1 { font-size: 2em; } .page-apps-playtime-ph__hero-content p { font-size: 1em; } .page-apps-playtime-ph__hero-content { top: 60%; } } .page-apps-playtime-ph__btn { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-apps-playtime-ph__btn:hover { background-color: #e03050; transform: translateY(-3px); } .page-apps-playtime-ph__section { padding: 60px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-apps-playtime-ph__section:last-of-type { border-bottom: none; } @media (max-width: 768px) { .page-apps-playtime-ph__section { padding: 40px 0; } } .page-apps-playtime-ph__section-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #e94560; } @media (max-width: 768px) { .page-apps-playtime-ph__section-title { font-size: 2em; margin-bottom: 30px; } } .page-apps-playtime-ph__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; } .page-apps-playtime-ph__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-apps-playtime-ph__grid { grid-template-columns: 1fr; gap: 20px; } } .page-apps-playtime-ph__card { background-color: #0f3460; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-apps-playtime-ph__card:hover { transform: translateY(-5px); } .page-apps-playtime-ph__card-icon { width: 80px; height: 80px; margin: 0 auto 15px; display: block; border-radius: 50%; object-fit: cover; } .page-apps-playtime-ph__card-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; } .page-apps-playtime-ph__card-description { font-size: 1em; color: #c0c0c0; } .page-apps-playtime-ph__game-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-apps-playtime-ph__game-image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-apps-playtime-ph__game-image { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-apps-playtime-ph__game-image { height: 150px; } } .page-apps-playtime-ph__game-content { padding: 20px; } .page-apps-playtime-ph__game-content h3 { font-size: 1.3em; margin-bottom: 10px; color: #e94560; } .page-apps-playtime-ph__game-content p { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-apps-playtime-ph__game-providers { text-align: center; margin-top: 40px; } .page-apps-playtime-ph__game-providers h3 { font-size: 1.8em; margin-bottom: 20px; color: #e94560; } .page-apps-playtime-ph__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; } .page-apps-playtime-ph__provider-logo { height: 50px; width: auto; max-width: 120px; object-fit: contain; } @media (max-width: 768px) { .page-apps-playtime-ph__provider-logo { height: 40px; max-width: 100px; } } .page-apps-playtime-ph__promo-card { background-color: #0f3460; padding: 25px; border-radius: 10px; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-apps-playtime-ph__promo-card h3 { font-size: 1.5em; color: #e94560; margin-bottom: 10px; } .page-apps-playtime-ph__promo-card p { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; } .page-apps-playtime-ph__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-apps-playtime-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #1a1a2e; transition: background-color 0.3s ease; } .page-apps-playtime-ph__faq-question:hover { background-color: #2c2c4a; } .page-apps-playtime-ph__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0e0e0; pointer-events: none; } .page-apps-playtime-ph__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; line-height: 1; pointer-events: none; } .page-apps-playtime-ph__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #c0c0c0; } .page-apps-playtime-ph__faq-item.active .page-apps-playtime-ph__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-apps-playtime-ph__faq-item.active .page-apps-playtime-ph__faq-question { background-color: #2c2c4a; } .page-apps-playtime-ph__faq-item.active .page-apps-playtime-ph__faq-toggle { transform: rotate(45deg); } @media (max-width: 768px) { .page-apps-playtime-ph__faq-question { padding: 15px 20px; } .page-apps-playtime-ph__faq-question h3 { font-size: 1.1em; } .page-apps-playtime-ph__faq-answer { padding: 0 20px; } .page-apps-playtime-ph__faq-item.active .page-apps-playtime-ph__faq-answer { padding: 15px 20px !important; } } .page-apps-playtime-ph__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-align: left; } .page-apps-playtime-ph__blog-image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-apps-playtime-ph__blog-image { width: 100%; height: 220px; object-fit: cover; display: block; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-apps-playtime-ph__blog-image { height: 180px; } } .page-apps-playtime-ph__blog-content { padding: 20px; } .page-apps-playtime-ph__blog-content h3 { font-size: 1.3em; margin-bottom: 10px; color: #e94560; } .page-apps-playtime-ph__blog-content p { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-apps-playtime-ph__blog-link { display: inline-block; color: #e94560; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-apps-playtime-ph__blog-link:hover { color: #ffffff; } .page-apps-playtime-ph__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-apps-playtime-ph__payment-logo { height: 40px; width: auto; max-width: 100px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-apps-playtime-ph__payment-logo:hover { filter: grayscale(0%); opacity: 1; }