.page-playtime-rewards-make-money { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-playtime-rewards-make-money__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-playtime-rewards-make-money__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-playtime-rewards-make-money__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-playtime-rewards-make-money__hero-section { background-image: url('[GALLERY:hero:1920x1080:gaming,rewards,money,playtime,ph365]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; overflow: hidden; padding-top: 10px; }.page-playtime-rewards-make-money__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)); z-index: 1; }.page-playtime-rewards-make-money__hero-content { position: relative; z-index: 2; max-width: 800px; }.page-playtime-rewards-make-money__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-playtime-rewards-make-money__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-playtime-rewards-make-money__btn { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-playtime-rewards-make-money__btn:hover { background-color: #c0392b; }.page-playtime-rewards-make-money__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: 20px 0; background-color: #f0f0f0; }.page-playtime-rewards-make-money__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; background-color: #fff; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }.page-playtime-rewards-make-money__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-playtime-rewards-make-money__title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; }.page-playtime-rewards-make-money__subtitle { font-size: 1.2em; color: #7f8c8d; text-align: center; margin-bottom: 40px; }.page-playtime-rewards-make-money__text-content { font-size: 1.1em; margin-bottom: 20px; }.page-playtime-rewards-make-money__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-playtime-rewards-make-money__feature-item { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-playtime-rewards-make-money__feature-icon { margin-bottom: 15px; width: 80px; height: 80px; object-fit: contain; display: block; margin-left: auto; margin-right: auto; }.page-playtime-rewards-make-money__feature-title { font-size: 1.5em; color: #e74c3c; margin-bottom: 10px; }.page-playtime-rewards-make-money__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; }.page-playtime-rewards-make-money__game-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-playtime-rewards-make-money__game-card:hover { transform: translateY(-5px); }.page-playtime-rewards-make-money__game-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-rewards-make-money__game-title { font-size: 1.3em; margin: 15px 0 10px; color: #2c3e50; }.page-playtime-rewards-make-money__game-description { font-size: 0.95em; padding: 0 15px 15px; color: #555; }.page-playtime-rewards-make-money__promo-list { list-style: none; padding: 0; }.page-playtime-rewards-make-money__promo-item { background-color: #f9f9f9; border-left: 5px solid #e74c3c; margin-bottom: 15px; padding: 20px; border-radius: 5px; display: flex; align-items: center; }.page-playtime-rewards-make-money__promo-icon { margin-right: 15px; width: 60px; height: 60px; object-fit: contain; }.page-playtime-rewards-make-money__promo-content h3 { color: #e74c3c; margin-top: 0; margin-bottom: 5px; }.page-playtime-rewards-make-money__promo-content p { margin-bottom: 0; }.page-playtime-rewards-make-money__cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-playtime-rewards-make-money__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 0 auto; }.page-playtime-rewards-make-money__faq-item { background-color: #ecf0f1; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); }.page-playtime-rewards-make-money__faq-question { padding: 15px 20px; background-color: #34495e; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; transition: background-color 0.3s ease; }.page-playtime-rewards-make-money__faq-question:hover { background-color: #2c3e50; }.page-playtime-rewards-make-money__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; }.page-playtime-rewards-make-money__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-playtime-rewards-make-money__faq-item.active .page-playtime-rewards-make-money__faq-toggle { transform: rotate(45deg); }.page-playtime-rewards-make-money__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.3s ease; }.page-playtime-rewards-make-money__faq-item.active .page-playtime-rewards-make-money__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-playtime-rewards-make-money__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-playtime-rewards-make-money__blog-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; text-decoration: none; color: #333; display: flex; flex-direction: column; }.page-playtime-rewards-make-money__blog-card:hover { transform: translateY(-5px); }.page-playtime-rewards-make-money__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-playtime-rewards-make-money__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-playtime-rewards-make-money__blog-title { font-size: 1.4em; color: #e74c3c; margin-bottom: 10px; }.page-playtime-rewards-make-money__blog-excerpt { font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; }.page-playtime-rewards-make-money__blog-read-more { color: #3498db; font-weight: bold; text-decoration: none; margin-top: auto; display: block; text-align: right; }.page-playtime-rewards-make-money__image { max-width: 100%; height: auto; display: block; margin: 0 auto 20px; border-radius: 8px; }.page-playtime-rewards-make-money__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-playtime-rewards-make-money__list-item { box-sizing: border-box; }.page-playtime-rewards-make-money__list-container { width: 100%; max-width: 100%; box-sizing: border-box; }.page-playtime-rewards-make-money__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-playtime-rewards-make-money__floating-btn { background-color: #2ecc71; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; }.page-playtime-rewards-make-money__floating-btn:hover { background-color: #27ae60; }.page-playtime-rewards-make-money__floating-btn--login { background-color: #3498db; }.page-playtime-rewards-make-money__floating-btn--login:hover { background-color: #2980b9; }@media (max-width: 768px) { .page-playtime-rewards-make-money__hero-title { font-size: 2.5em; }.page-playtime-rewards-make-money__hero-subtitle { font-size: 1.2em; }.page-playtime-rewards-make-money__title { font-size: 2em; }.page-playtime-rewards-make-money__subtitle { font-size: 1em; }.page-playtime-rewards-make-money__section { padding: 30px 15px; }.page-playtime-rewards-make-money__features-grid, .page-playtime-rewards-make-money__game-grid, .page-playtime-rewards-make-money__blog-grid { grid-template-columns: 1fr; }.page-playtime-rewards-make-money__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-playtime-rewards-make-money__payment-logo, .page-playtime-rewards-make-money__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-playtime-rewards-make-money__image-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }.page-playtime-rewards-make-money__image { max-width: 100% !important; height: auto !important; }.page-playtime-rewards-make-money__list-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-rewards-make-money__list-container { 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-rewards-make-money__promo-item { flex-direction: column; text-align: center; }.page-playtime-rewards-make-money__promo-icon { margin-right: 0; margin-bottom: 10px; } }