.page-poppy-playtime-chapter-2-puzzle-guide { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-poppy-playtime-chapter-2-puzzle-guide__hero-section { padding: 10px 20px 40px; background-image: url('[GALLERY:hero:1920x1080:poppy playtime,chapter 2,puzzle,guide,game,horror]'); background-size: cover; background-position: center; color: #ffffff; text-align: center; position: relative; overflow: hidden; } .page-poppy-playtime-chapter-2-puzzle-guide__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-poppy-playtime-chapter-2-puzzle-guide__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-poppy-playtime-chapter-2-puzzle-guide__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-chapter-2-puzzle-guide__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-poppy-playtime-chapter-2-puzzle-guide__cta-button { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-2-puzzle-guide__cta-button:hover { background-color: #ff6a00; } .page-poppy-playtime-chapter-2-puzzle-guide__content-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-chapter-2-puzzle-guide__section-title { font-size: 2.2em; color: #e44d26; margin-bottom: 30px; text-align: center; } .page-poppy-playtime-chapter-2-puzzle-guide__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-poppy-playtime-chapter-2-puzzle-guide__puzzle-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-poppy-playtime-chapter-2-puzzle-guide__puzzle-card:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-2-puzzle-guide__card-image { width: 100%; height: 250px; object-fit: cover; } .page-poppy-playtime-chapter-2-puzzle-guide__card-content { padding: 25px; } .page-poppy-playtime-chapter-2-puzzle-guide__card-title { font-size: 1.5em; color: #e44d26; margin-bottom: 10px; } .page-poppy-playtime-chapter-2-puzzle-guide__card-description { font-size: 1em; color: #ccc; } .page-poppy-playtime-chapter-2-puzzle-guide__tips-list { list-style: none; padding: 0; margin-bottom: 40px; } .page-poppy-playtime-chapter-2-puzzle-guide__tips-list-item { background-color: #2a2a2a; margin-bottom: 15px; padding: 20px; border-left: 5px solid #e44d26; border-radius: 5px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-2-puzzle-guide__tips-list-item strong { color: #e44d26; } .page-poppy-playtime-chapter-2-puzzle-guide__faq-section { padding: 40px 20px; max-width: 900px; margin: 0 auto; } .page-poppy-playtime-chapter-2-puzzle-guide__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-2-puzzle-guide__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #333; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-2-puzzle-guide__faq-question:hover { background-color: #444; } .page-poppy-playtime-chapter-2-puzzle-guide__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffffff; pointer-events: none; } .page-poppy-playtime-chapter-2-puzzle-guide__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-2-puzzle-guide__faq-item.active .page-poppy-playtime-chapter-2-puzzle-guide__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-2-puzzle-guide__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; 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-2-puzzle-guide__faq-item.active .page-poppy-playtime-chapter-2-puzzle-guide__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-chapter-2-puzzle-guide__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-poppy-playtime-chapter-2-puzzle-guide__floating-button { background-color: #e44d26; color: #ffffff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; min-width: 100px; } .page-poppy-playtime-chapter-2-puzzle-guide__floating-button:hover { background-color: #ff6a00; transform: translateY(-2px); } @media (max-width: 768px) { .page-poppy-playtime-chapter-2-puzzle-guide__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-2-puzzle-guide__hero-description { font-size: 1em; } .page-poppy-playtime-chapter-2-puzzle-guide__section-title { font-size: 1.8em; } .page-poppy-playtime-chapter-2-puzzle-guide__grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-2-puzzle-guide__puzzle-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-2-puzzle-guide__card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-2-puzzle-guide__tips-list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; padding: 15px !important; } .page-poppy-playtime-chapter-2-puzzle-guide__tips-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-2-puzzle-guide__faq-question h3 { font-size: 1em; } .page-poppy-playtime-chapter-2-puzzle-guide__faq-answer { padding: 15px !important; } .page-poppy-playtime-chapter-2-puzzle-guide__floating-buttons { flex-direction: row; bottom: 10px; right: 10px; left: 10px; justify-content: space-around; } .page-poppy-playtime-chapter-2-puzzle-guide__floating-button { flex-grow: 1; padding: 10px 15px; font-size: 0.9em; min-width: unset; } } @media (max-width: 480px) { .page-poppy-playtime-chapter-2-puzzle-guide__hero-section { padding: 10px 15px 30px; } .page-poppy-playtime-chapter-2-puzzle-guide__hero-title { font-size: 1.8em; } .page-poppy-playtime-chapter-2-puzzle-guide__section-title { font-size: 1.6em; } .page-poppy-playtime-chapter-2-puzzle-guide__content-section, .page-poppy-playtime-chapter-2-puzzle-guide__faq-section { padding: 30px 15px; } .page-poppy-playtime-chapter-2-puzzle-guide__card-title { font-size: 1.3em; } .page-poppy-playtime-chapter-2-puzzle-guide__cta-button { padding: 12px 25px; font-size: 1em; } }