.page-playtime-earn-money { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; overflow-x: hidden; padding-top: 10px; } .page-playtime-earn-money__section-title, .page-playtime-earn-money__hero-title { color: #e94560; text-align: center; margin-bottom: 25px; font-weight: bold; } .page-playtime-earn-money__hero-title { font-size: 2.8em; margin-bottom: 20px; } .page-playtime-earn-money__section-title { font-size: 2.2em; } .page-playtime-earn-money__section-subtitle { text-align: center; max-width: 800px; margin: -10px auto 40px auto; font-size: 1.1em; color: #cccccc; } .page-playtime-earn-money__hero-section { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px 20px; background-color: #0f3460; text-align: center; position: relative; overflow: hidden; } .page-playtime-earn-money__hero-content { position: relative; z-index: 2; max-width: 900px; } .page-playtime-earn-money__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; } .page-playtime-earn-money__hero-actions { display: flex; gap: 20px; justify-content: center; } .page-playtime-earn-money__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; white-space: nowrap; } .page-playtime-earn-money__button--primary { background-color: #e94560; color: #fff; border: 2px solid #e94560; } .page-playtime-earn-money__button--primary:hover { background-color: #d13a52; transform: translateY(-2px); } .page-playtime-earn-money__button--secondary { background-color: transparent; color: #e94560; border: 2px solid #e94560; } .page-playtime-earn-money__button--secondary:hover { background-color: #e94560; color: #fff; transform: translateY(-2px); } .page-playtime-earn-money__button--small { padding: 10px 20px; font-size: 0.9em; } .page-playtime-earn-money__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; } .page-playtime-earn-money__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; filter: brightness(0.6); transition: opacity 0.3s ease; } .page-playtime-earn-money__features-section { padding: 80px 20px; background-color: #1a1a2e; } .page-playtime-earn-money__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-playtime-earn-money__feature-item { background-color: #0f3460; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-earn-money__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-playtime-earn-money__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; } .page-playtime-earn-money__feature-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-playtime-earn-money__feature-description { color: #cccccc; } .page-playtime-earn-money__games-showcase { padding: 80px 20px; background-color: #0f3460; } .page-playtime-earn-money__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 40px auto; } .page-playtime-earn-money__game-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-earn-money__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-playtime-earn-money__game-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 2px solid #e94560; } .page-playtime-earn-money__game-title { font-size: 1.4em; color: #e94560; padding: 15px 20px 5px; } .page-playtime-earn-money__game-description { color: #cccccc; padding: 0 20px 20px; font-size: 0.95em; } .page-playtime-earn-money__cta-button-wrapper { text-align: center; margin-top: 40px; } .page-playtime-earn-money__promotions-section { padding: 80px 20px; background-color: #1a1a2e; } .page-playtime-earn-money__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-playtime-earn-money__promo-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-earn-money__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-playtime-earn-money__promo-image { width: 100%; height: 250px; object-fit: cover; margin-bottom: 20px; border-bottom: 2px solid #e94560; } .page-playtime-earn-money__promo-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; padding: 0 20px; } .page-playtime-earn-money__promo-description { color: #cccccc; margin-bottom: 20px; padding: 0 20px; } .page-playtime-earn-money__payment-section { padding: 80px 20px; background-color: #0f3460; } .page-playtime-earn-money__payment-methods-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; justify-items: center; } .page-playtime-earn-money__payment-method-item { text-align: center; color: #e0e0e0; font-size: 0.9em; box-sizing: border-box; padding: 10px; } .page-playtime-earn-money__payment-logo { width: 80px; height: auto; max-height: 80px; object-fit: contain; margin-bottom: 10px; } .page-playtime-earn-money__faq-section { padding: 80px 20px; background-color: #1a1a2e; } .page-playtime-earn-money__faq-list { max-width: 900px; margin: 0 auto; } .page-playtime-earn-money__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-playtime-earn-money__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #e94560; color: #fff; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; } .page-playtime-earn-money__faq-question:hover { background-color: #d13a52; } .page-playtime-earn-money__faq-question-text { margin: 0; pointer-events: none; flex-grow: 1; } .page-playtime-earn-money__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; } .page-playtime-earn-money__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: #cccccc; background-color: #0f3460; } .page-playtime-earn-money__faq-item.active .page-playtime-earn-money__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-playtime-earn-money__cta-final-section { padding: 80px 20px; background-color: #0f3460; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 40px; } .page-playtime-earn-money__cta-final-content { max-width: 800px; } .page-playtime-earn-money__cta-final-title { font-size: 2.5em; color: #e94560; margin-bottom: 20px; } .page-playtime-earn-money__cta-final-description { font-size: 1.2em; color: #e0e0e0; margin-bottom: 30px; } .page-playtime-earn-money__cta-final-actions { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-playtime-earn-money__cta-final-image { width: 100%; max-width: 600px; height: auto; border-radius: 10px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } /* Floating Buttons */ .page-playtime-earn-money__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-playtime-earn-money__floating-button { display: block; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; white-space: nowrap; } .page-playtime-earn-money__floating-button--register { background-color: #e94560; color: #fff; } .page-playtime-earn-money__floating-button--register:hover { background-color: #d13a52; transform: translateY(-2px); } .page-playtime-earn-money__floating-button--login { background-color: #1d2d50; color: #e94560; border: 1px solid #e94560; } .page-playtime-earn-money__floating-button--login:hover { background-color: #0f3460; color: #fff; transform: translateY(-2px); } /* Responsive Styles */ @media (max-width: 1024px) { .page-playtime-earn-money__hero-title { font-size: 2.2em; } .page-playtime-earn-money__section-title { font-size: 1.8em; } .page-playtime-earn-money__cta-final-title { font-size: 2em; } } @media (max-width: 768px) { .page-playtime-earn-money__hero-section, .page-playtime-earn-money__features-section, .page-playtime-earn-money__games-showcase, .page-playtime-earn-money__promotions-section, .page-playtime-earn-money__payment-section, .page-playtime-earn-money__faq-section, .page-playtime-earn-money__cta-final-section { padding: 40px 15px; } .page-playtime-earn-money__hero-title { font-size: 1.8em; } .page-playtime-earn-money__hero-description { font-size: 1em; } .page-playtime-earn-money__hero-actions { flex-direction: column; gap: 15px; } .page-playtime-earn-money__button { width: 100%; max-width: 300px; margin: 0 auto; } .page-playtime-earn-money__section-title { font-size: 1.6em; } .page-playtime-earn-money__section-subtitle { font-size: 0.95em; margin-bottom: 30px; } /* List items responsive */ .page-playtime-earn-money__features-grid, .page-playtime-earn-money__game-categories, .page-playtime-earn-money__promo-grid, .page-playtime-earn-money__payment-methods-grid { grid-template-columns: 1fr; gap: 20px; } .page-playtime-earn-money__feature-item, .page-playtime-earn-money__game-card, .page-playtime-earn-money__promo-card, .page-playtime-earn-money__payment-method-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px !important; } .page-playtime-earn-money__payment-method-item p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-playtime-earn-money__game-image, .page-playtime-earn-money__promo-image { height: 180px; } .page-playtime-earn-money__feature-icon { max-width: 200px; margin-left: auto; margin-right: auto; } .page-playtime-earn-money__cta-final-title { font-size: 1.8em; } .page-playtime-earn-money__cta-final-description { font-size: 1em; } .page-playtime-earn-money__cta-final-actions { flex-direction: column; } .page-playtime-earn-money__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-playtime-earn-money__floating-button { padding: 10px 20px; font-size: 0.9em; } /* FAQ specific mobile styles */ .page-playtime-earn-money__faq-question { padding: 15px 20px; font-size: 1em; } .page-playtime-earn-money__faq-answer { padding: 0 20px; } .page-playtime-earn-money__faq-item.active .page-playtime-earn-money__faq-answer { padding: 15px 20px !important; } .page-playtime-earn-money__faq-question-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-playtime-earn-money__hero-title { font-size: 1.6em; } .page-playtime-earn-money__section-title { font-size: 1.4em; } .page-playtime-earn-money__cta-final-title { font-size: 1.6em; } .page-playtime-earn-money__button { font-size: 1em; padding: 12px 25px; } .page-playtime-earn-money__floating-buttons { bottom: 10px; right: 10px; } .page-playtime-earn-money__floating-button { padding: 8px 15px; font-size: 0.85em; } }