.page-project-playtime-2-mobile { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-project-playtime-2-mobile__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-project-playtime-2-mobile__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .page-project-playtime-2-mobile__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-project-playtime-2-mobile__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; } .page-project-playtime-2-mobile__section-title--light { color: #ecf0f1; } .page-project-playtime-2-mobile__text-center { text-align: center; } .page-project-playtime-2-mobile__hero-section { background-image: url('[GALLERY:hero:1920x1080:project playtime 2 mobile,gaming,adventure]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; min-height: 500px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding-top: 10px; } .page-project-playtime-2-mobile__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1; } .page-project-playtime-2-mobile__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-project-playtime-2-mobile__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); } .page-project-playtime-2-mobile__hero-description { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); } .page-project-playtime-2-mobile__button { 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, transform 0.3s ease; } .page-project-playtime-2-mobile__button:hover { background-color: #c0392b; transform: translateY(-2px); } .page-project-playtime-2-mobile__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; } .page-project-playtime-2-mobile__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-project-playtime-2-mobile__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-2-mobile__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-project-playtime-2-mobile__intro-item { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; } .page-project-playtime-2-mobile__intro-item h3 { color: #e74c3c; margin-bottom: 15px; font-size: 1.5em; } .page-project-playtime-2-mobile__links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-project-playtime-2-mobile__link-button { display: block; background-color: #3498db; color: #fff; padding: 15px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; } .page-project-playtime-2-mobile__link-button:hover { background-color: #2980b9; transform: translateY(-2px); } .page-project-playtime-2-mobile__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-project-playtime-2-mobile__game-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-project-playtime-2-mobile__game-card:hover { transform: translateY(-5px); } .page-project-playtime-2-mobile__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-project-playtime-2-mobile__game-card-content { padding: 20px; } .page-project-playtime-2-mobile__game-card-content h3 { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; } .page-project-playtime-2-mobile__game-card-content p { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-project-playtime-2-mobile__offer-card { background-color: #f1c40f; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-project-playtime-2-mobile__offer-card:hover { transform: translateY(-5px); } .page-project-playtime-2-mobile__offer-card-image { width: 100%; height: 200px; object-fit: cover; } .page-project-playtime-2-mobile__offer-card-content { padding: 20px; } .page-project-playtime-2-mobile__offer-card-content h3 { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; } .page-project-playtime-2-mobile__offer-card-content p { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-project-playtime-2-mobile__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; } .page-project-playtime-2-mobile__feature-item { flex: 1 1 300px; background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; min-width: 280px; } .page-project-playtime-2-mobile__feature-item h3 { color: #27ae60; margin-bottom: 15px; font-size: 1.5em; } .page-project-playtime-2-mobile__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; } .page-project-playtime-2-mobile__faq-question { background-color: #f5f5f5; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-project-playtime-2-mobile__faq-question:hover { background-color: #e0e0e0; } .page-project-playtime-2-mobile__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-project-playtime-2-mobile__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; pointer-events: none; transition: transform 0.3s ease; } .page-project-playtime-2-mobile__faq-item.active .page-project-playtime-2-mobile__faq-toggle { transform: rotate(45deg); } .page-project-playtime-2-mobile__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-project-playtime-2-mobile__faq-item.active .page-project-playtime-2-mobile__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-project-playtime-2-mobile__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-project-playtime-2-mobile__blog-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .page-project-playtime-2-mobile__blog-card:hover { transform: translateY(-5px); } .page-project-playtime-2-mobile__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-project-playtime-2-mobile__blog-card-content { padding: 20px; } .page-project-playtime-2-mobile__blog-card-content h3 { font-size: 1.2em; margin-bottom: 10px; color: #2c3e50; } .page-project-playtime-2-mobile__blog-card-content p { font-size: 0.85em; color: #555; margin-bottom: 15px; } .page-project-playtime-2-mobile__blog-card-content a { color: #e74c3c; text-decoration: none; font-weight: bold; } .page-project-playtime-2-mobile__blog-card-content a:hover { text-decoration: underline; } @media (max-width: 768px) { .page-project-playtime-2-mobile__hero-title { font-size: 2.5em; } .page-project-playtime-2-mobile__hero-description { font-size: 1em; } .page-project-playtime-2-mobile__section { padding: 20px 15px; } .page-project-playtime-2-mobile__section-title { font-size: 1.8em; } .page-project-playtime-2-mobile__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-project-playtime-2-mobile__payment-logo, .page-project-playtime-2-mobile__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-project-playtime-2-mobile__intro-grid, .page-project-playtime-2-mobile__links-grid, .page-project-playtime-2-mobile__games-grid, .page-project-playtime-2-mobile__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-project-playtime-2-mobile__feature-item { flex: 1 1 100%; max-width: 100%; } .page-project-playtime-2-mobile__faq-question { padding: 12px 15px; } .page-project-playtime-2-mobile__faq-question h3 { font-size: 1em; } .page-project-playtime-2-mobile__faq-answer { padding: 15px !important; } .page-project-playtime-2-mobile__game-card-image, .page-project-playtime-2-mobile__offer-card-image, .page-project-playtime-2-mobile__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-project-playtime-2-mobile__game-card, .page-project-playtime-2-mobile__offer-card, .page-project-playtime-2-mobile__blog-card, .page-project-playtime-2-mobile__intro-item, .page-project-playtime-2-mobile__feature-item, .page-project-playtime-2-mobile__link-button, .page-project-playtime-2-mobile__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-project-playtime-2-mobile__game-card p, .page-project-playtime-2-mobile__offer-card p, .page-project-playtime-2-mobile__blog-card p, .page-project-playtime-2-mobile__intro-item p, .page-project-playtime-2-mobile__feature-item p, .page-project-playtime-2-mobile__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }