.page-playtime-cheat-code { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-bottom: 20px; } .page-playtime-cheat-code__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-playtime-cheat-code__hero-section { background: linear-gradient(135deg, #2c004d, #0d0d2b); color: #fff; padding: 80px 0 60px; text-align: center; position: relative; overflow: hidden; padding-top: 10px; } .page-playtime-cheat-code__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:pattern:1920x1080:abstract,geometric,dark]'); background-size: cover; opacity: 0.1; z-index: 0; } .page-playtime-cheat-code__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; } .page-playtime-cheat-code__hero-title { font-size: 2.8em; margin-bottom: 20px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-playtime-cheat-code__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; opacity: 0.9; } .page-playtime-cheat-code__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-playtime-cheat-code__button { display: inline-block; background-color: #e6b800; color: #1a1a2e; padding: 15px 30px; border-radius: 8px; 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-cheat-code__button:hover { background-color: #ffd700; transform: translateY(-3px); } .page-playtime-cheat-code__about-section { padding: 60px 0; background-color: #2a004d; text-align: center; } .page-playtime-cheat-code__section-title { font-size: 2.2em; color: #e6b800; margin-bottom: 40px; text-align: center; } .page-playtime-cheat-code__about-text { font-size: 1.1em; max-width: 900px; margin: 0 auto 30px; color: #ccc; } .page-playtime-cheat-code__image-wrapper { margin-top: 40px; text-align: center; } .page-playtime-cheat-code__image { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-playtime-cheat-code__features-section { padding: 60px 0; background-color: #1a1a2e; } .page-playtime-cheat-code__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-playtime-cheat-code__feature-card { background-color: #2c004d; border-radius: 12px; padding: 30px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-playtime-cheat-code__feature-card:hover { transform: translateY(-5px); } .page-playtime-cheat-code__feature-icon { margin-bottom: 20px; width: 100%; max-width: 100%; height: auto; border-radius: 8px; } .page-playtime-cheat-code__feature-title { font-size: 1.5em; color: #e6b800; margin-bottom: 15px; } .page-playtime-cheat-code__feature-description { font-size: 1em; color: #ccc; } .page-playtime-cheat-code__how-to-section { padding: 60px 0; background-color: #2a004d; } .page-playtime-cheat-code__steps-list { list-style: none; padding: 0; margin-top: 40px; } .page-playtime-cheat-code__step-item { background-color: #2c004d; border-radius: 12px; padding: 25px; margin-bottom: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); display: flex; align-items: center; gap: 20px; } .page-playtime-cheat-code__step-number { background-color: #e6b800; color: #1a1a2e; border-radius: 50%; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 1.2em; flex-shrink: 0; } .page-playtime-cheat-code__step-content { flex-grow: 1; } .page-playtime-cheat-code__step-title { font-size: 1.4em; color: #e6b800; margin-bottom: 10px; } .page-playtime-cheat-code__step-description { font-size: 1em; color: #ccc; } .page-playtime-cheat-code__promo-section { padding: 60px 0; background-color: #1a1a2e; text-align: center; } .page-playtime-cheat-code__promo-card { background: linear-gradient(45deg, #3a0066, #1f0033); border-radius: 12px; padding: 40px; max-width: 800px; margin: 40px auto 0; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-playtime-cheat-code__promo-title { font-size: 2em; color: #ffd700; margin-bottom: 20px; } .page-playtime-cheat-code__promo-description { font-size: 1.1em; color: #e0e0e0; margin-bottom: 30px; } .page-playtime-cheat-code__faq-section { padding: 60px 0; background-color: #2a004d; } .page-playtime-cheat-code__faq-list { margin-top: 40px; } .page-playtime-cheat-code__faq-item { background-color: #2c004d; border-radius: 12px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-playtime-cheat-code__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-playtime-cheat-code__faq-question:hover { background-color: #3a0066; } .page-playtime-cheat-code__faq-question h3 { margin: 0; font-size: 1.2em; color: #e6b800; pointer-events: none; } .page-playtime-cheat-code__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e6b800; transition: transform 0.3s ease; pointer-events: none; } .page-playtime-cheat-code__faq-item.active .page-playtime-cheat-code__faq-toggle { transform: rotate(45deg); } .page-playtime-cheat-code__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; color: #ccc; } .page-playtime-cheat-code__faq-item.active .page-playtime-cheat-code__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-playtime-cheat-code__cta-section { padding: 60px 0; background-color: #1a1a2e; text-align: center; } .page-playtime-cheat-code__cta-title { font-size: 2.2em; color: #e6b800; margin-bottom: 30px; } .page-playtime-cheat-code__cta-description { font-size: 1.2em; color: #ccc; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-playtime-cheat-code__hero-title { font-size: 2em; } .page-playtime-cheat-code__hero-subtitle { font-size: 1.1em; } .page-playtime-cheat-code__cta-buttons { flex-direction: column; gap: 15px; } .page-playtime-cheat-code__button { width: 100%; padding: 12px 20px; font-size: 1em; } .page-playtime-cheat-code__section-title { font-size: 1.8em; } .page-playtime-cheat-code__about-text, .page-playtime-cheat-code__feature-description, .page-playtime-cheat-code__step-description, .page-playtime-cheat-code__promo-description, .page-playtime-cheat-code__cta-description { font-size: 0.95em; } .page-playtime-cheat-code__features-grid { grid-template-columns: 1fr; } .page-playtime-cheat-code__step-item { flex-direction: column; text-align: center; gap: 15px; } .page-playtime-cheat-code__step-number { margin-bottom: 10px; } .page-playtime-cheat-code__step-title { font-size: 1.2em; } .page-playtime-cheat-code__faq-question { padding: 15px 20px; } .page-playtime-cheat-code__faq-question h3 { font-size: 1.1em; } .page-playtime-cheat-code__faq-answer { padding: 0 20px; } .page-playtime-cheat-code__faq-item.active .page-playtime-cheat-code__faq-answer { padding: 15px 20px !important; } .page-playtime-cheat-code__promo-title { font-size: 1.8em; } .page-playtime-cheat-code__cta-title { font-size: 1.8em; } .page-playtime-cheat-code__steps-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-playtime-cheat-code__step-item { 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; word-break: break-word !important; } .page-playtime-cheat-code__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-playtime-cheat-code__faq-item { 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; word-break: break-word !important; } .page-playtime-cheat-code__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-playtime-cheat-code__feature-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }