body { margin: 0; font-family: 'Arial', sans-serif; background-color: #f0f2f5; color: #333; } .page-poppy-playtime-1-3__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-1-3__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-poppy-playtime-1-3__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; font-weight: bold; } .page-poppy-playtime-1-3__section--dark .page-poppy-playtime-1-3__section-title { color: #ecf0f1; } .page-poppy-playtime-1-3__section-subtitle { font-size: 1.8em; color: #34495e; text-align: center; margin-bottom: 20px; } .page-poppy-playtime-1-3__text-content { font-size: 1.1em; line-height: 1.6; text-align: justify; max-width: 900px; margin: 0 auto; } .page-poppy-playtime-1-3__button { display: inline-block; padding: 15px 30px; font-size: 1.2em; font-weight: bold; text-align: center; text-decoration: none; border-radius: 50px; transition: background-color 0.3s ease, transform 0.3s ease; cursor: pointer; border: none; } .page-poppy-playtime-1-3__button--primary { background-color: #e74c3c; color: #fff; box-shadow: 0 4px 6px rgba(231, 76, 60, 0.3); } .page-poppy-playtime-1-3__button--primary:hover { background-color: #c0392b; transform: translateY(-2px); } .page-poppy-playtime-1-3__button--secondary { background-color: #3498db; color: #fff; box-shadow: 0 4px 6px rgba(52, 152, 219, 0.3); } .page-poppy-playtime-1-3__button--secondary:hover { background-color: #2980b9; transform: translateY(-2px); } .page-poppy-playtime-1-3__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:poppy_playtime,thriller,game,horror]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; } .page-poppy-playtime-1-3__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-1-3__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; max-width: 800px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-1-3__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-1-3__intro-item { text-align: center; padding: 25px; border-radius: 8px; background-color: #f9f9f9; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-poppy-playtime-1-3__intro-item:hover { transform: translateY(-5px); } .page-poppy-playtime-1-3__intro-item-icon { margin-bottom: 15px; } .page-poppy-playtime-1-3__intro-item-icon img { width: 250px; height: 250px; object-fit: cover; border-radius: 4px; } .page-poppy-playtime-1-3__intro-item-title { font-size: 1.4em; color: #e74c3c; margin-bottom: 10px; } .page-poppy-playtime-1-3__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-1-3__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-1-3__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-align: center; } .page-poppy-playtime-1-3__game-card:hover { transform: translateY(-5px); } .page-poppy-playtime-1-3__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-1-3__game-card-content { padding: 20px; } .page-poppy-playtime-1-3__game-card-title { font-size: 1.3em; color: #e74c3c; margin-bottom: 10px; } .page-poppy-playtime-1-3__game-card-description { font-size: 0.95em; line-height: 1.5; color: #555; margin-bottom: 15px; } .page-poppy-playtime-1-3__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-1-3__promotion-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); text-align: center; padding: 25px; transition: transform 0.3s ease; } .page-poppy-playtime-1-3__promotion-card:hover { transform: translateY(-5px); } .page-poppy-playtime-1-3__promotion-card-title { font-size: 1.4em; color: #3498db; margin-bottom: 10px; } .page-poppy-playtime-1-3__promotion-card-description { font-size: 1em; line-height: 1.5; color: #555; margin-bottom: 20px; } .page-poppy-playtime-1-3__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1000px; margin: 0 auto; text-align: center; } .page-poppy-playtime-1-3__feature-item { flex: 1 1 280px; padding: 20px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); } .page-poppy-playtime-1-3__feature-icon { margin-bottom: 15px; } .page-poppy-playtime-1-3__feature-icon img { width: 200px; height: 200px; object-fit: cover; border-radius: 4px; } .page-poppy-playtime-1-3__feature-title { font-size: 1.3em; color: #e74c3c; margin-bottom: 10px; } .page-poppy-playtime-1-3__faq-container { max-width: 900px; margin: 0 auto; } .page-poppy-playtime-1-3__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-1-3__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f5f5f5; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-1-3__faq-question:hover { background-color: #eee; } .page-poppy-playtime-1-3__faq-question h3 { margin: 0; font-size: 1.15em; color: #333; pointer-events: none; } .page-poppy-playtime-1-3__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-1-3__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; 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-poppy-playtime-1-3__faq-item.active .page-poppy-playtime-1-3__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-1-3__faq-item.active .page-poppy-playtime-1-3__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-1-3__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-1-3__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-poppy-playtime-1-3__blog-card:hover { transform: translateY(-5px); } .page-poppy-playtime-1-3__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-1-3__blog-card-content { padding: 20px; } .page-poppy-playtime-1-3__blog-card-title { font-size: 1.3em; color: #e74c3c; margin-bottom: 10px; } .page-poppy-playtime-1-3__blog-card-date { font-size: 0.9em; color: #777; margin-bottom: 10px; } .page-poppy-playtime-1-3__blog-card-excerpt { font-size: 0.95em; line-height: 1.5; color: #555; margin-bottom: 15px; } .page-poppy-playtime-1-3__blog-card-link { display: inline-block; color: #3498db; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-poppy-playtime-1-3__blog-card-link:hover { color: #2980b9; } @media (max-width: 768px) { .page-poppy-playtime-1-3__hero-title { font-size: 2.5em; } .page-poppy-playtime-1-3__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-1-3__section { padding: 30px 15px; } .page-poppy-playtime-1-3__section-title { font-size: 2em; } .page-poppy-playtime-1-3__section-subtitle { font-size: 1.5em; } .page-poppy-playtime-1-3__button { padding: 12px 25px; font-size: 1.1em; } .page-poppy-playtime-1-3__intro-grid, .page-poppy-playtime-1-3__game-grid, .page-poppy-playtime-1-3__promotion-grid, .page-poppy-playtime-1-3__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-1-3__intro-item, .page-poppy-playtime-1-3__game-card, .page-poppy-playtime-1-3__promotion-card, .page-poppy-playtime-1-3__feature-item, .page-poppy-playtime-1-3__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px; } .page-poppy-playtime-1-3__intro-item-icon img, .page-poppy-playtime-1-3__feature-icon img { width: 180px; height: 180px; } .page-poppy-playtime-1-3__text-content { padding: 0 10px; } .page-poppy-playtime-1-3__security-features { flex-direction: column; } .page-poppy-playtime-1-3__faq-answer { padding: 0 10px; } .page-poppy-playtime-1-3__faq-item.active .page-poppy-playtime-1-3__faq-answer { padding: 15px 10px !important; } .page-poppy-playtime-1-3__faq-question { padding: 12px 15px; } .page-poppy-playtime-1-3__faq-question h3 { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-1-3__faq-toggle { font-size: 1.3em; } .page-poppy-playtime-1-3__game-card-description, .page-poppy-playtime-1-3__promotion-card-description, .page-poppy-playtime-1-3__blog-card-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } /* Global image responsiveness */ img { max-width: 100%; height: auto; display: block; } .page-poppy-playtime-1-3__intro-item-icon, .page-poppy-playtime-1-3__feature-icon { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-poppy-playtime-1-3__game-card-image, .page-poppy-playtime-1-3__blog-card-image { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-poppy-playtime-1-3__intro-item-icon, .page-poppy-playtime-1-3__feature-icon, .page-poppy-playtime-1-3__game-card-image, .page-poppy-playtime-1-3__blog-card-image { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } }