.page-playtime-background { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-playtime-background__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-playtime-background__hero-section { background-color: #1a1a2e; color: #fff; text-align: center; padding: 10px 20px 80px; position: relative; overflow: hidden; }.page-playtime-background__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }.page-playtime-background__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }.page-playtime-background__hero-title { font-size: 2.8em; margin-bottom: 20px; font-weight: bold; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-playtime-background__hero-description { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }.page-playtime-background__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-playtime-background__cta-button:hover { background-color: #ff6a00; transform: translateY(-3px); }.page-playtime-background__section-title { font-size: 2.2em; color: #1a1a2e; text-align: center; margin-bottom: 40px; padding-top: 40px; }.page-playtime-background__intro-section, .page-playtime-background__quick-access-section, .page-playtime-background__games-section, .page-playtime-background__promo-section, .page-playtime-background__security-support-section, .page-playtime-background__faq-section, .page-playtime-background__blog-section { padding: 60px 0; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-playtime-background__intro-text { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 30px; }.page-playtime-background__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; padding: 0 20px; }.page-playtime-background__quick-access-button { display: block; background-color: #007bff; color: #fff; padding: 15px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.3s ease; }.page-playtime-background__quick-access-button:hover { background-color: #0056b3; }.page-playtime-background__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto; padding: 0 20px; }.page-playtime-background__game-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-playtime-background__game-card:hover { transform: translateY(-5px); }.page-playtime-background__game-card-image { width: 100%; height: 250px; object-fit: cover; display: block; }.page-playtime-background__game-card-content { padding: 20px; }.page-playtime-background__game-card-title { font-size: 1.4em; margin-bottom: 10px; color: #1a1a2e; }.page-playtime-background__game-card-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 15px; transition: background-color 0.3s ease; }.page-playtime-background__game-card-button:hover { background-color: #218838; }.page-playtime-background__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto; padding: 0 20px; }.page-playtime-background__promo-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; }.page-playtime-background__promo-card:hover { transform: translateY(-5px); }.page-playtime-background__promo-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-playtime-background__promo-card-content { padding: 20px; }.page-playtime-background__promo-card-title { font-size: 1.5em; margin-bottom: 10px; color: #1a1a2e; }.page-playtime-background__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-playtime-background__security-support-content { max-width: 900px; margin: 0 auto; padding: 0 20px; text-align: center; }.page-playtime-background__security-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 30px; }.page-playtime-background__security-item { text-align: center; padding: 20px; border: 1px solid #eee; border-radius: 8px; background-color: #fefefe; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); }.page-playtime-background__security-item-icon { margin-bottom: 15px; }.page-playtime-background__security-item-icon img { max-width: 200px; height: auto; display: block; margin: 0 auto; }.page-playtime-background__security-item-title { font-size: 1.3em; margin-bottom: 10px; color: #1a1a2e; }.page-playtime-background__security-item-description { font-size: 0.95em; color: #666; }.page-playtime-background__faq-list { max-width: 900px; margin: 0 auto; padding: 0 20px; }.page-playtime-background__faq-item { background-color: #fefefe; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-playtime-background__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #f0f0f0; border-bottom: 1px solid #e0e0e0; transition: background-color 0.3s ease; }.page-playtime-background__faq-question:hover { background-color: #e5e5e5; }.page-playtime-background__faq-question h3 { margin: 0; font-size: 1.1em; color: #1a1a2e; pointer-events: none; }.page-playtime-background__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; pointer-events: none; transition: transform 0.3s ease; }.page-playtime-background__faq-item.active .page-playtime-background__faq-toggle { transform: rotate(45deg); }.page-playtime-background__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-playtime-background__faq-item.active .page-playtime-background__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-playtime-background__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto; padding: 0 20px; }.page-playtime-background__blog-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-playtime-background__blog-card:hover { transform: translateY(-5px); }.page-playtime-background__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-playtime-background__blog-card-content { padding: 20px; }.page-playtime-background__blog-card-date { font-size: 0.85em; color: #999; margin-bottom: 10px; }.page-playtime-background__blog-card-title { font-size: 1.3em; margin-bottom: 15px; line-height: 1.4; }.page-playtime-background__blog-card-title a { color: #1a1a2e; text-decoration: none; transition: color 0.3s ease; }.page-playtime-background__blog-card-title a:hover { color: #e44d26; }.page-playtime-background__blog-card-summary { font-size: 0.95em; color: #666; }.page-playtime-background__blog-card-link { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 15px; transition: background-color 0.3s ease; font-size: 0.9em; }.page-playtime-background__blog-card-link:hover { background-color: #ff6a00; } @media (max-width: 768px) { .page-playtime-background__hero-title { font-size: 2em; }.page-playtime-background__hero-description { font-size: 1em; }.page-playtime-background__cta-button { padding: 12px 25px; font-size: 1em; }.page-playtime-background__section-title { font-size: 1.8em; }.page-playtime-background__quick-access-grid, .page-playtime-background__games-grid, .page-playtime-background__promo-grid, .page-playtime-background__security-support-grid, .page-playtime-background__blog-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 15px; }.page-playtime-background__quick-access-button, .page-playtime-background__game-card-button, .page-playtime-background__blog-card-link { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-playtime-background__game-card-image, .page-playtime-background__promo-card-image, .page-playtime-background__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; overflow: hidden !important; }.page-playtime-background__faq-list { padding: 0 15px; }.page-playtime-background__faq-question { padding: 15px; }.page-playtime-background__faq-question h3 { font-size: 1em; }.page-playtime-background__faq-answer { padding: 15px 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-playtime-background__intro-text { font-size: 1em; padding: 0 15px; text-align: left; }.page-playtime-background__security-item-icon img { max-width: 150px; } } .page-playtime-background img { max-width: 100%; height: auto; box-sizing: border-box; } .page-playtime-background ul, .page-playtime-background ol { list-style: none; padding: 0; margin: 0; } .page-playtime-background li { box-sizing: border-box; } @media (max-width: 768px) { .page-playtime-background ul, .page-playtime-background ol { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-playtime-background li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } }