.page-playtime-games-rp-rewards { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-playtime-games-rp-rewards__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 10px 20px 60px; background-color: #0d1a26; overflow: hidden; }.page-playtime-games-rp-rewards__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; }.page-playtime-games-rp-rewards__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; max-width: 100%; }.page-playtime-games-rp-rewards__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-playtime-games-rp-rewards__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #ffcc00; }.page-playtime-games-rp-rewards__hero-description { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-playtime-games-rp-rewards__hero-actions { display: flex; gap: 20px; justify-content: center; }.page-playtime-games-rp-rewards__button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; }.page-playtime-games-rp-rewards__button--primary { background-color: #ffcc00; color: #0d1a26; border: 2px solid #ffcc00; }.page-playtime-games-rp-rewards__button--primary:hover { background-color: #e6b800; transform: translateY(-2px); }.page-playtime-games-rp-rewards__button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; }.page-playtime-games-rp-rewards__button--secondary:hover { background-color: rgba(255, 204, 0, 0.1); transform: translateY(-2px); }.page-playtime-games-rp-rewards__section-title { font-size: 2.2em; color: #0d1a26; text-align: center; margin-bottom: 20px; padding-top: 40px; }.page-playtime-games-rp-rewards__section-description { font-size: 1.1em; color: #555; text-align: center; max-width: 800px; margin: 0 auto 40px; padding: 0 15px; }.page-playtime-games-rp-rewards__about-rewards-section { padding: 60px 20px; background-color: #fff; }.page-playtime-games-rp-rewards__benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-playtime-games-rp-rewards__benefit-card { background-color: #f0f0f0; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-playtime-games-rp-rewards__benefit-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }.page-playtime-games-rp-rewards__benefit-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; object-fit: contain; min-height: 200px; }.page-playtime-games-rp-rewards__benefit-title { font-size: 1.5em; color: #0d1a26; margin-bottom: 10px; }.page-playtime-games-rp-rewards__benefit-text { color: #666; }.page-playtime-games-rp-rewards__featured-games-section { padding: 60px 20px; background-color: #f8f8f8; }.page-playtime-games-rp-rewards__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-playtime-games-rp-rewards__game-category-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-playtime-games-rp-rewards__game-category-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }.page-playtime-games-rp-rewards__game-category-image { width: 100%; height: 250px; object-fit: cover; max-width: 100%; min-height: 200px; }.page-playtime-games-rp-rewards__game-category-title { font-size: 1.6em; color: #0d1a26; margin: 20px 15px 10px; }.page-playtime-games-rp-rewards__game-category-text { color: #666; padding: 0 15px 20px; flex-grow: 1; }.page-playtime-games-rp-rewards__button--small { padding: 10px 20px; font-size: 0.9em; margin-bottom: 20px; background-color: #0d1a26; color: #ffcc00; border: 2px solid #0d1a26; }.page-playtime-games-rp-rewards__button--small:hover { background-color: #1a344d; color: #fff; border-color: #1a344d; }.page-playtime-games-rp-rewards__how-to-start-section { padding: 60px 20px; background-color: #0d1a26; color: #fff; }.page-playtime-games-rp-rewards__steps-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 50px; }.page-playtime-games-rp-rewards__step-card { background-color: rgba(255, 255, 255, 0.1); padding: 30px; border-radius: 10px; text-align: center; position: relative; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-playtime-games-rp-rewards__step-number { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); background-color: #ffcc00; color: #0d1a26; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 1.5em; font-weight: bold; }.page-playtime-games-rp-rewards__step-title { font-size: 1.6em; color: #ffcc00; margin-top: 20px; margin-bottom: 10px; }.page-playtime-games-rp-rewards__step-description { color: #ccc; }.page-playtime-games-rp-rewards__cta-section { text-align: center; margin-top: 50px; }.page-playtime-games-rp-rewards__cta-text { font-size: 1.5em; color: #ffcc00; margin-bottom: 30px; }.page-playtime-games-rp-rewards__button--large { padding: 15px 35px; font-size: 1.1em; background-color: #ffcc00; color: #0d1a26; border: 2px solid #ffcc00; }.page-playtime-games-rp-rewards__button--large:hover { background-color: #e6b800; transform: translateY(-2px); }.page-playtime-games-rp-rewards__faq-section { padding: 60px 20px; background-color: #fff; }.page-playtime-games-rp-rewards__faq-container { max-width: 900px; margin: 0 auto; }.page-playtime-games-rp-rewards__faq-item { background-color: #f0f0f0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-playtime-games-rp-rewards__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #0d1a26; color: #ffcc00; cursor: pointer; user-select: none; border-radius: 8px; transition: background-color 0.3s ease; }.page-playtime-games-rp-rewards__faq-question:hover { background-color: #1a344d; }.page-playtime-games-rp-rewards__faq-question-text { font-size: 1.2em; margin: 0; pointer-events: none; }.page-playtime-games-rp-rewards__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; }.page-playtime-games-rp-rewards__faq-item.active .page-playtime-games-rp-rewards__faq-toggle { transform: rotate(45deg); }.page-playtime-games-rp-rewards__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: #f8f8f8; color: #333; }.page-playtime-games-rp-rewards__faq-item.active .page-playtime-games-rp-rewards__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-playtime-games-rp-rewards__faq-answer-text { margin: 0; }@media (max-width: 768px) { .page-playtime-games-rp-rewards__hero-title { font-size: 2em; } .page-playtime-games-rp-rewards__hero-description { font-size: 1em; } .page-playtime-games-rp-rewards__hero-actions { flex-direction: column; gap: 15px; } .page-playtime-games-rp-rewards__button { width: 80%; max-width: 300px; margin: 0 auto; } .page-playtime-games-rp-rewards__section-title { font-size: 1.8em; } .page-playtime-games-rp-rewards__section-description { font-size: 1em; } .page-playtime-games-rp-rewards__benefits-grid, .page-playtime-games-rp-rewards__game-categories, .page-playtime-games-rp-rewards__steps-container { grid-template-columns: 1fr; } .page-playtime-games-rp-rewards__benefit-card, .page-playtime-games-rp-rewards__game-category-card, .page-playtime-games-rp-rewards__step-card { margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; padding: 20px 15px; } .page-playtime-games-rp-rewards__benefit-icon, .page-playtime-games-rp-rewards__game-category-image { max-width: 100%; height: auto; object-fit: contain; } .page-playtime-games-rp-rewards__cta-text { font-size: 1.2em; } .page-playtime-games-rp-rewards__faq-question { padding: 15px 20px; } .page-playtime-games-rp-rewards__faq-question-text { font-size: 1.1em; } .page-playtime-games-rp-rewards__faq-answer { padding: 0 20px; } .page-playtime-games-rp-rewards__faq-item.active .page-playtime-games-rp-rewards__faq-answer { padding: 15px 20px !important; } } .page-playtime-games-rp-rewards img { max-width: 100%; height: auto; display: block; } .page-playtime-games-rp-rewards__hero-image-wrapper, .page-playtime-games-rp-rewards__benefit-card, .page-playtime-games-rp-rewards__game-category-card { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-playtime-games-rp-rewards__benefits-grid > div, .page-playtime-games-rp-rewards__game-categories > div, .page-playtime-games-rp-rewards__steps-container > div { box-sizing: border-box; }@media (max-width: 768px) { .page-playtime-games-rp-rewards__benefits-grid > div, .page-playtime-games-rp-rewards__game-categories > div, .page-playtime-games-rp-rewards__steps-container > div { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }