.page-poppy-playtime-chapter-4-steam { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-poppy-playtime-chapter-4-steam__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-steam__container { padding: 10px; } } .page-poppy-playtime-chapter-4-steam__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:poppy playtime,chapter 4,steam,game,horror,adventure]') no-repeat center center/cover; padding: 100px 20px; text-align: center; color: #fff; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; padding-top: 10px; } .page-poppy-playtime-chapter-4-steam__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-steam__hero-title { font-size: 2.5em; } } .page-poppy-playtime-chapter-4-steam__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-steam__hero-subtitle { font-size: 1.2em; } } .page-poppy-playtime-chapter-4-steam__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-poppy-playtime-chapter-4-steam__cta-button:hover { background-color: #ff6a00; transform: translateY(-3px); } .page-poppy-playtime-chapter-4-steam__intro-section, .page-poppy-playtime-chapter-4-steam__quick-access-section, .page-poppy-playtime-chapter-4-steam__games-section, .page-poppy-playtime-chapter-4-steam__offers-section, .page-poppy-playtime-chapter-4-steam__security-section, .page-poppy-playtime-chapter-4-steam__blog-section { background-color: #2b2b45; padding: 40px 20px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-4-steam__section-title { font-size: 2.5em; color: #e44d26; text-align: center; margin-bottom: 30px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-steam__section-title { font-size: 2em; } } .page-poppy-playtime-chapter-4-steam__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; } .page-poppy-playtime-chapter-4-steam__text-content strong { color: #ffcc00; } .page-poppy-playtime-chapter-4-steam__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapter-4-steam__grid-item { background-color: #3a3a5e; padding: 20px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapter-4-steam__grid-item:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapter-4-steam__grid-item h3 { color: #ffcc00; margin-top: 15px; font-size: 1.3em; } .page-poppy-playtime-chapter-4-steam__grid-item p { color: #ccc; font-size: 0.95em; } .page-poppy-playtime-chapter-4-steam__grid-item img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; } .page-poppy-playtime-chapter-4-steam__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-poppy-playtime-chapter-4-steam__quick-access-button { flex: 1 1 auto; max-width: 250px; background-color: #007bff; color: #fff; padding: 12px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-4-steam__quick-access-button:hover { background-color: #0056b3; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-steam__quick-access-button { max-width: 100%; } } .page-poppy-playtime-chapter-4-steam__game-category-icon { max-width: 80px; height: auto; margin-bottom: 10px; } .page-poppy-playtime-chapter-4-steam__offer-card { background-color: #3a3a5e; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapter-4-steam__offer-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapter-4-steam__offer-card h3 { color: #ffcc00; margin-bottom: 10px; font-size: 1.4em; } .page-poppy-playtime-chapter-4-steam__offer-card p { color: #ccc; font-size: 1em; margin-bottom: 20px; } .page-poppy-playtime-chapter-4-steam__offer-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; } .page-poppy-playtime-chapter-4-steam__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapter-4-steam__feature-item { flex: 1 1 280px; background-color: #3a3a5e; padding: 20px; border-radius: 8px; text-align: center; } .page-poppy-playtime-chapter-4-steam__feature-item img { max-width: 100px; height: auto; margin-bottom: 15px; } .page-poppy-playtime-chapter-4-steam__feature-item h3 { color: #ffcc00; margin-bottom: 10px; } .page-poppy-playtime-chapter-4-steam__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapter-4-steam__payment-logo { max-width: 120px; height: auto; margin: 5px; } .page-poppy-playtime-chapter-4-steam__faq-section { background-color: #2b2b45; padding: 40px 20px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-4-steam__faq-item { border-bottom: 1px solid #4a4a6e; margin-bottom: 10px; } .page-poppy-playtime-chapter-4-steam__faq-item:last-child { border-bottom: none; } .page-poppy-playtime-chapter-4-steam__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; color: #ffcc00; font-size: 1.2em; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-4-steam__faq-question:hover { background-color: #3a3a5e; } .page-poppy-playtime-chapter-4-steam__faq-question h3 { margin: 0; pointer-events: none; } .page-poppy-playtime-chapter-4-steam__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-4-steam__faq-item.active .page-poppy-playtime-chapter-4-steam__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-4-steam__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.4s ease; color: #ccc; } .page-poppy-playtime-chapter-4-steam__faq-item.active .page-poppy-playtime-chapter-4-steam__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-chapter-4-steam__blog-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapter-4-steam__blog-card { background-color: #3a3a5e; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapter-4-steam__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapter-4-steam__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapter-4-steam__blog-card-content { padding: 20px; } .page-poppy-playtime-chapter-4-steam__blog-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-poppy-playtime-chapter-4-steam__blog-card-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-poppy-playtime-chapter-4-steam__blog-read-more { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-4-steam__blog-read-more:hover { background-color: #ff6a00; } .page-poppy-playtime-chapter-4-steam img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-steam__grid, .page-poppy-playtime-chapter-4-steam__security-features, .page-poppy-playtime-chapter-4-steam__blog-cards { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-4-steam__grid-item, .page-poppy-playtime-chapter-4-steam__feature-item, .page-poppy-playtime-chapter-4-steam__offer-card, .page-poppy-playtime-chapter-4-steam__blog-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; padding: 15px !important; } .page-poppy-playtime-chapter-4-steam__quick-access-buttons { flex-direction: column; } .page-poppy-playtime-chapter-4-steam__quick-access-button { max-width: 100% !important; } .page-poppy-playtime-chapter-4-steam__faq-answer { padding: 10px 15px !important; } .page-poppy-playtime-chapter-4-steam__faq-item.active .page-poppy-playtime-chapter-4-steam__faq-answer { padding: 15px 15px !important; } .page-poppy-playtime-chapter-4-steam__faq-question { font-size: 1.1em; } .page-poppy-playtime-chapter-4-steam__text-content { font-size: 1em; } .page-poppy-playtime-chapter-4-steam__hero-section { padding: 80px 10px; } .page-poppy-playtime-chapter-4-steam__section-title { font-size: 1.8em; } } .page-poppy-playtime-chapter-4-steam ul, .page-poppy-playtime-chapter-4-steam ol { list-style: none; padding: 0; margin: 0; } .page-poppy-playtime-chapter-4-steam ul li, .page-poppy-playtime-chapter-4-steam ol li { box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-steam ul, .page-poppy-playtime-chapter-4-steam ol { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-4-steam ul li, .page-poppy-playtime-chapter-4-steam ol li { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } }