.page-project-playtime-chapter-2 { font-family: 'Arial', sans-serif; color: #E0E0E0; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); }.page-project-playtime-chapter-2__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-project-playtime-chapter-2__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:gaming,action,project_playtime_chapter_2]') no-repeat center center/cover; padding: 100px 20px; text-align: center; color: #FFFFFF; position: relative; padding-top: 10px; }.page-project-playtime-chapter-2__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #FFD700; }.page-project-playtime-chapter-2__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-project-playtime-chapter-2__cta-button { display: inline-block; background-color: #FF4500; color: #FFFFFF; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-project-playtime-chapter-2__cta-button:hover { background-color: #FF6347; }.page-project-playtime-chapter-2__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #1a1a2e; }.page-project-playtime-chapter-2__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-project-playtime-chapter-2__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-project-playtime-chapter-2__section-title { font-size: 2.5em; color: #FFD700; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; }.page-project-playtime-chapter-2__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #FF4500; margin: 10px auto 0; }.page-project-playtime-chapter-2__introduction-section { background-color: #2c2c4d; padding: 60px 20px; }.page-project-playtime-chapter-2__intro-text { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 30px auto; color: #CCCCCC; }.page-project-playtime-chapter-2__intro-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-project-playtime-chapter-2__feature-item { background-color: #3a3a5c; padding: 25px; border-radius: 10px; text-align: center; flex: 1 1 calc(33% - 40px); min-width: 280px; box-sizing: border-box; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-project-playtime-chapter-2__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); }.page-project-playtime-chapter-2__feature-icon { font-size: 3em; color: #FFD700; margin-bottom: 15px; }.page-project-playtime-chapter-2__feature-title { font-size: 1.5em; color: #FFD700; margin-bottom: 10px; }.page-project-playtime-chapter-2__quick-access-section { background-color: #1a1a2e; padding: 60px 20px; }.page-project-playtime-chapter-2__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-project-playtime-chapter-2__access-button { display: inline-block; background-color: #FF4500; color: #FFFFFF; padding: 15px 25px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; flex: 1 1 auto; max-width: 250px; text-align: center; }.page-project-playtime-chapter-2__access-button:hover { background-color: #FF6347; }.page-project-playtime-chapter-2__games-section { background-color: #2c2c4d; padding: 60px 20px; }.page-project-playtime-chapter-2__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; }.page-project-playtime-chapter-2__game-card { background-color: #3a3a5c; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); flex: 1 1 calc(33% - 50px); max-width: 350px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-project-playtime-chapter-2__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); }.page-project-playtime-chapter-2__game-image { width: 100%; height: 200px; object-fit: cover; }.page-project-playtime-chapter-2__game-content { padding: 20px; }.page-project-playtime-chapter-2__game-title { font-size: 1.6em; color: #FFD700; margin-bottom: 10px; }.page-project-playtime-chapter-2__game-description { font-size: 0.95em; color: #CCCCCC; margin-bottom: 15px; }.page-project-playtime-chapter-2__promo-section { background-color: #1a1a2e; padding: 60px 20px; }.page-project-playtime-chapter-2__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-project-playtime-chapter-2__promo-card { background-color: #2c2c4d; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-project-playtime-chapter-2__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); }.page-project-playtime-chapter-2__promo-image { width: 100%; height: 220px; object-fit: cover; }.page-project-playtime-chapter-2__promo-content { padding: 20px; }.page-project-playtime-chapter-2__promo-title { font-size: 1.6em; color: #FFD700; margin-bottom: 10px; }.page-project-playtime-chapter-2__promo-description { font-size: 0.95em; color: #CCCCCC; margin-bottom: 20px; }.page-project-playtime-chapter-2__security-section { background-color: #2c2c4d; padding: 60px 20px; }.page-project-playtime-chapter-2__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-project-playtime-chapter-2__security-item { background-color: #3a3a5c; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }.page-project-playtime-chapter-2__security-icon { font-size: 3em; color: #FFD700; margin-bottom: 15px; }.page-project-playtime-chapter-2__security-title { font-size: 1.4em; color: #FFD700; margin-bottom: 10px; }.page-project-playtime-chapter-2__faq-section { background-color: #1a1a2e; padding: 60px 20px; }.page-project-playtime-chapter-2__faq-list { max-width: 900px; margin: 0 auto; }.page-project-playtime-chapter-2__faq-item { background-color: #2c2c4d; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }.page-project-playtime-chapter-2__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a5c; transition: background-color 0.3s ease; }.page-project-playtime-chapter-2__faq-question:hover { background-color: #4a4a6e; }.page-project-playtime-chapter-2__faq-question h3 { margin: 0; font-size: 1.2em; color: #FFD700; pointer-events: none; }.page-project-playtime-chapter-2__faq-toggle { font-size: 1.5em; font-weight: bold; color: #FFD700; transition: transform 0.3s ease; pointer-events: none; }.page-project-playtime-chapter-2__faq-item.active .page-project-playtime-chapter-2__faq-toggle { transform: rotate(45deg); }.page-project-playtime-chapter-2__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #2c2c4d; color: #CCCCCC; }.page-project-playtime-chapter-2__faq-item.active .page-project-playtime-chapter-2__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-project-playtime-chapter-2__blog-section { background-color: #1a1a2e; padding: 60px 20px; }.page-project-playtime-chapter-2__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-project-playtime-chapter-2__blog-card { background-color: #2c2c4d; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-project-playtime-chapter-2__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); }.page-project-playtime-chapter-2__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-project-playtime-chapter-2__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-project-playtime-chapter-2__blog-title { font-size: 1.4em; color: #FFD700; margin-bottom: 10px; text-decoration: none; }.page-project-playtime-chapter-2__blog-title:hover { text-decoration: underline; }.page-project-playtime-chapter-2__blog-excerpt { font-size: 0.95em; color: #CCCCCC; margin-bottom: 15px; flex-grow: 1; }.page-project-playtime-chapter-2__blog-read-more { display: inline-block; background-color: #FF4500; color: #FFFFFF; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; align-self: flex-start; }.page-project-playtime-chapter-2__blog-read-more:hover { background-color: #FF6347; }@media (max-width: 768px) { .page-project-playtime-chapter-2__hero-section { padding: 80px 15px; }.page-project-playtime-chapter-2__hero-title { font-size: 2.5em; }.page-project-playtime-chapter-2__hero-subtitle { font-size: 1.2em; }.page-project-playtime-chapter-2__cta-button { padding: 12px 25px; font-size: 1em; }.page-project-playtime-chapter-2__section-title { font-size: 2em; }.page-project-playtime-chapter-2__intro-text { font-size: 1em; }.page-project-playtime-chapter-2__feature-item { flex: 1 1 100%; max-width: 100%; }.page-project-playtime-chapter-2__access-button { max-width: 100%; }.page-project-playtime-chapter-2__game-card { flex: 1 1 100%; max-width: 100%; }.page-project-playtime-chapter-2__game-image { height: 180px; }.page-project-playtime-chapter-2__promo-card { max-width: 100%; }.page-project-playtime-chapter-2__promo-image { height: 180px; }.page-project-playtime-chapter-2__security-grid { grid-template-columns: 1fr; }.page-project-playtime-chapter-2__faq-question { padding: 15px 20px; }.page-project-playtime-chapter-2__faq-question h3 { font-size: 1.1em; }.page-project-playtime-chapter-2__faq-answer { padding: 0 20px; }.page-project-playtime-chapter-2__faq-item.active .page-project-playtime-chapter-2__faq-answer { padding: 15px 20px !important; }.page-project-playtime-chapter-2__blog-card { max-width: 100%; }.page-project-playtime-chapter-2__blog-image { height: 180px; }.page-project-playtime-chapter-2__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-project-playtime-chapter-2__payment-logo,.page-project-playtime-chapter-2__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-project-playtime-chapter-2__faq-list li, .page-project-playtime-chapter-2__intro-features .page-project-playtime-chapter-2__feature-item, .page-project-playtime-chapter-2__game-categories .page-project-playtime-chapter-2__game-card, .page-project-playtime-chapter-2__promo-grid .page-project-playtime-chapter-2__promo-card, .page-project-playtime-chapter-2__security-grid .page-project-playtime-chapter-2__security-item, .page-project-playtime-chapter-2__blog-grid .page-project-playtime-chapter-2__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px; padding-right: 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-project-playtime-chapter-2__faq-list, .page-project-playtime-chapter-2__intro-features, .page-project-playtime-chapter-2__game-categories, .page-project-playtime-chapter-2__promo-grid, .page-project-playtime-chapter-2__security-grid, .page-project-playtime-chapter-2__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }