.page-poppy-playtime-chapter-1-make-a-friend-puzzle { font-family: 'Arial', sans-serif; color: #E0E0E0; background-color: #1A1A1A; line-height: 1.6; overflow-x: hidden; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__section-title { color: #FFD700; text-align: center; margin-bottom: 40px; font-size: 2.5em; font-weight: bold; padding: 20px 15px 0; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__section-description { text-align: center; max-width: 800px; margin: 0 auto 50px; padding: 0 15px; font-size: 1.1em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 10px 20px 80px; min-height: 600px; background-color: #000; overflow: hidden; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-title { font-size: 3.5em; color: #FFD700; margin-bottom: 20px; line-height: 1.2; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-title span { color: #FFF; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-description { font-size: 1.2em; margin-bottom: 40px; color: #E0E0E0; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-button, .page-poppy-playtime-chapter-1-make-a-friend-puzzle__button-primary { display: inline-block; background-color: #FFD700; color: #1A1A1A; 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-1-make-a-friend-puzzle__hero-button:hover, .page-poppy-playtime-chapter-1-make-a-friend-puzzle__button-primary:hover { background-color: #FFC107; transform: translateY(-2px); } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__button-secondary { display: inline-block; background-color: transparent; color: #FFD700; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; border: 2px solid #FFD700; transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; cursor: pointer; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__button-secondary:hover { background-color: #FFD700; color: #1A1A1A; transform: translateY(-2px); } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__about-section, .page-poppy-playtime-chapter-1-make-a-friend-puzzle__arenaplay-connection-section, .page-poppy-playtime-chapter-1-make-a-friend-puzzle__game-providers-section, .page-poppy-playtime-chapter-1-make-a-friend-puzzle__cta-section, .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__content-wrapper { display: flex; align-items: center; gap: 40px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__text-content { flex: 1; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__text-content p { margin-bottom: 20px; font-size: 1.05em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__image-container { flex: 1; display: flex; justify-content: center; align-items: center; max-width: 50%; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__content-image { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__arenaplay-connection-section { background-color: #222; border-radius: 8px; margin-top: 40px; margin-bottom: 40px; padding-top: 60px; padding-bottom: 60px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__connection-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; margin-bottom: 40px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__connection-item { background-color: #333; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__connection-item:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__connection-icon { width: 100px; height: 100px; margin-bottom: 20px; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__connection-heading { color: #FFD700; font-size: 1.5em; margin-bottom: 10px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__connection-text { font-size: 1em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__center-button { text-align: center; margin-top: 40px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__providers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; margin-top: 40px; justify-items: center; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__provider-item { text-align: center; background-color: #282828; padding: 15px; border-radius: 8px; width: 100%; box-sizing: border-box; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__provider-logo { width: 80px; height: 80px; object-fit: contain; margin-bottom: 10px; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__provider-name { font-size: 0.9em; color: #E0E0E0; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__cta-section { text-align: center; background-color: #000; padding: 80px 20px; border-radius: 8px; margin-top: 60px; margin-bottom: 60px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__cta-title { color: #FFD700; font-size: 2.8em; margin-bottom: 20px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__cta-description { font-size: 1.2em; max-width: 800px; margin: 0 auto 40px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-list { margin-top: 40px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-item { background-color: #222; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #333; cursor: pointer; user-select: none; border-bottom: 1px solid #444; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-question:hover { background-color: #444; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-heading { font-size: 1.2em; color: #FFD700; margin: 0; pointer-events: none; flex-grow: 1; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-toggle { font-size: 1.5em; color: #FFD700; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; width: 20px; text-align: center; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-item.active .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__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; background-color: #282828; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-item.active .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-answer p { margin: 0; color: #E0E0E0; } @media (max-width: 1024px) { .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-title { font-size: 2.8em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__section-title { font-size: 2em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__cta-title { font-size: 2.2em; } } @media (max-width: 768px) { .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-section { min-height: 500px; padding-bottom: 60px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-title { font-size: 2.2em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-description { font-size: 1.1em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__section-description { font-size: 1em; margin-bottom: 30px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__content-wrapper { flex-direction: column; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__image-container { max-width: 100%; margin-top: 30px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__content-image { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__connection-grid, .page-poppy-playtime-chapter-1-make-a-friend-puzzle__providers-grid { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 15px !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__provider-item, .page-poppy-playtime-chapter-1-make-a-friend-puzzle__connection-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; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__cta-title { font-size: 1.8em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__cta-description { font-size: 1em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__cta-buttons { flex-direction: column; gap: 15px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-button, .page-poppy-playtime-chapter-1-make-a-friend-puzzle__button-primary, .page-poppy-playtime-chapter-1-make-a-friend-puzzle__button-secondary { width: 100%; max-width: 300px; margin: 0 auto; box-sizing: border-box; padding: 12px 20px; font-size: 1em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-heading { font-size: 1.1em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-toggle { font-size: 1.3em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-answer { padding: 0 15px; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-item.active .page-poppy-playtime-chapter-1-make-a-friend-puzzle__faq-answer { padding: 15px 15px !important; } } @media (max-width: 480px) { .page-poppy-playtime-chapter-1-make-a-friend-puzzle__hero-title { font-size: 1.8em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__section-title { font-size: 1.5em; } .page-poppy-playtime-chapter-1-make-a-friend-puzzle__cta-title { font-size: 1.6em; } }