.page-poppy-playtime-chapter-1-image__hero-section { background: linear-gradient(135deg, #1a0033 0%, #330066 100%); color: #fff; padding: 10px 0 60px 0; text-align: center; position: relative; overflow: hidden; }.page-poppy-playtime-chapter-1-image__hero-background-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.2; z-index: 0; }.page-poppy-playtime-chapter-1-image__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 0 20px; }.page-poppy-playtime-chapter-1-image__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; }.page-poppy-playtime-chapter-1-image__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; line-height: 1.5; }.page-poppy-playtime-chapter-1-image__hero-cta-button { display: inline-block; background-color: #ffcc00; color: #330066; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-poppy-playtime-chapter-1-image__hero-cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-poppy-playtime-chapter-1-image__image-gallery-section { padding: 60px 20px; background-color: #0d0d1a; color: #fff; text-align: center; }.page-poppy-playtime-chapter-1-image__section-title { font-size: 2.2em; margin-bottom: 40px; color: #ffcc00; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-poppy-playtime-chapter-1-image__gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; }.page-poppy-playtime-chapter-1-image__gallery-item { background-color: #1a0033; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; }.page-poppy-playtime-chapter-1-image__gallery-item:hover { transform: translateY(-8px); }.page-poppy-playtime-chapter-1-image__gallery-image { width: 100%; height: 250px; object-fit: cover; display: block; border-bottom: 3px solid #ffcc00; }.page-poppy-playtime-chapter-1-image__gallery-caption { padding: 20px; font-size: 1.1em; font-weight: bold; color: #ffcc00; }.page-poppy-playtime-chapter-1-image__game-logos-section { padding: 60px 20px; background-color: #0d0d1a; text-align: center; }.page-poppy-playtime-chapter-1-image__game-logos-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; max-width: 1200px; margin: 0 auto; }.page-poppy-playtime-chapter-1-image__game-logo-item { flex: 0 0 auto; width: 120px; height: 120px; display: flex; justify-content: center; align-items: center; background-color: #1a0033; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-poppy-playtime-chapter-1-image__game-logo-item:hover { transform: scale(1.05); }.page-poppy-playtime-chapter-1-image__game-logo { max-width: 80%; max-height: 80%; object-fit: contain; }.page-poppy-playtime-chapter-1-image__cta-section { background: linear-gradient(45deg, #330066 0%, #1a0033 100%); padding: 80px 20px; text-align: center; color: #fff; }.page-poppy-playtime-chapter-1-image__cta-title { font-size: 2.5em; margin-bottom: 25px; color: #ffcc00; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-poppy-playtime-chapter-1-image__cta-description { font-size: 1.3em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.6; }.page-poppy-playtime-chapter-1-image__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-poppy-playtime-chapter-1-image__cta-button { display: inline-block; background-color: #ffcc00; color: #330066; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-poppy-playtime-chapter-1-image__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-poppy-playtime-chapter-1-image__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-poppy-playtime-chapter-1-image__floating-button { background-color: #ffcc00; color: #330066; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-poppy-playtime-chapter-1-image__floating-button:hover { background-color: #e6b800; transform: translateY(-3px); }@media (max-width: 768px) { .page-poppy-playtime-chapter-1-image__hero-title { font-size: 2.2em; }.page-poppy-playtime-chapter-1-image__hero-subtitle { font-size: 1.1em; }.page-poppy-playtime-chapter-1-image__section-title { font-size: 1.8em; }.page-poppy-playtime-chapter-1-image__gallery-grid { grid-template-columns: 1fr; }.page-poppy-playtime-chapter-1-image__gallery-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-poppy-playtime-chapter-1-image__gallery-caption { font-size: 1em; }.page-poppy-playtime-chapter-1-image__game-logos-grid { gap: 15px; }.page-poppy-playtime-chapter-1-image__game-logo-item { width: 100px; height: 100px; }.page-poppy-playtime-chapter-1-image__cta-title { font-size: 2em; }.page-poppy-playtime-chapter-1-image__cta-description { font-size: 1em; }.page-poppy-playtime-chapter-1-image__cta-buttons { flex-direction: column; gap: 15px; }.page-poppy-playtime-chapter-1-image__cta-button { width: 100%; box-sizing: border-box; }.page-poppy-playtime-chapter-1-image__floating-buttons { right: 10px; bottom: 10px; gap: 10px; }.page-poppy-playtime-chapter-1-image__floating-button { padding: 10px 20px; font-size: 0.9em; }}