.page-poppy-playtime-chapter-4-credits { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; } .page-poppy-playtime-chapter-4-credits__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-chapter-4-credits__section { padding: 40px 20px; margin-bottom: 30px; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .page-poppy-playtime-chapter-4-credits__section--dark { background-color: #f8f8f8; } .page-poppy-playtime-chapter-4-credits__hero-section { background-image: url('[GALLERY:hero:1920x1080:poppy playtime,chapter 4,credits,mystery,game,nustargame]'); 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-poppy-playtime-chapter-4-credits__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-poppy-playtime-chapter-4-credits__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-poppy-playtime-chapter-4-credits__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-chapter-4-credits__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; font-weight: normal; } .page-poppy-playtime-chapter-4-credits__btn { display: inline-block; background-color: #e44d26; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1em; } .page-poppy-playtime-chapter-4-credits__btn:hover { background-color: #ff6a3d; transform: translateY(-2px); } .page-poppy-playtime-chapter-4-credits__title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 40px; } .page-poppy-playtime-chapter-4-credits__subtitle { font-size: 1.8em; color: #34495e; text-align: center; margin-bottom: 20px; } .page-poppy-playtime-chapter-4-credits__text-center { text-align: center; } .page-poppy-playtime-chapter-4-credits__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-poppy-playtime-chapter-4-credits__card { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-4-credits__card:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-4-credits__card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapter-4-credits__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-chapter-4-credits__card-title { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; color: #2c3e50; } .page-poppy-playtime-chapter-4-credits__card-text { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-poppy-playtime-chapter-4-credits__card-link { display: inline-block; color: #e44d26; text-decoration: none; font-weight: bold; margin-top: auto; } .page-poppy-playtime-chapter-4-credits__card-link:hover { text-decoration: underline; } .page-poppy-playtime-chapter-4-credits__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapter-4-credits__quick-link-btn { display: block; width: 100%; text-align: center; padding: 15px 20px; background-color: #3498db; color: #fff; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-4-credits__quick-link-btn:hover { background-color: #2980b9; } .page-poppy-playtime-chapter-4-credits__game-icon { width: 80px; height: 80px; margin-bottom: 15px; border-radius: 10px; object-fit: cover; } .page-poppy-playtime-chapter-4-credits__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 0 auto; } .page-poppy-playtime-chapter-4-credits__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); overflow: hidden; } .page-poppy-playtime-chapter-4-credits__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #f7f7f7; border-bottom: 1px solid #eee; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-4-credits__faq-question h3 { margin: 0; font-size: 1.1em; color: #2c3e50; pointer-events: none; } .page-poppy-playtime-chapter-4-credits__faq-question:hover { background-color: #eee; } .page-poppy-playtime-chapter-4-credits__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-4-credits__faq-item.active .page-poppy-playtime-chapter-4-credits__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-4-credits__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; } .page-poppy-playtime-chapter-4-credits__faq-item.active .page-poppy-playtime-chapter-4-credits__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-chapter-4-credits__blog-card { display: flex; align-items: center; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-4-credits__blog-card:hover { transform: translateY(-3px); } .page-poppy-playtime-chapter-4-credits__blog-image { width: 150px; height: 100px; object-fit: cover; border-radius: 8px 0 0 8px; } .page-poppy-playtime-chapter-4-credits__blog-content { padding: 15px; flex-grow: 1; } .page-poppy-playtime-chapter-4-credits__blog-title { font-size: 1.1em; margin-top: 0; margin-bottom: 5px; } .page-poppy-playtime-chapter-4-credits__blog-meta { font-size: 0.85em; color: #777; margin-bottom: 10px; } .page-poppy-playtime-chapter-4-credits__blog-link { color: #e44d26; text-decoration: none; font-weight: bold; } .page-poppy-playtime-chapter-4-credits__blog-link:hover { text-decoration: underline; } .page-poppy-playtime-chapter-4-credits__logo-row { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 40px; } .page-poppy-playtime-chapter-4-credits__logo-item { max-width: 120px; height: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.6; transition: filter 0.3s ease, opacity 0.3s ease; } .page-poppy-playtime-chapter-4-credits__logo-item:hover { filter: grayscale(0%); opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-credits__container { padding: 10px; } .page-poppy-playtime-chapter-4-credits__hero-title { font-size: 2.5em; } .page-poppy-playtime-chapter-4-credits__hero-subtitle { font-size: 1.1em; } .page-poppy-playtime-chapter-4-credits__title { font-size: 2em; } .page-poppy-playtime-chapter-4-credits__subtitle { font-size: 1.5em; } .page-poppy-playtime-chapter-4-credits__grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-4-credits__quick-links-grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-4-credits__card { margin-bottom: 20px; } .page-poppy-playtime-chapter-4-credits__blog-card { flex-direction: column; text-align: center; } .page-poppy-playtime-chapter-4-credits__blog-image { width: 100%; height: 180px; border-radius: 8px 8px 0 0; } .page-poppy-playtime-chapter-4-credits__blog-content { padding: 15px 10px; } .page-poppy-playtime-chapter-4-credits__faq-list { padding: 0; } .page-poppy-playtime-chapter-4-credits__faq-item { margin-bottom: 10px; } .page-poppy-playtime-chapter-4-credits__faq-question { padding: 15px; } .page-poppy-playtime-chapter-4-credits__faq-answer { padding: 0 10px; } .page-poppy-playtime-chapter-4-credits__faq-item.active .page-poppy-playtime-chapter-4-credits__faq-answer { padding: 15px 10px !important; } } @media (max-width: 375px) { .page-poppy-playtime-chapter-4-credits__list-item, .page-poppy-playtime-chapter-4-credits__grid > *, .page-poppy-playtime-chapter-4-credits__quick-links-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 10px !important; padding-right: 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-chapter-4-credits__grid, .page-poppy-playtime-chapter-4-credits__quick-links-grid, .page-poppy-playtime-chapter-4-credits__logo-row { padding-left: 0 !important; padding-right: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; } .page-poppy-playtime-chapter-4-credits__hero-section { padding: 80px 10px; } .page-poppy-playtime-chapter-4-credits__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-4-credits__hero-subtitle { font-size: 1em; } .page-poppy-playtime-chapter-4-credits__section { padding: 30px 10px; } .page-poppy-playtime-chapter-4-credits__title { font-size: 1.8em; } .page-poppy-playtime-chapter-4-credits__subtitle { font-size: 1.3em; } .page-poppy-playtime-chapter-4-credits__card-image { height: 160px; } .page-poppy-playtime-chapter-4-credits__blog-image { height: 120px; } }