.page-when-poppy-playtime-chapter-4-release { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f4f4; } .page-when-poppy-playtime-chapter-4-release__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-when-poppy-playtime-chapter-4-release__hero-section { background: url('[GALLERY:hero:1920x1080:poppy playtime,chapter 4,release,game,horror,anticipation]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px 80px; position: relative; overflow: hidden; border-radius: 8px; margin-bottom: 20px; padding-top: calc(100px + var(--header-offset, 0px)); } @media (max-width: 768px) { .page-when-poppy-playtime-chapter-4-release__hero-section { padding-top: calc(80px + var(--header-offset, 0px)); padding-bottom: 60px; } } .page-when-poppy-playtime-chapter-4-release__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-when-poppy-playtime-chapter-4-release__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-when-poppy-playtime-chapter-4-release__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-when-poppy-playtime-chapter-4-release__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-when-poppy-playtime-chapter-4-release__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.1em; transition: background-color 0.3s ease; } .page-when-poppy-playtime-chapter-4-release__cta-button:hover { background-color: #f66a42; } .page-when-poppy-playtime-chapter-4-release__section-title { text-align: center; font-size: 2.5em; color: #2c3e50; margin-bottom: 40px; padding-top: 20px; } .page-when-poppy-playtime-chapter-4-release__text-content { padding: 20px 0; } .page-when-poppy-playtime-chapter-4-release__text-content p { margin-bottom: 15px; font-size: 1.1em; } .page-when-poppy-playtime-chapter-4-release__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; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-when-poppy-playtime-chapter-4-release__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-when-poppy-playtime-chapter-4-release__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } @media (max-width: 768px) { .page-when-poppy-playtime-chapter-4-release__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 15px 0; } .page-when-poppy-playtime-chapter-4-release__payment-logo, .page-when-poppy-playtime-chapter-4-release__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } .page-when-poppy-playtime-chapter-4-release__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 20px; } .page-when-poppy-playtime-chapter-4-release__info-card { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; } .page-when-poppy-playtime-chapter-4-release__info-card h3 { color: #e44d26; margin-bottom: 15px; font-size: 1.5em; } .page-when-poppy-playtime-chapter-4-release__info-card p { font-size: 1em; color: #555; } .page-when-poppy-playtime-chapter-4-release__quick-access { background-color: #2c3e50; color: #fff; padding: 40px 20px; text-align: center; margin-bottom: 20px; border-radius: 8px; } .page-when-poppy-playtime-chapter-4-release__quick-access-title { font-size: 2em; margin-bottom: 25px; } .page-when-poppy-playtime-chapter-4-release__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-when-poppy-playtime-chapter-4-release__quick-access-links a { background-color: #e44d26; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-when-poppy-playtime-chapter-4-release__quick-access-links a:hover { background-color: #f66a42; } .page-when-poppy-playtime-chapter-4-release__game-types { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 20px; } .page-when-poppy-playtime-chapter-4-release__game-card { background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; flex: 1 1 calc(33% - 40px); min-width: 280px; box-sizing: border-box; } .page-when-poppy-playtime-chapter-4-release__game-card img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; } .page-when-poppy-playtime-chapter-4-release__game-card h3 { color: #2c3e50; margin-bottom: 10px; font-size: 1.4em; } .page-when-poppy-playtime-chapter-4-release__game-card p { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-when-poppy-playtime-chapter-4-release__game-card a { display: inline-block; background-color: #3498db; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-when-poppy-playtime-chapter-4-release__game-card a:hover { background-color: #5dade2; } .page-when-poppy-playtime-chapter-4-release__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 20px; } .page-when-poppy-playtime-chapter-4-release__promo-card { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: left; } .page-when-poppy-playtime-chapter-4-release__promo-card h3 { color: #e44d26; margin-bottom: 15px; font-size: 1.5em; } .page-when-poppy-playtime-chapter-4-release__promo-card p { font-size: 1em; color: #555; margin-bottom: 20px; } .page-when-poppy-playtime-chapter-4-release__promo-card a { 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-when-poppy-playtime-chapter-4-release__promo-card a:hover { background-color: #f66a42; } .page-when-poppy-playtime-chapter-4-release__security-section { background-color: #34495e; color: #fff; padding: 40px 20px; text-align: center; margin-bottom: 20px; border-radius: 8px; } .page-when-poppy-playtime-chapter-4-release__security-title { font-size: 2em; margin-bottom: 25px; } .page-when-poppy-playtime-chapter-4-release__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-when-poppy-playtime-chapter-4-release__security-item { flex: 1 1 280px; max-width: 350px; text-align: center; } .page-when-poppy-playtime-chapter-4-release__security-item img { width: 200px; height: 200px; margin-bottom: 15px; border-radius: 5px; } .page-when-poppy-playtime-chapter-4-release__security-item h3 { color: #e44d26; margin-bottom: 10px; font-size: 1.3em; } .page-when-poppy-playtime-chapter-4-release__security-item p { font-size: 0.95em; color: #ccc; } .page-when-poppy-playtime-chapter-4-release__faq-section { margin-bottom: 20px; } .page-when-poppy-playtime-chapter-4-release__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); overflow: hidden; } .page-when-poppy-playtime-chapter-4-release__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #f9f9f9; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-when-poppy-playtime-chapter-4-release__faq-question:hover { background-color: #f0f0f0; } .page-when-poppy-playtime-chapter-4-release__faq-question h3 { margin: 0; font-size: 1.2em; color: #2c3e50; pointer-events: none; } .page-when-poppy-playtime-chapter-4-release__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-when-poppy-playtime-chapter-4-release__faq-item.active .page-when-poppy-playtime-chapter-4-release__faq-toggle { transform: rotate(45deg); } .page-when-poppy-playtime-chapter-4-release__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-when-poppy-playtime-chapter-4-release__faq-item.active .page-when-poppy-playtime-chapter-4-release__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-when-poppy-playtime-chapter-4-release__blog-section { margin-bottom: 20px; } .page-when-poppy-playtime-chapter-4-release__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .page-when-poppy-playtime-chapter-4-release__blog-card { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); overflow: hidden; } .page-when-poppy-playtime-chapter-4-release__blog-card img { max-width: 100%; height: auto; display: block; } .page-when-poppy-playtime-chapter-4-release__blog-content { padding: 20px; } .page-when-poppy-playtime-chapter-4-release__blog-content h3 { margin-top: 0; font-size: 1.3em; margin-bottom: 10px; } .page-when-poppy-playtime-chapter-4-release__blog-content h3 a { color: #2c3e50; text-decoration: none; transition: color 0.3s ease; } .page-when-poppy-playtime-chapter-4-release__blog-content h3 a:hover { color: #e44d26; } .page-when-poppy-playtime-chapter-4-release__blog-content p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-when-poppy-playtime-chapter-4-release__blog-content .page-when-poppy-playtime-chapter-4-release__read-more { display: inline-block; color: #e44d26; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-when-poppy-playtime-chapter-4-release__blog-content .page-when-poppy-playtime-chapter-4-release__read-more:hover { color: #f66a42; } @media (max-width: 768px) { .page-when-poppy-playtime-chapter-4-release__hero-title { font-size: 2.5em; } .page-when-poppy-playtime-chapter-4-release__hero-subtitle { font-size: 1.2em; } .page-when-poppy-playtime-chapter-4-release__section-title { font-size: 2em; } .page-when-poppy-playtime-chapter-4-release__info-grid, .page-when-poppy-playtime-chapter-4-release__promotions-grid, .page-when-poppy-playtime-chapter-4-release__blog-grid { grid-template-columns: 1fr; } .page-when-poppy-playtime-chapter-4-release__game-card { flex: 1 1 100%; min-width: unset; } .page-when-poppy-playtime-chapter-4-release__security-item { flex: 1 1 100%; max-width: 100%; } .page-when-poppy-playtime-chapter-4-release__quick-access-links { flex-direction: column; } .page-when-poppy-playtime-chapter-4-release__quick-access-links a { width: 100%; max-width: 300px; margin: 0 auto; } .page-when-poppy-playtime-chapter-4-release__faq-question { padding: 12px 15px; } .page-when-poppy-playtime-chapter-4-release__faq-question h3 { font-size: 1.1em; } .page-when-poppy-playtime-chapter-4-release__faq-answer { padding: 0 15px; } .page-when-poppy-playtime-chapter-4-release__faq-item.active .page-when-poppy-playtime-chapter-4-release__faq-answer { padding: 15px 15px !important; } .page-when-poppy-playtime-chapter-4-release__text-content p, .page-when-poppy-playtime-chapter-4-release__info-card p, .page-when-poppy-playtime-chapter-4-release__promo-card p, .page-when-poppy-playtime-chapter-4-release__security-item p, .page-when-poppy-playtime-chapter-4-release__blog-content p { font-size: 0.9em; } .page-when-poppy-playtime-chapter-4-release__security-item img { width: 250px; height: 250px; } } /* List item responsive requirements */ .page-when-poppy-playtime-chapter-4-release__info-grid > div, .page-when-poppy-playtime-chapter-4-release__game-types > div, .page-when-poppy-playtime-chapter-4-release__promotions-grid > div, .page-when-poppy-playtime-chapter-4-release__security-features > div, .page-when-poppy-playtime-chapter-4-release__blog-grid > div { box-sizing: border-box; } @media (max-width: 768px) { .page-when-poppy-playtime-chapter-4-release__info-grid > div, .page-when-poppy-playtime-chapter-4-release__game-types > div, .page-when-poppy-playtime-chapter-4-release__promotions-grid > div, .page-when-poppy-playtime-chapter-4-release__security-features > div, .page-when-poppy-playtime-chapter-4-release__blog-grid > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-when-poppy-playtime-chapter-4-release__info-grid, .page-when-poppy-playtime-chapter-4-release__game-types, .page-when-poppy-playtime-chapter-4-release__promotions-grid, .page-when-poppy-playtime-chapter-4-release__security-features, .page-when-poppy-playtime-chapter-4-release__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-when-poppy-playtime-chapter-4-release__hero-section { padding-left: 15px; padding-right: 15px; } .page-when-poppy-playtime-chapter-4-release__text-content { padding-left: 15px; padding-right: 15px; } .page-when-poppy-playtime-chapter-4-release__quick-access { padding-left: 15px; padding-right: 15px; } .page-when-poppy-playtime-chapter-4-release__security-section { padding-left: 15px; padding-right: 15px; } .page-when-poppy-playtime-chapter-4-release__faq-section { padding-left: 15px; padding-right: 15px; } .page-when-poppy-playtime-chapter-4-release__blog-section { padding-left: 15px; padding-right: 15px; } }