.page-project-playtime-steam-apk { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; } .page-project-playtime-steam-apk__section-title { font-size: 2.5rem; color: #e94560; text-align: center; margin-bottom: 25px; padding-top: 20px; } .page-project-playtime-steam-apk__section-description { text-align: center; max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1rem; color: #b0b0b0; } .page-project-playtime-steam-apk__hero-section { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 600px; padding: 10px 20px 60px 20px; background-color: #0f3460; } .page-project-playtime-steam-apk__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-project-playtime-steam-apk__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; } .page-project-playtime-steam-apk__hero-content { position: relative; z-index: 1; max-width: 900px; } .page-project-playtime-steam-apk__hero-title { font-size: 3.5rem; color: #ffffff; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-project-playtime-steam-apk__hero-subtitle { font-size: 1.5rem; color: #f0f0f0; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-project-playtime-steam-apk__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-project-playtime-steam-apk__hero-button { display: inline-block; padding: 15px 30px; border-radius: 8px; font-size: 1.2rem; font-weight: bold; text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; } .page-project-playtime-steam-apk__hero-button--primary { background-color: #e94560; color: #ffffff; border: 2px solid #e94560; } .page-project-playtime-steam-apk__hero-button--primary:hover { background-color: #ff6b81; transform: translateY(-3px); } .page-project-playtime-steam-apk__hero-button--secondary { background-color: #533483; color: #ffffff; border: 2px solid #533483; } .page-project-playtime-steam-apk__hero-button--secondary:hover { background-color: #6a49a9; transform: translateY(-3px); } .page-project-playtime-steam-apk__intro-section, .page-project-playtime-steam-apk__quick-access-section, .page-project-playtime-steam-apk__games-section, .page-project-playtime-steam-apk__promo-section, .page-project-playtime-steam-apk__security-section, .page-project-playtime-steam-apk__faq-section, .page-project-playtime-steam-apk__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-project-playtime-steam-apk__intro-features, .page-project-playtime-steam-apk__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-project-playtime-steam-apk__feature-item, .page-project-playtime-steam-apk__security-item { background-color: #0f3460; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-project-playtime-steam-apk__feature-item:hover, .page-project-playtime-steam-apk__security-item:hover { transform: translateY(-5px); } .page-project-playtime-steam-apk__feature-icon, .page-project-playtime-steam-apk__security-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; } .page-project-playtime-steam-apk__feature-title, .page-project-playtime-steam-apk__security-subtitle { font-size: 1.5rem; color: #e94560; margin-bottom: 10px; } .page-project-playtime-steam-apk__feature-text, .page-project-playtime-steam-apk__security-text { color: #b0b0b0; } .page-project-playtime-steam-apk__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-project-playtime-steam-apk__access-button, .page-project-playtime-steam-apk__contact-button { display: inline-block; padding: 12px 25px; border-radius: 8px; font-size: 1.1rem; font-weight: bold; text-decoration: none; background-color: #533483; color: #ffffff; border: 2px solid #533483; transition: background-color 0.3s ease, transform 0.3s ease; } .page-project-playtime-steam-apk__access-button:hover, .page-project-playtime-steam-apk__contact-button:hover { background-color: #6a49a9; transform: translateY(-3px); } .page-project-playtime-steam-apk__games-section, .page-project-playtime-steam-apk__promo-section, .page-project-playtime-steam-apk__blog-section { background-color: #2e0f34; padding: 60px 20px; } .page-project-playtime-steam-apk__game-categories, .page-project-playtime-steam-apk__promo-grid, .page-project-playtime-steam-apk__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-project-playtime-steam-apk__game-card, .page-project-playtime-steam-apk__promo-card, .page-project-playtime-steam-apk__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: center; display: flex; flex-direction: column; transition: transform 0.3s ease; text-decoration: none; color: inherit; } .page-project-playtime-steam-apk__game-card:hover, .page-project-playtime-steam-apk__promo-card:hover, .page-project-playtime-steam-apk__blog-card:hover { transform: translateY(-5px); } .page-project-playtime-steam-apk__game-image, .page-project-playtime-steam-apk__promo-image, .page-project-playtime-steam-apk__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-project-playtime-steam-apk__game-title, .page-project-playtime-steam-apk__promo-title, .page-project-playtime-steam-apk__blog-card-title { font-size: 1.4rem; color: #e94560; margin: 20px 15px 10px 15px; } .page-project-playtime-steam-apk__game-description, .page-project-playtime-steam-apk__promo-text, .page-project-playtime-steam-apk__blog-excerpt { font-size: 0.95rem; color: #b0b0b0; padding: 0 15px 20px 15px; flex-grow: 1; } .page-project-playtime-steam-apk__game-button, .page-project-playtime-steam-apk__promo-button { display: block; width: calc(100% - 30px); margin: 0 15px 15px 15px; padding: 10px 0; background-color: #e94560; color: #ffffff; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-project-playtime-steam-apk__game-button:hover, .page-project-playtime-steam-apk__promo-button:hover { background-color: #ff6b81; } .page-project-playtime-steam-apk__faq-list { margin-top: 40px; } .page-project-playtime-steam-apk__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-project-playtime-steam-apk__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #2e0f34; border-bottom: 1px solid #533483; user-select: none; } .page-project-playtime-steam-apk__faq-question:hover { background-color: #3f1a4a; } .page-project-playtime-steam-apk__faq-title { font-size: 1.2rem; color: #e0e0e0; margin: 0; pointer-events: none; } .page-project-playtime-steam-apk__faq-toggle { font-size: 1.8rem; font-weight: bold; color: #e94560; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-project-playtime-steam-apk__faq-item.active .page-project-playtime-steam-apk__faq-toggle { transform: rotate(45deg); } .page-project-playtime-steam-apk__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: #b0b0b0; } .page-project-playtime-steam-apk__faq-item.active .page-project-playtime-steam-apk__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-project-playtime-steam-apk__blog-card { display: flex; flex-direction: column; background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-decoration: none; color: inherit; transition: transform 0.3s ease; } .page-project-playtime-steam-apk__blog-card:hover { transform: translateY(-5px); } .page-project-playtime-steam-apk__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-project-playtime-steam-apk__blog-card-title { font-size: 1.3rem; color: #e94560; margin: 15px; } .page-project-playtime-steam-apk__blog-excerpt { font-size: 0.9rem; color: #b0b0b0; padding: 0 15px 20px 15px; flex-grow: 1; } @media (max-width: 768px) { .page-project-playtime-steam-apk__hero-title { font-size: 2.5rem; } .page-project-playtime-steam-apk__hero-subtitle { font-size: 1.2rem; } .page-project-playtime-steam-apk__hero-button { padding: 12px 25px; font-size: 1rem; } .page-project-playtime-steam-apk__section-title { font-size: 2rem; } .page-project-playtime-steam-apk__section-description { font-size: 1rem; } .page-project-playtime-steam-apk__intro-features, .page-project-playtime-steam-apk__security-grid, .page-project-playtime-steam-apk__game-categories, .page-project-playtime-steam-apk__promo-grid, .page-project-playtime-steam-apk__blog-grid { grid-template-columns: 1fr; } .page-project-playtime-steam-apk__feature-item, .page-project-playtime-steam-apk__security-item, .page-project-playtime-steam-apk__game-card, .page-project-playtime-steam-apk__promo-card, .page-project-playtime-steam-apk__blog-card { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-project-playtime-steam-apk__feature-text, .page-project-playtime-steam-apk__security-text, .page-project-playtime-steam-apk__game-description, .page-project-playtime-steam-apk__promo-text, .page-project-playtime-steam-apk__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-project-playtime-steam-apk__faq-question { padding: 15px 20px; } .page-project-playtime-steam-apk__faq-title { font-size: 1.1rem; } .page-project-playtime-steam-apk__faq-answer { padding: 0 20px; } .page-project-playtime-steam-apk__faq-item.active .page-project-playtime-steam-apk__faq-answer { padding: 15px 20px !important; } .page-project-playtime-steam-apk__blog-card-title { font-size: 1.2rem; } }