.page-playtime-app-login-free-download-ios { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; /* Minimal padding-top as body padding-top handles header offset */ }.page-playtime-app-login-free-download-ios__section-title { font-size: 2.5rem; color: #0056b3; /* Darker blue for contrast */ text-align: center; margin-bottom: 25px; padding: 0 15px; word-wrap: break-word; }.page-playtime-app-login-free-download-ios__section-description { font-size: 1.1rem; text-align: center; max-width: 800px; margin: 0 auto 40px; color: #555; padding: 0 15px; word-wrap: break-word; }/* Hero Section */.page-playtime-app-login-free-download-ios__hero-section { display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; padding: 60px 20px; text-align: center; position: relative; overflow: hidden; border-radius: 10px; margin: 20px auto; max-width: 1200px; }.page-playtime-app-login-free-download-ios__hero-image-wrapper { margin-top: 40px; width: 100%; max-width: 600px; /* Limit image width */ overflow: hidden; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }.page-playtime-app-login-free-download-ios__hero-image { max-width: 100%; height: auto; display: block; }.page-playtime-app-login-free-download-ios__hero-content { max-width: 800px; z-index: 1; }.page-playtime-app-login-free-download-ios__hero-title { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; color: #fff; word-wrap: break-word; }.page-playtime-app-login-free-download-ios__hero-subtitle { font-size: 1.3rem; margin-bottom: 30px; color: #e0e0e0; word-wrap: break-word; }.page-playtime-app-login-free-download-ios__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }.page-playtime-app-login-free-download-ios__hero-button { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: background-color 0.3s ease, transform 0.3s ease; min-width: 200px; text-align: center; }.page-playtime-app-login-free-download-ios__hero-button--primary { background-color: #ffc107; /* Yellow */ color: #333; }.page-playtime-app-login-free-download-ios__hero-button--primary:hover { background-color: #e0a800; transform: translateY(-3px); }.page-playtime-app-login-free-download-ios__hero-button--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; }.page-playtime-app-login-free-download-ios__hero-button--secondary:hover { background-color: rgba(255, 255, 255, 0.2); transform: translateY(-3px); }/* Introduction Section */.page-playtime-app-login-free-download-ios__introduction-section { padding: 60px 20px; background-color: #fff; text-align: center; border-radius: 10px; margin: 20px auto; max-width: 1200px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }.page-playtime-app-login-free-download-ios__intro-features { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-top: 40px; }.page-playtime-app-login-free-download-ios__intro-feature-item { flex: 1; min-width: 280px; max-width: 320px; background-color: #f2f7fc; padding: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); transition: transform 0.3s ease; }.page-playtime-app-login-free-download-ios__intro-feature-item:hover { transform: translateY(-5px); }.page-playtime-app-login-free-download-ios__intro-feature-icon { width: 100%; max-width: 150px; height: auto; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; }.page-playtime-app-login-free-download-ios__intro-feature-title { font-size: 1.5rem; color: #007bff; margin-bottom: 10px; word-wrap: break-word; }.page-playtime-app-login-free-download-ios__intro-feature-text { font-size: 1rem; color: #666; word-wrap: break-word; }/* Quick Access Section */.page-playtime-app-login-free-download-ios__quick-access-section { padding: 60px 20px; background-color: #e9f5ff; text-align: center; border-radius: 10px; margin: 20px auto; max-width: 1200px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }.page-playtime-app-login-free-download-ios__access-links { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 40px; }.page-playtime-app-login-free-download-ios__access-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1rem; transition: background-color 0.3s ease, transform 0.3s ease; min-width: 180px; text-align: center; }.page-playtime-app-login-free-download-ios__access-button:hover { background-color: #0056b3; transform: translateY(-3px); }/* Games Section */.page-playtime-app-login-free-download-ios__games-section { padding: 60px 20px; background-color: #fff; text-align: center; border-radius: 10px; margin: 20px auto; max-width: 1200px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }.page-playtime-app-login-free-download-ios__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-playtime-app-login-free-download-ios__game-category { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 10px; padding: 25px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; }.page-playtime-app-login-free-download-ios__game-category:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); }.page-playtime-app-login-free-download-ios__game-image { width: 100%; max-width: 250px; height: auto; border-radius: 8px; margin-bottom: 20px; object-fit: cover; }.page-playtime-app-login-free-download-ios__game-title { font-size: 1.6rem; color: #007bff; margin-bottom: 10px; word-wrap: break-word; }.page-playtime-app-login-free-download-ios__game-description { font-size: 0.95rem; color: #666; margin-bottom: 20px; flex-grow: 1; /* Allows text to take up available space */ word-wrap: break-word; }.page-playtime-app-login-free-download-ios__game-button { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.95rem; transition: background-color 0.3s ease, transform 0.3s ease; }.page-playtime-app-login-free-download-ios__game-button:hover { background-color: #e0a800; transform: translateY(-2px); }/* Promotions Section */.page-playtime-app-login-free-download-ios__promotions-section { padding: 60px 20px; background-color: #f2f7fc; text-align: center; border-radius: 10px; margin: 20px auto; max-width: 1200px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }.page-playtime-app-login-free-download-ios__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-playtime-app-login-free-download-ios__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-playtime-app-login-free-download-ios__promo-card:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }.page-playtime-app-login-free-download-ios__promo-image { width: 100%; height: 200px; /* Fixed height for consistency */ object-fit: cover; display: block; }.page-playtime-app-login-free-download-ios__promo-title { font-size: 1.5rem; color: #0056b3; margin: 20px 20px 10px; word-wrap: break-word; }.page-playtime-app-login-free-download-ios__promo-text { font-size: 1rem; color: #666; margin: 0 20px 20px; flex-grow: 1; word-wrap: break-word; }.page-playtime-app-login-free-download-ios__promo-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 0 0 10px 10px; /* Rounded bottom corners */ text-decoration: none; font-weight: bold; font-size: 1rem; transition: background-color 0.3s ease; width: 100%; text-align: center; box-sizing: border-box; /* Ensure padding is included in width */ }.page-playtime-app-login-free-download-ios__promo-button:hover { background-color: #0056b3; }/* Security & Support Section */.page-playtime-app-login-free-download-ios__security-support-section { padding: 60px 20px; background-color: #fff; text-align: center; border-radius: 10px; margin: 20px auto; max-width: 1200px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }.page-playtime-app-login-free-download-ios__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }.page-playtime-app-login-free-download-ios__security-item { background-color: #f9f9f9; border-radius: 10px; padding: 30px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); transition: transform 0.3s ease; }.page-playtime-app-login-free-download-ios__security-item:hover { transform: translateY(-5px); }.page-playtime-app-login-free-download-ios__security-icon { width: 100%; max-width: 120px; height: auto; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; }.page-playtime-app-login-free-download-ios__security-title { font-size: 1.4rem; color: #007bff; margin-bottom: 10px; word-wrap: break-word; }.page-playtime-app-login-free-download-ios__security-text { font-size: 0.95rem; color: #666; word-wrap: break-word; }.page-playtime-app-login-free-download-ios__contact-cta { margin-top: 50px; }.page-playtime-app-login-free-download-ios__contact-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: background-color 0.3s ease, transform 0.3s ease; }.page-playtime-app-login-free-download-ios__contact-button:hover { background-color: #e0a800; transform: translateY(-3px); }/* FAQ Section */.page-playtime-app-login-free-download-ios__faq-section { padding: 60px 20px; background-color: #e9f5ff; text-align: center; border-radius: 10px; margin: 20px auto; max-width: 1200px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }.page-playtime-app-login-free-download-ios__faq-list { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-playtime-app-login-free-download-ios__faq-item { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-playtime-app-login-free-download-ios__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #f2f7fc; cursor: pointer; user-select: none; font-size: 1.15rem; font-weight: bold; color: #0056b3; transition: background-color 0.3s ease; }.page-playtime-app-login-free-download-ios__faq-question:hover { background-color: #e0f0ff; }.page-playtime-app-login-free-download-ios__faq-question-text { margin: 0; pointer-events: none; /* Crucial for click event on parent div */ word-wrap: break-word; text-align: left; /* Align question text to left */ flex-grow: 1; /* Allow text to take space */ }.page-playtime-app-login-free-download-ios__faq-toggle { font-size: 1.5rem; line-height: 1; margin-left: 15px; pointer-events: none; /* Crucial for click event on parent div */ transition: transform 0.3s ease; }.page-playtime-app-login-free-download-ios__faq-item.active .page-playtime-app-login-free-download-ios__faq-toggle { transform: rotate(45deg); /* Change + to X or similar */ }.page-playtime-app-login-free-download-ios__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; /* Adjust padding to match question */ opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; text-align: left; /* Align answer text to left */ }.page-playtime-app-login-free-download-ios__faq-item.active .page-playtime-app-login-free-download-ios__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px 25px !important; /* Adjusted padding */ opacity: 1; }.page-playtime-app-login-free-download-ios__faq-answer p { margin: 0; color: #444; font-size: 1rem; word-wrap: break-word; }/* Blog Section */.page-playtime-app-login-free-download-ios__blog-section { padding: 60px 20px; background-color: #f8f8f8; text-align: center; border-radius: 10px; margin: 20px auto; max-width: 1200px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }.page-playtime-app-login-free-download-ios__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-playtime-app-login-free-download-ios__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; }.page-playtime-app-login-free-download-ios__blog-card:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }.page-playtime-app-login-free-download-ios__blog-image { width: 100%; height: 200px; /* Fixed height for consistency */ object-fit: cover; display: block; }.page-playtime-app-login-free-download-ios__blog-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }.page-playtime-app-login-free-download-ios__blog-title { font-size: 1.4rem; margin-bottom: 10px; line-height: 1.3; word-wrap: break-word; }.page-playtime-app-login-free-download-ios__blog-title a { color: #0056b3; text-decoration: none; transition: color 0.3s ease; }.page-playtime-app-login-free-download-ios__blog-title a:hover { color: #007bff; text-decoration: underline; }.page-playtime-app-login-free-download-ios__blog-excerpt { font-size: 0.95rem; color: #666; margin-bottom: 15px; flex-grow: 1; word-wrap: break-word; }.page-playtime-app-login-free-download-ios__blog-date { font-size: 0.85rem; color: #999; }/* Floating Login/Register Buttons (as per general site description) */.page-playtime-app-login-free-download-ios__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-playtime-app-login-free-download-ios__floating-button { background-color: #007bff; color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; }.page-playtime-app-login-free-download-ios__floating-button--register { background-color: #ffc107; color: #333; }.page-playtime-app-login-free-download-ios__floating-button:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); }.page-playtime-app-login-free-download-ios__floating-button--register:hover { background-color: #e0a800; }/* Responsive adjustments */@media (max-width: 1024px) { .page-playtime-app-login-free-download-ios__hero-title { font-size: 3rem; } .page-playtime-app-login-free-download-ios__hero-subtitle { font-size: 1.2rem; } .page-playtime-app-login-free-download-ios__section-title { font-size: 2rem; } .page-playtime-app-login-free-download-ios__section-description { font-size: 1rem; } }@media (max-width: 768px) { .page-playtime-app-login-free-download-ios__hero-section { padding: 40px 15px; } .page-playtime-app-login-free-download-ios__hero-title { font-size: 2.2rem; } .page-playtime-app-login-free-download-ios__hero-subtitle { font-size: 1rem; } .page-playtime-app-login-free-download-ios__hero-cta-group { flex-direction: column; gap: 15px; } .page-playtime-app-login-free-download-ios__hero-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-playtime-app-login-free-download-ios__introduction-section, .page-playtime-app-login-free-download-ios__quick-access-section, .page-playtime-app-login-free-download-ios__games-section, .page-playtime-app-login-free-download-ios__promotions-section, .page-playtime-app-login-free-download-ios__security-support-section, .page-playtime-app-login-free-download-ios__faq-section, .page-playtime-app-login-free-download-ios__blog-section { padding: 40px 15px; } .page-playtime-app-login-free-download-ios__section-title { font-size: 1.8rem; } .page-playtime-app-login-free-download-ios__section-description { font-size: 0.95rem; } .page-playtime-app-login-free-download-ios__intro-features, .page-playtime-app-login-free-download-ios__access-links, .page-playtime-app-login-free-download-ios__game-categories, .page-playtime-app-login-free-download-ios__promo-grid, .page-playtime-app-login-free-download-ios__security-features, .page-playtime-app-login-free-download-ios__blog-grid { grid-template-columns: 1fr; /* Stack items */ gap: 20px; } .page-playtime-app-login-free-download-ios__intro-feature-item, .page-playtime-app-login-free-download-ios__game-category, .page-playtime-app-login-free-download-ios__promo-card, .page-playtime-app-login-free-download-ios__security-item, .page-playtime-app-login-free-download-ios__blog-card { min-width: unset; max-width: 100%; width: 100% !important; /* Ensure full width for list-like items */ box-sizing: border-box !important; } .page-playtime-app-login-free-download-ios__access-button { width: 100%; max-width: 280px; margin: 0 auto; } /* Specific list item responsiveness for FAQ, general lists */ .page-playtime-app-login-free-download-ios__faq-list, .page-playtime-app-login-free-download-ios__intro-features, .page-playtime-app-login-free-download-ios__game-categories, .page-playtime-app-login-free-download-ios__promo-grid, .page-playtime-app-login-free-download-ios__security-features, .page-playtime-app-login-free-download-ios__blog-grid { padding: 0 !important; /* Remove container padding if any */ width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-playtime-app-login-free-download-ios__faq-item { margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-playtime-app-login-free-download-ios__faq-question, .page-playtime-app-login-free-download-ios__faq-answer { padding-left: 15px !important; padding-right: 15px !important; } .page-playtime-app-login-free-download-ios__faq-question-text { font-size: 1rem; } .page-playtime-app-login-free-download-ios__faq-answer p { font-size: 0.9rem; } .page-playtime-app-login-free-download-ios__blog-title { font-size: 1.2rem; } .page-playtime-app-login-free-download-ios__blog-excerpt { font-size: 0.85rem; } .page-playtime-app-login-free-download-ios__floating-buttons { bottom: 10px; right: 10px; } .page-playtime-app-login-free-download-ios__floating-button { padding: 10px 15px; font-size: 0.9rem; } }@media (max-width: 480px) { .page-playtime-app-login-free-download-ios__hero-title { font-size: 1.8rem; } .page-playtime-app-login-free-download-ios__hero-subtitle { font-size: 0.9rem; } .page-playtime-app-login-free-download-ios__hero-button { font-size: 1rem; padding: 12px 20px; } .page-playtime-app-login-free-download-ios__section-title { font-size: 1.5rem; } .page-playtime-app-login-free-download-ios__faq-question { font-size: 1rem; } .page-playtime-app-login-free-download-ios__faq-answer p { font-size: 0.85rem; } }