.page-poppy-playtime-chapter-3-free-gameplay { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; padding-top: var(--header-offset, 122px); } .page-poppy-playtime-chapter-3-free-gameplay__hero-section { background-color: #2a0000; color: #fff; padding: 60px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; padding-top: calc(60px + 10px); } @media (min-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__hero-section { flex-direction: row; text-align: left; padding: 80px 40px; padding-top: calc(80px + 10px); } } .page-poppy-playtime-chapter-3-free-gameplay__hero-content { max-width: 800px; z-index: 1; } @media (min-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__hero-content { margin-right: 40px; } } .page-poppy-playtime-chapter-3-free-gameplay__main-heading { font-size: 2.8em; margin-bottom: 20px; color: #ffcc00; line-height: 1.2; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__main-heading { font-size: 2em; } } .page-poppy-playtime-chapter-3-free-gameplay__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #eee; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__hero-description { font-size: 1em; } } .page-poppy-playtime-chapter-3-free-gameplay__hero-actions { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; } .page-poppy-playtime-chapter-3-free-gameplay__button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; font-size: 1em; } .page-poppy-playtime-chapter-3-free-gameplay__button--primary { background-color: #ffcc00; color: #2a0000; border: 2px solid #ffcc00; } .page-poppy-playtime-chapter-3-free-gameplay__button--primary:hover { background-color: #e6b800; transform: translateY(-2px); } .page-poppy-playtime-chapter-3-free-gameplay__button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; } .page-poppy-playtime-chapter-3-free-gameplay__button--secondary:hover { background-color: rgba(255, 204, 0, 0.1); transform: translateY(-2px); } .page-poppy-playtime-chapter-3-free-gameplay__hero-image-wrapper { flex-shrink: 0; margin-top: 40px; width: 100%; max-width: 600px; overflow: hidden; border-radius: 10px; } @media (min-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__hero-image-wrapper { margin-top: 0; width: auto; } } .page-poppy-playtime-chapter-3-free-gameplay__hero-image { max-width: 100%; height: auto; display: block; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__hero-image { max-width: 100% !important; height: auto !important; } } .page-poppy-playtime-chapter-3-free-gameplay__section-title { font-size: 2.2em; color: #2a0000; text-align: center; margin-bottom: 20px; padding-top: 40px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__section-title { font-size: 1.8em; } } .page-poppy-playtime-chapter-3-free-gameplay__section-description { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 40px auto; padding: 0 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__section-description { font-size: 1em; } } .page-poppy-playtime-chapter-3-free-gameplay__features-section { padding: 40px 20px; background-color: #fff; } .page-poppy-playtime-chapter-3-free-gameplay__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-chapter-3-free-gameplay__feature-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-poppy-playtime-chapter-3-free-gameplay__feature-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__feature-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-3-free-gameplay__feature-item .page-poppy-playtime-chapter-3-free-gameplay__feature-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-poppy-playtime-chapter-3-free-gameplay__feature-image { max-width: 100%; height: auto; margin-bottom: 20px; border-radius: 8px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__feature-image { max-width: 100% !important; height: auto !important; } } .page-poppy-playtime-chapter-3-free-gameplay__feature-title { font-size: 1.5em; color: #2a0000; margin-bottom: 10px; } .page-poppy-playtime-chapter-3-free-gameplay__feature-text { font-size: 0.95em; color: #555; } .page-poppy-playtime-chapter-3-free-gameplay__cta-section { background-color: #2a0000; color: #fff; padding: 60px 20px; text-align: center; } .page-poppy-playtime-chapter-3-free-gameplay__cta-content { max-width: 800px; margin: 0 auto; } .page-poppy-playtime-chapter-3-free-gameplay__cta-heading { font-size: 2.5em; color: #ffcc00; margin-bottom: 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__cta-heading { font-size: 2em; } } .page-poppy-playtime-chapter-3-free-gameplay__cta-description { font-size: 1.1em; margin-bottom: 30px; color: #eee; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__cta-description { font-size: 1em; } } .page-poppy-playtime-chapter-3-free-gameplay__cta-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; } .page-poppy-playtime-chapter-3-free-gameplay__button--cta { background-color: #ffcc00; color: #2a0000; border: 2px solid #ffcc00; } .page-poppy-playtime-chapter-3-free-gameplay__button--cta:hover { background-color: #e6b800; transform: translateY(-2px); } .page-poppy-playtime-chapter-3-free-gameplay__app-download-section { padding: 60px 20px; text-align: center; background-color: #f0f0f0; } .page-poppy-playtime-chapter-3-free-gameplay__app-content { max-width: 700px; margin: 0 auto; } .page-poppy-playtime-chapter-3-free-gameplay__app-heading { font-size: 2.5em; color: #2a0000; margin-bottom: 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__app-heading { font-size: 2em; } } .page-poppy-playtime-chapter-3-free-gameplay__app-description { font-size: 1.1em; color: #555; margin-bottom: 30px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__app-description { font-size: 1em; } } .page-poppy-playtime-chapter-3-free-gameplay__app-image { max-width: 100%; height: auto; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__app-image { max-width: 100% !important; height: auto !important; } } .page-poppy-playtime-chapter-3-free-gameplay__button--download { background-color: #007bff; color: #fff; border: 2px solid #007bff; } .page-poppy-playtime-chapter-3-free-gameplay__button--download:hover { background-color: #0056b3; transform: translateY(-2px); } .page-poppy-playtime-chapter-3-free-gameplay__faq-section { padding: 60px 20px; background-color: #fff; } .page-poppy-playtime-chapter-3-free-gameplay__faq-list { max-width: 800px; margin: 0 auto; } .page-poppy-playtime-chapter-3-free-gameplay__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background-color: #fefefe; box-sizing: border-box; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__faq-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } } .page-poppy-playtime-chapter-3-free-gameplay__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f5f5f5; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-3-free-gameplay__faq-question:hover { background-color: #e0e0e0; } .page-poppy-playtime-chapter-3-free-gameplay__faq-question-title { margin: 0; font-size: 1.1em; color: #2a0000; pointer-events: none; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__faq-question-title { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-poppy-playtime-chapter-3-free-gameplay__faq-toggle { font-size: 1.5em; font-weight: bold; color: #2a0000; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-3-free-gameplay__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__faq-answer { padding: 0 15px !important; } .page-poppy-playtime-chapter-3-free-gameplay__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-poppy-playtime-chapter-3-free-gameplay__faq-item.active .page-poppy-playtime-chapter-3-free-gameplay__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-free-gameplay__faq-item.active .page-poppy-playtime-chapter-3-free-gameplay__faq-answer { padding: 20px 15px !important; } } .page-poppy-playtime-chapter-3-free-gameplay__faq-item.active .page-poppy-playtime-chapter-3-free-gameplay__faq-toggle { transform: rotate(45deg); }