/* General Styling */.page-project-playtime-mobile-phase-2-apk{font-family:'Arial',sans-serif;color:#333;line-height:1.6;background-color:#f8f8f8}.page-project-playtime-mobile-phase-2-apk__section-title{font-size:2.5em;color:#2c3e50;text-align:center;margin-bottom:40px;position:relative;padding-bottom:10px;margin-top:60px}.page-project-playtime-mobile-phase-2-apk__section-title::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:80px;height:4px;background-color:#e74c3c;border-radius:2px}/* Buttons */.page-project-playtime-mobile-phase-2-apk__hero-button,.page-project-playtime-mobile-phase-2-apk__access-button,.page-project-playtime-mobile-phase-2-apk__game-button,.page-project-playtime-mobile-phase-2-apk__promo-button,.page-project-playtime-mobile-phase-2-apk__security-button{display:inline-block;padding:15px 30px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color .3s ease,transform .3s ease;text-align:center;white-space:nowrap}.page-project-playtime-mobile-phase-2-apk__hero-button--primary{background-color:#e74c3c;color:#ffffff;border:2px solid #e74c3c}.page-project-playtime-mobile-phase-2-apk__hero-button--primary:hover{background-color:#c0392b;transform:translateY(-2px)}.page-project-playtime-mobile-phase-2-apk__hero-button--secondary{background-color:transparent;color:#e74c3c;border:2px solid #e74c3c;margin-left:20px}.page-project-playtime-mobile-phase-2-apk__hero-button--secondary:hover{background-color:#e74c3c;color:#ffffff;transform:translateY(-2px)}/* Hero Section */.page-project-playtime-mobile-phase-2-apk__hero-section{position:relative;background-color:#222;color:#ffffff;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;overflow:hidden;padding-top:10px}.page-project-playtime-mobile-phase-2-apk__hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.page-project-playtime-mobile-phase-2-apk__hero-image{width:100%;height:100%;object-fit:cover;opacity:.4;display:block}.page-project-playtime-mobile-phase-2-apk__hero-content{position:relative;z-index:1;max-width:900px;padding:20px;background-color:rgba(0,0,0,.5);border-radius:10px}.page-project-playtime-mobile-phase-2-apk__hero-title{font-size:3.5em;margin-bottom:20px;line-height:1.2;color:#f39c12}.page-project-playtime-mobile-phase-2-apk__hero-description{font-size:1.3em;margin-bottom:40px;color:#ecf0f1}.page-project-playtime-mobile-phase-2-apk__hero-buttons{display:flex;justify-content:center;gap:20px}/* Partner/Supplier Logo Section */.page-project-playtime-mobile-phase-2-apk__payment-providers{padding:60px 20px;background-color:#ecf0f1}.page-project-playtime-mobile-phase-2-apk__logos-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:100%;box-sizing:border-box}.page-project-playtime-mobile-phase-2-apk__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box}/* Introduction Section */.page-project-playtime-mobile-phase-2-apk__introduction-section{padding:60px 20px;background-color:#ffffff}.page-project-playtime-mobile-phase-2-apk__intro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-project-playtime-mobile-phase-2-apk__intro-card{background-color:#fcfcfc;padding:30px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.page-project-playtime-mobile-phase-2-apk__intro-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.page-project-playtime-mobile-phase-2-apk__intro-icon{width:100px;height:100px;object-fit:contain;margin-bottom:20px;max-width:100%;height:auto}.page-project-playtime-mobile-phase-2-apk__intro-card-title{font-size:1.5em;color:#e74c3c;margin-bottom:15px}.page-project-playtime-mobile-phase-2-apk__intro-card-text{color:#555}/* Quick Access Section */.page-project-playtime-mobile-phase-2-apk__quick-access-section{padding:60px 20px;background-color:#ecf0f1;text-align:center}.page-project-playtime-mobile-phase-2-apk__access-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1000px;margin:0 auto}.page-project-playtime-mobile-phase-2-apk__access-button{background-color:#3498db;color:#ffffff;border:2px solid #3498db;flex-grow:1;min-width:220px}.page-project-playtime-mobile-phase-2-apk__access-button:hover{background-color:#2980b9;transform:translateY(-2px)}/* Game Showcase Section */.page-project-playtime-mobile-phase-2-apk__game-showcase-section{padding:60px 20px;background-color:#ffffff}.page-project-playtime-mobile-phase-2-apk__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-project-playtime-mobile-phase-2-apk__game-card{background-color:#fcfcfc;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.05);overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.page-project-playtime-mobile-phase-2-apk__game-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.page-project-playtime-mobile-phase-2-apk__game-image{width:100%;height:200px;object-fit:cover;display:block;max-width:100%;height:auto}.page-project-playtime-mobile-phase-2-apk__game-title{font-size:1.4em;color:#2c3e50;margin:20px 15px 10px}.page-project-playtime-mobile-phase-2-apk__game-description{color:#555;padding:0 15px 20px;font-size:.95em}.page-project-playtime-mobile-phase-2-apk__game-button{background-color:#e67e22;color:#ffffff;border:2px solid #e67e22;margin-bottom:20px;padding:10px 20px;font-size:.9em}.page-project-playtime-mobile-phase-2-apk__game-button:hover{background-color:#d35400;transform:translateY(-2px)}/* Promotions Section */.page-project-playtime-mobile-phase-2-apk__promotions-section{padding:60px 20px;background-color:#ecf0f1}.page-project-playtime-mobile-phase-2-apk__promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-project-playtime-mobile-phase-2-apk__promo-card{background-color:#ffffff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.05);overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.page-project-playtime-mobile-phase-2-apk__promo-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.page-project-playtime-mobile-phase-2-apk__promo-image{width:100%;height:220px;object-fit:cover;display:block;max-width:100%;height:auto}.page-project-playtime-mobile-phase-2-apk__promo-title{font-size:1.5em;color:#2c3e50;margin:20px 15px 10px}.page-project-playtime-mobile-phase-2-apk__promo-description{color:#555;padding:0 15px 20px;font-size:.95em}.page-project-playtime-mobile-phase-2-apk__promo-button{background-color:#f1c40f;color:#2c3e50;border:2px solid #f1c40f;margin-bottom:20px;padding:10px 20px;font-size:.9em}.page-project-playtime-mobile-phase-2-apk__promo-button:hover{background-color:#f39c12;transform:translateY(-2px)}/* Security & Support Section */.page-project-playtime-mobile-phase-2-apk__security-support-section{padding:60px 20px;background-color:#ffffff}.page-project-playtime-mobile-phase-2-apk__security-content{display:flex;flex-wrap:wrap;align-items:center;gap:40px;max-width:1200px;margin:0 auto}.page-project-playtime-mobile-phase-2-apk__security-text{flex:1;min-width:300px}.page-project-playtime-mobile-phase-2-apk__security-text p{margin-bottom:15px;color:#555}.page-project-playtime-mobile-phase-2-apk__security-image{flex:1;min-width:300px;height:auto;object-fit:contain;border-radius:10px;max-width:100%}.page-project-playtime-mobile-phase-2-apk__security-button{background-color:#2ecc71;color:#ffffff;border:2px solid #2ecc71;margin-top:20px}.page-project-playtime-mobile-phase-2-apk__security-button:hover{background-color:#27ae60;transform:translateY(-2px)}/* FAQ Section */.page-project-playtime-mobile-phase-2-apk__faq-section{padding:60px 20px;background-color:#ecf0f1}.page-project-playtime-mobile-phase-2-apk__faq-container{max-width:800px;margin:0 auto}.page-project-playtime-mobile-phase-2-apk__faq-item{background-color:#ffffff;margin-bottom:15px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden}.page-project-playtime-mobile-phase-2-apk__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;user-select:none;background-color:#fcfcfc;border-bottom:1px solid #eee;transition:background-color .3s ease}.page-project-playtime-mobile-phase-2-apk__faq-question:hover{background-color:#f5f5f5}.page-project-playtime-mobile-phase-2-apk__faq-title{font-size:1.2em;color:#2c3e50;margin:0;pointer-events:none}.page-project-playtime-mobile-phase-2-apk__faq-toggle{font-size:1.8em;font-weight:bold;color:#e74c3c;transition:transform .3s ease;pointer-events:none}.page-project-playtime-mobile-phase-2-apk__faq-item.active .page-project-playtime-mobile-phase-2-apk__faq-toggle{transform:rotate(45deg);content:"−"}.page-project-playtime-mobile-phase-2-apk__faq-answer{max-height:0;overflow:hidden;padding:0 25px;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0;color:#555;font-size:.95em}.page-project-playtime-mobile-phase-2-apk__faq-item.active .page-project-playtime-mobile-phase-2-apk__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1}.page-project-playtime-mobile-phase-2-apk__faq-answer p{margin:0}/* Blog Section */.page-project-playtime-mobile-phase-2-apk__blog-section{padding:60px 20px;background-color:#ffffff}.page-project-playtime-mobile-phase-2-apk__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-project-playtime-mobile-phase-2-apk__blog-card{background-color:#fcfcfc;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.05);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.page-project-playtime-mobile-phase-2-apk__blog-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.page-project-playtime-mobile-phase-2-apk__blog-image{width:100%;height:220px;object-fit:cover;display:block;max-width:100%;height:auto}.page-project-playtime-mobile-phase-2-apk__blog-content{padding:20px}.page-project-playtime-mobile-phase-2-apk__blog-title{font-size:1.3em;margin-bottom:10px;line-height:1.4}.page-project-playtime-mobile-phase-2-apk__blog-title a{color:#2c3e50;text-decoration:none;transition:color .3s ease}.page-project-playtime-mobile-phase-2-apk__blog-title a:hover{color:#e74c3c}.page-project-playtime-mobile-phase-2-apk__blog-date{font-size:.85em;color:#7f8c8d;margin-bottom:15px}.page-project-playtime-mobile-phase-2-apk__blog-excerpt{font-size:.95em;color:#555}/* Image responsiveness for general images */.page-project-playtime-mobile-phase-2-apk img:not(.page-project-playtime-mobile-phase-2-apk__payment-logo){max-width:100%;height:auto;display:block}/* Override for payment logos to prevent them from becoming too large/small */.page-project-playtime-mobile-phase-2-apk__payment-logo{max-width:80px;max-height:80px;width:80px;height:80px}.page-project-playtime-mobile-phase-2-apk__payment-logo img{width:100%;height:100%;object-fit:contain}/* Make sure all containers are responsive */.page-project-playtime-mobile-phase-2-apk__hero-content,.page-project-playtime-mobile-phase-2-apk__logos-grid,.page-project-playtime-mobile-phase-2-apk__intro-grid,.page-project-playtime-mobile-phase-2-apk__access-grid,.page-project-playtime-mobile-phase-2-apk__game-grid,.page-project-playtime-mobile-phase-2-apk__promo-grid,.page-project-playtime-mobile-phase-2-apk__security-content,.page-project-playtime-mobile-phase-2-apk__faq-container,.page-project-playtime-mobile-phase-2-apk__blog-grid{width:100%;box-sizing:border-box;padding-left:15px;padding-right:15px}@media (max-width:768px){.page-project-playtime-mobile-phase-2-apk__section-title{font-size:2em;margin-top:40px;margin-bottom:30px}.page-project-playtime-mobile-phase-2-apk__hero-title{font-size:2.2em;margin-bottom:15px}.page-project-playtime-mobile-phase-2-apk__hero-description{font-size:1.1em;margin-bottom:30px}.page-project-playtime-mobile-phase-2-apk__hero-buttons{flex-direction:column;gap:15px}.page-project-playtime-mobile-phase-2-apk__hero-button--secondary{margin-left:0}.page-project-playtime-mobile-phase-2-apk__hero-button{width:100%;max-width:300px;margin:0 auto}.page-project-playtime-mobile-phase-2-apk__intro-grid,.page-project-playtime-mobile-phase-2-apk__game-grid,.page-project-playtime-mobile-phase-2-apk__promo-grid,.page-project-playtime-mobile-phase-2-apk__blog-grid{grid-template-columns:1fr;gap:20px}.page-project-playtime-mobile-phase-2-apk__access-grid{flex-direction:column;gap:15px}.page-project-playtime-mobile-phase-2-apk__access-button{width:100% !important;max-width:300px;margin:0 auto;box-sizing:border-box !important}.page-project-playtime-mobile-phase-2-apk__security-content{flex-direction:column;gap:30px}.page-project-playtime-mobile-phase-2-apk__security-image{order:-1}.page-project-playtime-mobile-phase-2-apk__intro-card,.page-project-playtime-mobile-phase-2-apk__game-card,.page-project-playtime-mobile-phase-2-apk__promo-card,.page-project-playtime-mobile-phase-2-apk__blog-card{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:20px !important;margin-left:0 !important;margin-right:0 !important}.page-project-playtime-mobile-phase-2-apk__intro-card-text,.page-project-playtime-mobile-phase-2-apk__game-description,.page-project-playtime-mobile-phase-2-apk__promo-description,.page-project-playtime-mobile-phase-2-apk__blog-excerpt{word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important}.page-project-playtime-mobile-phase-2-apk__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px;padding:40px 15px}.page-project-playtime-mobile-phase-2-apk__payment-logo{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important}.page-project-playtime-mobile-phase-2-apk__payment-logo img{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;object-fit:contain}.page-project-playtime-mobile-phase-2-apk__faq-question{padding:15px 20px}.page-project-playtime-mobile-phase-2-apk__faq-answer{padding:0 20px}.page-project-playtime-mobile-phase-2-apk__faq-item.active .page-project-playtime-mobile-phase-2-apk__faq-answer{padding:15px 20px !important}.page-project-playtime-mobile-phase-2-apk__faq-title{font-size:1.1em}}@media (min-width:769px){.page-project-playtime-mobile-phase-2-apk__hero-content,.page-project-playtime-mobile-phase-2-apk__logos-grid,.page-project-playtime-mobile-phase-2-apk__intro-grid,.page-project-playtime-mobile-phase-2-apk__access-grid,.page-project-playtime-mobile-phase-2-apk__game-grid,.page-project-playtime-mobile-phase-2-apk__promo-grid,.page-project-playtime-mobile-phase-2-apk__security-content,.page-project-playtime-mobile-phase-2-apk__faq-container,.page-project-playtime-mobile-phase-2-apk__blog-grid{padding-left:20px;padding-right:20px}}