.page-poppy-playtime-chapter-4-password { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; } .page-poppy-playtime-chapter-4-password__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-chapter-4-password__hero-section { background-color: #0d1a26; color: #fff; text-align: center; padding: 10px 20px 80px 20px; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; } .page-poppy-playtime-chapter-4-password__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:hero:1920x1080:poppy_playtime,chapter4,game,background]') center center / cover no-repeat; opacity: 0.3; z-index: 1; } .page-poppy-playtime-chapter-4-password__hero-content { position: relative; z-index: 2; } .page-poppy-playtime-chapter-4-password__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-chapter-4-password__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-poppy-playtime-chapter-4-password__cta-button { display: inline-block; background-color: #ffcc00; color: #0d1a26; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-chapter-4-password__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-poppy-playtime-chapter-4-password__section { padding: 60px 0; background-color: #f9f9f9; } .page-poppy-playtime-chapter-4-password__section--dark { background-color: #e0e0e0; } .page-poppy-playtime-chapter-4-password__section-title { font-size: 2.2em; color: #0d1a26; text-align: center; margin-bottom: 40px; } .page-poppy-playtime-chapter-4-password__content-block { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; flex-wrap: wrap; } .page-poppy-playtime-chapter-4-password__content-block:nth-child(even) { flex-direction: row-reverse; } .page-poppy-playtime-chapter-4-password__text-content { flex: 1; padding-right: 30px; min-width: 300px; } .page-poppy-playtime-chapter-4-password__text-content:nth-child(even) { padding-right: 0; padding-left: 30px; } .page-poppy-playtime-chapter-4-password__image-wrapper { flex: 1; min-width: 300px; text-align: center; } .page-poppy-playtime-chapter-4-password__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-chapter-4-password__list { list-style: none; padding-left: 0; margin-top: 20px; } .page-poppy-playtime-chapter-4-password__list-item { background-color: #fff; margin-bottom: 15px; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); display: flex; align-items: flex-start; } .page-poppy-playtime-chapter-4-password__list-item-icon { color: #ffcc00; font-size: 1.5em; margin-right: 15px; line-height: 1; } .page-poppy-playtime-chapter-4-password__list-item-text { flex: 1; } .page-poppy-playtime-chapter-4-password__game-logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 30px; justify-items: center; margin-top: 40px; } .page-poppy-playtime-chapter-4-password__game-logo { width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-poppy-playtime-chapter-4-password__game-logo:hover { transform: scale(1.05); } .page-poppy-playtime-chapter-4-password__faq-section { background-color: #f0f0f0; padding: 60px 0; } .page-poppy-playtime-chapter-4-password__faq-title { font-size: 2.2em; color: #0d1a26; text-align: center; margin-bottom: 40px; } .page-poppy-playtime-chapter-4-password__faq-list { max-width: 800px; margin: 0 auto; } .page-poppy-playtime-chapter-4-password__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-poppy-playtime-chapter-4-password__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #fff; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-4-password__faq-question:hover { background-color: #f5f5f5; } .page-poppy-playtime-chapter-4-password__faq-question h3 { margin: 0; font-size: 1.15em; color: #0d1a26; pointer-events: none; } .page-poppy-playtime-chapter-4-password__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-4-password__faq-item.active .page-poppy-playtime-chapter-4-password__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-4-password__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-password__faq-item.active .page-poppy-playtime-chapter-4-password__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 992px) { .page-poppy-playtime-chapter-4-password__hero-title { font-size: 2.2em; } .page-poppy-playtime-chapter-4-password__hero-subtitle { font-size: 1.1em; } .page-poppy-playtime-chapter-4-password__section-title, .page-poppy-playtime-chapter-4-password__faq-title { font-size: 1.8em; } .page-poppy-playtime-chapter-4-password__content-block { flex-direction: column; } .page-poppy-playtime-chapter-4-password__content-block:nth-child(even) { flex-direction: column; } .page-poppy-playtime-chapter-4-password__text-content { padding-right: 0; padding-bottom: 20px; } .page-poppy-playtime-chapter-4-password__text-content:nth-child(even) { padding-left: 0; padding-top: 20px; } .page-poppy-playtime-chapter-4-password__image-wrapper { margin-top: 20px; } } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-password__container { padding: 15px; } .page-poppy-playtime-chapter-4-password__hero-section { padding: 10px 15px 60px 15px; } .page-poppy-playtime-chapter-4-password__hero-title { font-size: 1.8em; } .page-poppy-playtime-chapter-4-password__hero-subtitle { font-size: 1em; } .page-poppy-playtime-chapter-4-password__cta-button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-chapter-4-password__section { padding: 40px 0; } .page-poppy-playtime-chapter-4-password__section-title, .page-poppy-playtime-chapter-4-password__faq-title { font-size: 1.6em; margin-bottom: 30px; } .page-poppy-playtime-chapter-4-password__list-item { padding: 15px; } .page-poppy-playtime-chapter-4-password__list-item-icon { font-size: 1.2em; margin-right: 10px; } .page-poppy-playtime-chapter-4-password__game-logo-grid { gap: 20px; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } .page-poppy-playtime-chapter-4-password__game-logo { max-width: 150px; } .page-poppy-playtime-chapter-4-password__faq-question { padding: 18px 20px; } .page-poppy-playtime-chapter-4-password__faq-question h3 { font-size: 1em; } .page-poppy-playtime-chapter-4-password__faq-answer { padding: 0 20px; } .page-poppy-playtime-chapter-4-password__faq-item.active .page-poppy-playtime-chapter-4-password__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-chapter-4-password__list-item, .page-poppy-playtime-chapter-4-password__faq-item, .page-poppy-playtime-chapter-4-password__content-block { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-4-password__list { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-4-password__list-item p, .page-poppy-playtime-chapter-4-password__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-chapter-4-password__image-wrapper, .page-poppy-playtime-chapter-4-password__image { max-width: 100% !important; width: 100% !important; height: auto !important; box-sizing: border-box !important; } }